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
defs:onCut
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_search_ffi.cpp
193
auto
onCut
= [lambda = CJLambda::Create(callback)](const std::string& value) -> void { lambda(value.c_str()); };
in FfiOHOSAceFrameworkSearchOnCut()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H
A
D
select_overlay_property.h
211
std::function<void()>
onCut
;
member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
rich_editor_modifier.cpp
298
auto
onCut
= reinterpret_cast<std::function<void(NG::TextCommonEvent&)>*>(callback);
in SetRichEditorOnCut()
local
H
A
D
search_modifier.cpp
529
auto
onCut
= reinterpret_cast<std::function<void(const std::string&)>*>(callback);
in SetSearchOnCut()
local
H
A
D
node_text_area_modifier.cpp
1071
auto
onCut
= reinterpret_cast<std::function<void(const std::string&)>*>(callback);
in SetTextAreaOnCut()
local
H
A
D
node_text_input_modifier.cpp
1543
auto
onCut
= reinterpret_cast<std::function<void(const std::string&)>*>(callback);
in SetTextInputOnCut()
local
1976
auto
onCut
= [node, extraParam](const std::string& str) {
in SetOnTextInputCut()
local
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H
A
D
text_overlay_component.cpp
568
void TextOverlayComponent::SetOnCut(const CommonCallback&
onCut
)
in SetOnCut()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_richeditor.cpp
588
auto
onCut
= [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc), node = targetNode](
in SetOnCut()
local
Completed in 19 milliseconds