Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:isSubWindow
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H
A
D
dialog_view.cpp
81
auto
isSubWindow
= dialogLayoutProp->GetShowInSubWindowValue(false) && !pattern->IsUIExtensionSubWindow();
in CreateDialogNode()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
declarative_frontend_ng.h
180
void MarkIsSubWindow(bool
isSubWindow
)
in MarkIsSubWindow()
argument
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.h
178
void MarkIsSubWindow(bool
isSubWindow
)
in MarkIsSubWindow()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.h
231
void MarkIsSubWindow(bool
isSubWindow
)
in MarkIsSubWindow()
argument
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
move_drag_controller.cpp
827
bool
isSubWindow
= WindowHelper::IsSubWindow(windowType);
in InitDecorValue()
local
H
A
D
scene_session.cpp
1976
bool
isSubWindow
= WindowHelper::IsSubWindow(windowType);
in TransferPointerEvent()
local
2150
bool
isSubWindow
= WindowHelper::IsSubWindow(windowType);
in IsDecorEnable()
local
H
A
D
session.cpp
1076
bool
isSubWindow
= WindowHelper::IsSubWindow(property->GetWindowType());
in InitSystemSessionDragEnable()
local
/foundation/window/window_manager/wm/src/
H
A
D
window_session_impl.cpp
1135
bool
isSubWindow
= WindowHelper::IsSubWindow(windowType);
in UpdateTitleButtonVisibility()
local
1289
bool
isSubWindow
= WindowHelper::IsSubWindow(winType);
in SetUIContentInner()
local
1391
auto
isSubWindow
= WindowHelper::IsSubWindow(GetType());
in UpdateDecorEnableToAce()
local
1419
auto
isSubWindow
= WindowHelper::IsSubWindow(GetType());
in UpdateDecorEnable()
local
H
A
D
window_scene_session_impl.cpp
598
bool
isSubWindow
= WindowHelper::IsSubWindow(windowType);
in UpdateWindowState()
local
2150
bool
isSubWindow
= WindowHelper::IsSubWindow(windowType);
in IsDecorEnable()
local
2399
bool
isSubWindow
= WindowHelper::IsSubWindow(windowType);
in StartMove()
local
2487
bool
isSubWindow
= WindowHelper::IsSubWindow(windowType);
in Close()
local
Completed in 34 milliseconds