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:SetOnPaste
(Results
1 - 25
of
42
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_model_ng.h
39
void
SetOnPaste
(std::function<void(NG::TextCommonEvent&)>&& func) override;
75
static void
SetOnPaste
(FrameNode* frameNode, std::function<void(NG::TextCommonEvent&)>&& func);
H
A
D
rich_editor_model_ng.cpp
226
void RichEditorModelNG::
SetOnPaste
(std::function<void(NG::TextCommonEvent&)>&& func)
in SetOnPaste()
function in OHOS::Ace::NG::RichEditorModelNG
230
eventHub->
SetOnPaste
(std::move(func));
in SetOnPaste()
233
void RichEditorModelNG::
SetOnPaste
(FrameNode* frameNode, std::function<void(NG::TextCommonEvent&)>&& func)
in SetOnPaste()
function in OHOS::Ace::NG::RichEditorModelNG
238
eventHub->
SetOnPaste
(std::move(func));
in SetOnPaste()
H
A
D
rich_editor_event_hub.h
338
void
SetOnPaste
(std::function<void(NG::TextCommonEvent&)>&& func)
in SetOnPaste()
function in OHOS::Ace::NG::RichEditorEventHub
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_rich_editor_bridge.h
69
static ArkUINativeModuleValue
SetOnPaste
(ArkUIRuntimeCallInfo* runtimeCallInfo);
H
A
D
arkts_native_search_bridge.h
86
static ArkUINativeModuleValue
SetOnPaste
(ArkUIRuntimeCallInfo* runtimeCallInfo);
H
A
D
arkts_native_text_input_bridge.h
126
static ArkUINativeModuleValue
SetOnPaste
(ArkUIRuntimeCallInfo* runtimeCallInfo);
H
A
D
arkts_native_text_area_bridge.h
106
static ArkUINativeModuleValue
SetOnPaste
(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
richeditor_model_impl.h
36
void
SetOnPaste
(std::function<void(NG::TextCommonEvent&)>&& func) override {}
H
A
D
search_model_impl.h
67
void
SetOnPaste
(std::function<void(const std::string&)>&& func) override;
H
A
D
text_field_model_impl.h
68
void
SetOnPaste
(std::function<void(const std::string&)>&& func) override;
H
A
D
search_model_impl.cpp
271
void SearchModelImpl::
SetOnPaste
(std::function<void(const std::string&)>&& func)
in SetOnPaste()
function in OHOS::Ace::Framework::SearchModelImpl
280
textFieldComponent->
SetOnPaste
(std::move(func));
in SetOnPaste()
H
A
D
text_field_model_impl.cpp
425
void TextFieldModelImpl::
SetOnPaste
(std::function<void(const std::string&)>&& func)
in SetOnPaste()
function in OHOS::Ace::Framework::TextFieldModelImpl
430
component->
SetOnPaste
(std::move(func));
in SetOnPaste()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_search.h
61
static void
SetOnPaste
(const JSCallbackInfo& info);
H
A
D
js_textarea.cpp
72
JSClass<JSTextArea>::StaticMethod("onPaste", &JSTextField::
SetOnPaste
);
in JSBind()
H
A
D
js_textfield.h
86
static void
SetOnPaste
(const JSCallbackInfo& info);
H
A
D
js_textinput.cpp
92
JSClass<JSTextInput>::StaticMethod("onPaste", &JSTextField::
SetOnPaste
);
in JSBind()
H
A
D
js_richeditor.h
50
static void
SetOnPaste
(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H
A
D
search_event_hub.h
89
void
SetOnPaste
(std::function<void(const std::string&)>&& func)
in SetOnPaste()
function in OHOS::Ace::NG::SearchEventHub
H
A
D
search_model.h
69
virtual void
SetOnPaste
(std::function<void(const std::string&)>&& func);
H
A
D
search_model_ng.h
67
void
SetOnPaste
(std::function<void(const std::string&)>&& func) override;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
rich_editor_modifier.cpp
280
RichEditorModelNG::
SetOnPaste
(frameNode, std::move(*onPaste));
in SetRichEditorOnPaste()
282
RichEditorModelNG::
SetOnPaste
(frameNode, nullptr);
in SetRichEditorOnPaste()
290
RichEditorModelNG::
SetOnPaste
(frameNode, nullptr);
in ResetRichEditorOnPaste()
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H
A
D
text_overlay_component.h
121
void
SetOnPaste
(const CommonCallback& onPaste);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_richeditor_ffi.cpp
237
RichEditorModel::GetInstance()->
SetOnPaste
(std::move(onPast));
in FfiOHOSAceFrameworkRichEditorOnPaste()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_event_hub.h
233
void
SetOnPaste
(std::function<void(const std::string&)>&& func)
in SetOnPaste()
function in OHOS::Ace::OHOS::Ace::NG::TextFieldEventHub
H
A
D
text_field_model.h
301
virtual void
SetOnPaste
(std::function<void(const std::string&)>&& func) = 0;
Completed in 14 milliseconds
1
2