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:GetTargetNode
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
render_text.cpp
49
auto targetNode = textOverlayManager->
GetTargetNode
();
in ~RenderText()
421
auto targetNode = textOverlayManager->
GetTargetNode
();
in HideTextOverlay()
442
auto targetNode = textOverlayManager->
GetTargetNode
();
in UpdateTextOverlay()
458
auto targetNode = textOverlayManager->
GetTargetNode
();
in OnLongPress()
497
auto targetNode = textOverlayManager->
GetTargetNode
();
in HandleMouseEvent()
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H
A
D
text_overlay_manager.h
255
const RefPtr<RenderNode>
GetTargetNode
() const;
H
A
D
text_overlay_manager.cpp
554
const RefPtr<RenderNode> TextOverlayManager::
GetTargetNode
() const
function in OHOS::Ace::TextOverlayManager
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
render_image.cpp
36
auto targetNode = textOverlayManager->
GetTargetNode
();
in ~RenderImage()
181
auto targetNode = textOverlayManager->
GetTargetNode
();
in OnLongPress()
207
auto targetNode = textOverlayManager->
GetTargetNode
();
in HandleMouseEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.h
285
bool
GetTargetNode
(
H
A
D
ui_content_impl.cpp
3530
bool UIContentImpl::
GetTargetNode
(
in GetTargetNode()
function in OHOS::Ace::UIContentImpl
3558
if (!
GetTargetNode
(nodeIdLabel, targetNode, config)) {
in CreateCustomPopupUIExtension()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H
A
D
menu_layoutThi_test_ng.cpp
105
RefPtr<FrameNode>
GetTargetNode
()
in GetTargetNode()
function in OHOS::Ace::NG::MenuLayout3TestNg
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
event_manager.cpp
477
auto targetNode = textOverlayManager->
GetTargetNode
();
in HandleGlobalEvent()
Completed in 18 milliseconds