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
refs:isRootNode_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H
A
D
layout_wrapper_node.h
142
return
isRootNode_
;
in IsRootMeasureNode()
147
isRootNode_
= true;
in SetRootMeasureNode()
248
bool
isRootNode_
= false;
member in OHOS::Ace::NG::LayoutWrapperNode
H
A
D
layout_wrapper.h
175
return
isRootNode_
;
in IsRootMeasureNode()
180
isRootNode_
= isRoot;
in SetRootMeasureNode()
277
bool
isRootNode_
= false;
member in OHOS::Ace::NG::LayoutWrapper
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H
A
D
svg_node.h
168
isRootNode_
= isRoot;
in SetIsRootNode()
240
bool
isRootNode_
= false;
member in OHOS::Ace::NG::SvgNode
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_div.cpp
270
if (boxWrap_ || (!
isRootNode_
) || GreatOrEqual(boxComponent_->GetHeightDimension().Value(), 0.0)) {
in SetRootBoxHeight()
540
isRootNode_
&& (!declaration_->HasOverflowStyle() || overflowStyle.overflow == Overflow::SCROLL);
in CompositeComponents()
574
} else if (
isRootNode_
) {
in CompositeComponents()
580
if (!
isRootNode_
&& overflowStyle.overflow == Overflow::SCROLL) {
in CompositeComponents()
H
A
D
dom_stack.cpp
133
isRootNode_
&& (!declaration_->HasOverflowStyle() || overflowStyle.overflow == Overflow::SCROLL);
in CompositeComponents()
H
A
D
dom_node.h
230
isRootNode_
= isRootNode;
in SetIsRootNode()
235
return
isRootNode_
;
in IsRootNode()
269
return
isRootNode_
? DOM_DEFAULT_ROOT_NODE_ID : std::to_string(GetNodeId());
in GetNodeIdForEvent()
882
bool
isRootNode_
= false;
member in OHOS::Ace::Framework::DOMNode
H
A
D
dom_node.cpp
1710
if (
isRootNode_
) {
in IsTabbarSubNode()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
accessibility_node.cpp
475
isRootNode_
= isRootNode;
in SetIsRootNode()
480
return
isRootNode_
;
in IsRootNode()
H
A
D
accessibility_node.h
572
bool
isRootNode_
= false;
member in OHOS::Ace::AccessibilityNode
Completed in 11 milliseconds