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:GetDelegate
(Results
1 - 25
of
27
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_element.cpp
54
if (!renderWeb->
GetDelegate
()) {
in OnFocus()
58
renderWeb->
GetDelegate
()->OnFocus();
in OnFocus()
72
if (!renderWeb->
GetDelegate
()) {
in OnBlur()
75
renderWeb->
GetDelegate
()->SetBlurReason(static_cast<OHOS::NWeb::BlurReason>(FocusNode::blurReason_));
in OnBlur()
76
renderWeb->
GetDelegate
()->OnBlur();
in OnBlur()
94
if (!renderWeb->
GetDelegate
()) {
in OnKeyEvent()
97
ret = renderWeb->
GetDelegate
()->OnKeyEvent(
in OnKeyEvent()
H
A
D
render_web.h
124
RefPtr<WebDelegate>
GetDelegate
() const
in GetDelegate()
function in OHOS::Ace::RenderWeb
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H
A
D
rich_text_element.cpp
43
if (element->
GetDelegate
()) {
in Prepare()
44
element->
GetDelegate
()->HideRichText();
in Prepare()
H
A
D
rich_text_element.h
37
const RefPtr<RichTextDelegate>&
GetDelegate
() const
in GetDelegate()
function in OHOS::Ace::RichTextElement
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
form_frontend_declarative.cpp
88
auto delegate =
GetDelegate
();
in UpdatePageData()
101
auto delegate =
GetDelegate
();
in OnSurfaceChanged()
H
A
D
form_frontend_declarative.h
84
RefPtr<Framework::FormFrontendDelegateDeclarative>
GetDelegate
()
in GetDelegate()
function in OHOS::Ace::FormFrontendDeclarative
H
A
D
card_frontend_declarative.h
108
RefPtr<Framework::CardFrontendDelegateDeclarative>
GetDelegate
()
in GetDelegate()
function in OHOS::Ace::CardFrontendDeclarative
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H
A
D
efilter_factory.cpp
67
std::shared_ptr<IFilterDelegate> EFilterFactory::
GetDelegate
(const std::string &name)
in GetDelegate()
function in OHOS::Media::Effect::EFilterFactory
93
if (
GetDelegate
(name)) {
in Create()
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H
A
D
custom_efilter.h
35
delegate_ = EFilterFactory::Instance()->
GetDelegate
(name);
in CustomEFilter()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H
A
D
jsi_timer_module.cpp
33
auto delegate = instance->
GetDelegate
();
in SetTimeoutOrInterval()
75
auto delegate = instance->
GetDelegate
();
in ClearTimeoutOrInterval()
H
A
D
jsi_app_module.cpp
32
auto delegate = instance->
GetDelegate
();
in AppGetInfo()
56
auto delegate = instance->
GetDelegate
();
in AppTerminate()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_engine.h
64
RefPtr<FrontendDelegate>
GetDelegate
() const
in GetDelegate()
function in OHOS::Ace::Framework::final
172
return engineInstance_->
GetDelegate
();
H
A
D
jsi_base_utils.cpp
71
RefPtr<FrontendDelegate>
GetDelegate
(const AceType* data)
in GetDelegate()
function
79
return instance->
GetDelegate
();
in GetDelegate()
84
return instance->
GetDelegate
();
in GetDelegate()
948
auto delegate =
GetDelegate
(data);
in GetStageSourceMap()
H
A
D
jsi_group_js_bridge.cpp
108
groupJsBridge = AceType::DynamicCast<JsiGroupJsBridge>(instance->
GetDelegate
()->GetGroupJsBridge());
in ProcessJsRequest()
116
AceType::DynamicCast<JsiGroupJsBridge>(declarativeInstance->
GetDelegate
()->GetGroupJsBridge());
in ProcessJsRequest()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
dialog_container.cpp
462
auto delegate = frontend->
GetDelegate
();
in ShowToast()
486
auto delegate = frontend->
GetDelegate
();
in CloseToast()
506
auto delegate = frontend->
GetDelegate
();
in ShowDialog()
527
auto delegate = frontend->
GetDelegate
();
in ShowDialog()
544
auto delegate = frontend->
GetDelegate
();
in ShowActionMenu()
/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/
H
A
D
efilter_factory.h
54
IMAGE_EFFECT_EXPORT std::shared_ptr<IFilterDelegate>
GetDelegate
(const std::string &name);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
1041
engineInstance->
GetDelegate
()->PostJsTask(std::move(task), name);
in PostJsTask()
1051
engineInstance->
GetDelegate
()->TriggerPageUpdate(page->GetPageId());
in TriggerPageUpdate()
1063
return engineInstance->
GetDelegate
()->GetPipelineContext();
in GetPipelineContext()
1178
engineInstance_->
GetDelegate
()->RemoveTaskObserver();
in Destroy()
1260
auto weakDelegate = WeakPtr(engineInstance_->
GetDelegate
());
in SetPostTask()
1350
auto weakDelegate = WeakPtr(engineInstance_->
GetDelegate
());
in RegisterAssetFunc()
1379
auto delegate = engineInstance_->
GetDelegate
();
in ExecuteAbc()
1417
auto delegate = frontEnd->
GetDelegate
();
in ExecuteCardAbc()
1461
auto delegate = frontEnd->
GetDelegate
();
in ExecuteCardAbc()
1535
auto delegate = engineInstance_->
GetDelegate
();
in LoadJs()
[all...]
H
A
D
jsi_declarative_engine.h
130
RefPtr<FrontendDelegate>
GetDelegate
() const
in GetDelegate()
function in OHOS::Ace::Framework::final
387
return engineInstance_->
GetDelegate
();
H
A
D
jsi_view_register.cpp
126
auto delegate = frontEnd->
GetDelegate
();
in RegisterCardUpdateCallback()
133
auto delegate = frontEnd->
GetDelegate
();
in RegisterCardUpdateCallback()
215
auto delegate = frontEnd->
GetDelegate
();
in UpdateCardRootComponent()
221
auto delegate = frontEnd->
GetDelegate
();
in UpdateCardRootComponent()
394
auto delegate = frontEnd->
GetDelegate
();
in JSPostCardAction()
400
auto delegate = frontEnd->
GetDelegate
();
in JSPostCardAction()
592
return engineInstance->
GetDelegate
();
in JsGetFrontendDelegate()
H
A
D
jsi_declarative_group_js_bridge.cpp
93
auto delegate = engine->
GetDelegate
();
in ProcessJsRequest()
156
auto delegate = engine->
GetDelegate
();
in ProcessJsRequestSync()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.h
246
RefPtr<Framework::FrontendDelegate>
GetDelegate
() const
in GetDelegate()
function in OHOS::Ace::DeclarativeFrontend
/foundation/multimedia/image_effect/frameworks/native/capi/
H
A
D
native_common_utils.cpp
265
filterDelegate = EFilterFactory::Instance()->
GetDelegate
(efilterName);
in ParseLookupKey()
H
A
D
image_effect_filter.cpp
715
std::shared_ptr<IFilterDelegate> filterDelegate = EFilterFactory::Instance()->
GetDelegate
(name);
in OH_EffectFilter_LookupFilterInfo()
H
A
D
image_effect.cpp
644
std::shared_ptr<IFilterDelegate> filterDelegate = EFilterFactory::Instance()->
GetDelegate
(name);
in OH_ImageEffect_Restore()
/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H
A
D
dynamic_component_renderer_impl.cpp
182
auto delegate = frontend->
GetDelegate
();
in RegisterSizeChangedCallback()
Completed in 23 milliseconds
1
2