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:clickFunc
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/common/js/
H
A
D
general.js
48
clickFunc
: function() {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_span.cpp
269
auto
clickFunc
= [execCtx = info.GetExecutionContext(), func = std::move(jsOnClickFunc), impl,
in JsOnClick()
local
281
SpanModel::GetInstance()->SetOnClick(std::move(
clickFunc
));
in JsOnClick()
H
A
D
js_richeditor.cpp
1466
auto
clickFunc
= gestureObj->GetProperty("onClick");
in ParseUserGesture()
local
1467
if (
clickFunc
->IsUndefined() && IsDisableEventVersion()) {
in ParseUserGesture()
1469
} else if (!
clickFunc
->IsFunction()) {
in ParseUserGesture()
1472
auto jsOnClickFunc = AceType::MakeRefPtr<JsClickFunction>(JSRef<JSFunc>::Cast(
clickFunc
));
in ParseUserGesture()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
span_model_ng.cpp
204
auto
clickFunc
= [func = std::move(click)](GestureEvent& info) { func(&info); };
in SetOnClick()
local
205
ACE_UPDATE_SPAN_PROPERTY(OnClickEvent, std::move(
clickFunc
));
in SetOnClick()
H
A
D
text_model_ng.cpp
383
auto
clickFunc
= [func = std::move(click)](GestureEvent& info) { func(&info); };
in SetOnClick()
local
388
textPattern->SetOnClickEvent(std::move(
clickFunc
), distanceThreshold);
in SetOnClick()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H
A
D
container_modal_pattern_enhance.cpp
86
auto
clickFunc
= [weakItem](MouseInfo& info) -> void {
in BondingMenuItemEvent()
local
93
auto clickEvent = AceType::MakeRefPtr<InputEvent>(std::move(
clickFunc
));
in BondingMenuItemEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H
A
D
js_span_object.cpp
533
auto
clickFunc
= object->GetProperty("onClick");
in ParseJSGestureSpan()
local
534
if (!
clickFunc
->IsFunction() ||
clickFunc
->IsUndefined()) {
in ParseJSGestureSpan()
537
auto jsOnClickFunc = AceType::MakeRefPtr<JsWeakClickFunction>(JSRef<JSFunc>::Cast(
clickFunc
));
in ParseJSGestureSpan()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_pattern.cpp
3035
auto
clickFunc
= [](RefPtr<SpanItem> item, GestureEvent& info) -> bool {
3042
return HandleUserGestureEvent(info, std::move(
clickFunc
));
Completed in 27 milliseconds