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:delegate
(Results
1 - 9
of
9
) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
napi_web_download_manager.cpp
50
WebDownloadDelegate *
delegate
= nullptr;
in JS_SetDownloadDelegate()
local
H
A
D
web_download_manager.cpp
134
void WebDownloadManager::RemoveDownloadDelegate(WebDownloadDelegate *
delegate
)
in RemoveDownloadDelegate()
argument
147
void WebDownloadManager::AddDownloadDelegateForWeb(int32_t nwebId, WebDownloadDelegate *
delegate
)
in AddDownloadDelegateForWeb()
argument
164
void WebDownloadManager::SetDownloadDelegate(WebDownloadDelegate *
delegate
)
in SetDownloadDelegate()
argument
H
A
D
napi_web_download_delegate.cpp
121
WebDownloadDelegate *
delegate
= new WebDownloadDelegate(env);
in JS_Constructor()
local
H
A
D
napi_webview_controller.cpp
4771
WebDownloadDelegate*
delegate
= nullptr;
in SetDownloadDelegate()
local
/base/web/webview/interfaces/kits/cj/src/
H
A
D
web_download_manager_impl.cpp
134
void WebDownloadManagerImpl::RemoveDownloadDelegate(WebDownloadDelegateImpl *
delegate
)
in RemoveDownloadDelegate()
argument
147
void WebDownloadManagerImpl::AddDownloadDelegateForWeb(int32_t nwebId, WebDownloadDelegateImpl *
delegate
)
in AddDownloadDelegateForWeb()
argument
155
void WebDownloadManagerImpl::SetDownloadDelegate(WebDownloadDelegateImpl *
delegate
)
in SetDownloadDelegate()
argument
H
A
D
webview_ffi.cpp
820
auto
delegate
= FFIData::GetData<WebDownloadDelegateImpl>(delegateId);
in FfiOHOSWebviewCtlSetDownloadDelegate()
local
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_adapter_native_test.cpp
168
std::shared_ptr<OHOS::HiviewDFX::HiSysEventDelegate>
delegate
=
in HWTEST_F()
local
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H
A
D
js_keyboard_delegate_setting.cpp
94
auto
delegate
= std::make_shared<JsKeyboardDelegateSetting>();
in GetKeyboardDelegateSetting()
local
110
auto
delegate
= GetKeyboardDelegateSetting();
in InitKeyboardDelegate()
local
126
auto
delegate
= GetKeyboardDelegateSetting();
in JsConstructor()
local
271
auto
delegate
= reinterpret_cast<JsKeyboardDelegateSetting *>(JsUtils::GetNativeSelf(env, info));
UnSubscribe()
local
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H
A
D
js_get_input_method_setting.cpp
89
auto
delegate
= GetInputMethodSettingInstance();
in JsConstructor()
local
Completed in 18 milliseconds