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:GetChildList
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_tabs.cpp
64
for (const auto& domChild :
GetChildList
()) {
in SetSpecializedAttr()
79
for (const auto& domChild :
GetChildList
()) {
in SetSpecializedAttr()
H
A
D
dom_list_item.h
58
if (domNode->
GetChildList
().empty()) {
in GetDOMListItem()
61
domNode = domNode->
GetChildList
().front();
in GetDOMListItem()
H
A
D
dom_tool_bar.cpp
50
if (
GetChildList
().empty()) {
in Rebuild()
54
for (const auto& pos :
GetChildList
()) {
in Rebuild()
H
A
D
dom_tab_content.cpp
64
for (const auto& node : parentRef->
GetChildList
()) {
in PrepareChangeListener()
H
A
D
dom_span.cpp
29
for (const auto& child :
GetChildList
()) {
in ResetInitializedStyle()
H
A
D
dom_tab_bar.cpp
110
for (const auto& childNode :
GetChildList
()) {
in UpdateIndex()
205
for (const auto& childNode : node->
GetChildList
()) {
in OnChildActive()
H
A
D
dom_text.cpp
35
for (const auto& child :
GetChildList
()) {
in CheckAndSetAllSpanStyle()
H
A
D
dom_list.cpp
461
for (const auto& child :
GetChildList
()) {
in SetChildActive()
699
auto children =
GetChildList
();
in ExpandGroup()
896
auto nodes = accessibilityNode->
GetChildList
();
in UpdateAccessibilityOrder()
H
A
D
dom_document.cpp
317
auto children = node->
GetChildList
();
in RemoveNodes()
H
A
D
dom_node.h
109
const std::list<RefPtr<DOMNode>>&
GetChildList
() const
in GetChildList()
function in OHOS::Ace::Framework::DOMNode
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H
A
D
popup_element.cpp
160
auto children = node->
GetChildList
();
in ShowPopup()
190
auto children = node->
GetChildList
();
in CancelPopup()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H
A
D
accessibility_node_manager.cpp
241
const auto& children = node->
GetChildList
();
in GetNodeChildIds()
365
auto children = node->
GetChildList
();
in ClearNodeRectInfo()
527
auto children = node->
GetChildList
();
in RemoveAccessibilityNodes()
797
for (const auto& childNode : node->
GetChildList
()) {
in DumpTree()
806
DumpLog::GetInstance().Print(depth, node->GetTag(), node->
GetChildList
().size());
in DumpTree()
807
for (const auto& item : node->
GetChildList
()) {
in DumpTree()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H
A
D
js_inspector_manager.cpp
142
auto child = node->
GetChildList
();
in GetChildrenJson()
370
auto child = node->
GetChildList
();
in GetRootElement()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
accessibility_node.cpp
312
for (const auto& child :
GetChildList
()) {
in AddOffsetForChildren()
489
const std::list<RefPtr<AccessibilityNode>> AccessibilityNode::
GetChildList
() const
in GetChildList()
function in OHOS::Ace::AccessibilityNode
H
A
D
accessibility_node.h
105
const std::list<RefPtr<AccessibilityNode>>
GetChildList
() const;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.cpp
270
const auto& children = node->
GetChildList
();
in CheckInvalidNodeParentID()
311
for (const auto& childNode : node->
GetChildList
()) {
in UpdateAccessibilityNodeInfo()
425
for (const auto& item : node->GetParentNode()->
GetChildList
()) {
in UpdateCacheInfo()
436
for (const auto& item : node->
GetChildList
()) {
in UpdateCacheInfo()
446
for (const auto& item : node->
GetChildList
()) {
in UpdateCacheInfo()
456
for (const auto& item : parent->
GetChildList
()) {
in UpdateCacheInfo()
570
if (!node->
GetChildList
().empty()) {
in FindAccessibilityFocus()
571
for (const auto& item : node->
GetChildList
()) {
in FindAccessibilityFocus()
664
if (!node->
GetChildList
().empty()) {
in FindInputFocus()
665
for (const auto& item : node->
GetChildList
()) {
in FindInputFocus()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H
A
D
render_bubble.cpp
607
auto children = node->
GetChildList
();
in PopBubble()
Completed in 20 milliseconds