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 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/property/
H
A
D
accessibility_property_test_ng.cpp
445
EXPECT_TRUE(root->
IsRootNode
());
in HWTEST_F()
450
EXPECT_FALSE(subNode->
IsRootNode
());
in HWTEST_F()
585
bool isRoot = root->
IsRootNode
();
in HWTEST_F()
925
EXPECT_TRUE(root->
IsRootNode
());
in HWTEST_F()
930
EXPECT_FALSE(subNode->
IsRootNode
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H
A
D
accessibility_property.cpp
166
if (!node->
IsRootNode
()) {
in CreateNodeSearchInfo()
415
if (!node->
IsRootNode
()) {
in IsAccessibilityFocusableDebug()
444
if (node->
IsRootNode
()) {
in IsAccessibilityFocusable()
/foundation/arkui/ace_engine/test/unittest/core/pattern/
H
A
D
test_ng.cpp
240
while (rootNode && !rootNode->
IsRootNode
()) {
in FindRootNode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H
A
D
navrouter_group_test_ng.cpp
975
* @tc.desc: Test UpdateBackgroundColorIfNeeded and make parent and
IsRootNode
return true.
989
// Make parent and
IsRootNode
return true
in HWTEST_F()
1003
EXPECT_TRUE(parent->
IsRootNode
());
in HWTEST_F()
1009
* @tc.desc: Test UpdateBackgroundColorIfNeeded and make parent return true and
IsRootNode
1023
// Make parent return true and
IsRootNode
return false
in HWTEST_F()
1037
EXPECT_FALSE(parent->
IsRootNode
());
in HWTEST_F()
1047
*
IsRootNode
return false
1063
// Make parent return true and
IsRootNode
return false
in HWTEST_F()
1080
EXPECT_FALSE(parent->
IsRootNode
());
in HWTEST_F()
1097
*
IsRootNode
retur
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H
A
D
navdestination_pattern.cpp
289
while (parent && !parent->
IsRootNode
()) {
in GetBackButtonState()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
accessibility_node.h
101
bool
IsRootNode
() const;
H
A
D
accessibility_node.cpp
478
bool AccessibilityNode::
IsRootNode
() const
in IsRootNode()
function in OHOS::Ace::AccessibilityNode
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
ui_node.h
229
bool
IsRootNode
() const
in IsRootNode()
function in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode
H
A
D
frame_node.cpp
434
renderContext_->InitContext(
IsRootNode
(), pattern_->GetContextParam(), isLayoutNode);
in FrameNode()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_node.h
233
bool
IsRootNode
() const
in IsRootNode()
function in OHOS::Ace::Framework::DOMNode
H
A
D
dom_node.cpp
151
if (parentNode->
IsRootNode
()) {
in Mount()
1722
while (!parent->
IsRootNode
()) {
in IsTabbarSubNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
focus_hub.cpp
1322
if (!node || node->
IsRootNode
()) {
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.cpp
1863
return !node->
IsRootNode
() &&
in CanAccessibilityFocusedNG()
5505
return node != nullptr && !node->
IsRootNode
() && node->GetVisible() &&
in CanAccessibilityFocused()
5550
if ((*nodeItem)->GetNodeId() == node->GetNodeId() || (*nodeItem)->
IsRootNode
()) {
in FindNodeInAbsoluteDirection()
Completed in 40 milliseconds