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:GetNWeb
(Results
1 - 16
of
16
) sorted by relevance
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_controller_impl.cpp
48
auto nweb_ptr = NWeb::NWebHelper::Instance().
GetNWeb
(nwebId_);
in ClosePort()
60
auto nweb_ptr = NWeb::NWebHelper::Instance().
GetNWeb
(nwebId_);
in PostPortMessage()
76
auto nweb_ptr = NWeb::NWebHelper::Instance().
GetNWeb
(nwebId_);
in SetPortMessageCallback()
140
return NWeb::NWebHelper::Instance().
GetNWeb
(nwebId_) ? true : false;
in IsInit()
154
auto nweb_ptr = OHOS::NWeb::NWebHelper::Instance().
GetNWeb
(nwebId);
in SetWebId()
169
auto nweb_ptr = NWeb::NWebHelper::Instance().
GetNWeb
(nwebId_);
in GetWebId()
178
auto nweb_ptr = NWeb::NWebHelper::Instance().
GetNWeb
(nwebId_);
in LoadUrl()
187
auto nweb_ptr = NWeb::NWebHelper::Instance().
GetNWeb
(nwebId_);
in LoadUrl()
197
auto nweb_ptr = NWeb::NWebHelper::Instance().
GetNWeb
(nwebId_);
in LoadData()
209
auto nweb_ptr = NWeb::NWebHelper::Instance().
GetNWeb
(nwebId
in PreFetchPage()
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_controller.cpp
128
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in SetWebId()
204
return NWebHelper::Instance().
GetNWeb
(nwebId_) ? true : false;
in IsInit()
210
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in AccessForward()
222
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in AccessBackward()
232
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in AccessStep()
241
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in ClearHistory()
249
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in Forward()
257
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in Backward()
265
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in OnActive()
273
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId
in OnInactive()
[all...]
H
A
D
webview_javascript_result_callback.cpp
1799
auto nweb_ptr = NWebHelper::Instance().
GetNWeb
(nwebId_);
in CallH5FunctionInternal()
/base/web/webview/test/fuzztest/ohos_nweb/getnweb_fuzzer/
H
A
D
getnweb_fuzzer.cpp
30
NWebHelper::Instance().
GetNWeb
(nweb_id);
in GetNwebFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_engine_impl.h
34
ArkWebRefPtr<ArkWebNWeb>
GetNWeb
(int32_t nweb_id) override;
H
A
D
ark_web_engine_impl.cpp
60
ArkWebRefPtr<ArkWebNWeb> ArkWebEngineImpl::
GetNWeb
(int32_t nweb_id)
in GetNWeb()
function in OHOS::ArkWeb::ArkWebEngineImpl
62
std::shared_ptr<OHOS::NWeb::NWeb> nweb = nweb_engine_->
GetNWeb
(nweb_id);
in GetNWeb()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_engine.h
42
virtual ArkWebRefPtr<ArkWebNWeb>
GetNWeb
(int32_t nweb_id) = 0;
/base/web/webview/test/unittest/nweb_helper_test/
H
A
D
nweb_helper_test.cpp
78
std::shared_ptr<NWeb>
GetNWeb
(int32_t nweb_id)
in GetNWeb()
function in OHOS::NWeb::MockNWebEngine
195
auto nwebHelper = NWebHelper::Instance().
GetNWeb
(nweb_id);
in HWTEST_F()
481
nweb = NWebHelper::Instance().
GetNWeb
(1);
in HWTEST_F()
584
auto nwebHelper = NWebHelper::Instance().
GetNWeb
(nweb_id);
in HWTEST_F()
609
auto nwebHelper = NWebHelper::Instance().
GetNWeb
(nweb_id);
in HWTEST_F()
632
nweb = NWebHelper::Instance().
GetNWeb
(1);
in HWTEST_F()
647
auto nwebHelper = NWebHelper::Instance().
GetNWeb
(nweb_id);
in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_engine_wrapper.cpp
64
std::shared_ptr<OHOS::NWeb::NWeb> ArkWebEngineWrapper::
GetNWeb
(int32_t nweb_id)
in GetNWeb()
function in OHOS::OHOS::ArkWeb::ArkWebEngineWrapper
66
ArkWebRefPtr<ArkWebNWeb> ark_web_nweb = ark_web_engine_->
GetNWeb
(nweb_id);
in GetNWeb()
H
A
D
ark_web_engine_wrapper.h
33
std::shared_ptr<OHOS::NWeb::NWeb>
GetNWeb
(int32_t nweb_id) override;
/base/web/webview/ohos_nweb/include/
H
A
D
nweb_helper.h
52
std::shared_ptr<NWeb>
GetNWeb
(int32_t nweb_id);
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_engine.h
36
virtual std::shared_ptr<NWeb>
GetNWeb
(int32_t nweb_id) = 0;
/base/web/webview/interfaces/kits/napi/webasynccontroller/
H
A
D
napi_web_async_controller.cpp
197
std::shared_ptr<NWeb> nweb = NWebHelper::Instance().
GetNWeb
(nwebId_);
in StoreWebArchiveCallback()
249
std::shared_ptr<NWeb> nweb = NWebHelper::Instance().
GetNWeb
(nwebId_);
in StoreWebArchivePromise()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H
A
D
nwebhelper_fuzzer.cpp
78
std::shared_ptr<NWeb>
GetNWeb
(int32_t nweb_id)
in GetNWeb()
function in OHOS::NWeb::MockNWebEngine
182
auto nwebHelper = NWebHelper::Instance().
GetNWeb
(nweb_id);
in NWebHelperFuzzTest()
/base/web/webview/test/unittest/ohos_adapter_helper/
H
A
D
ohos_adapter_helper_test.cpp
104
auto nweb = helper.
GetNWeb
(nweb_id);
in HWTEST_F()
185
auto nweb = helper.
GetNWeb
(nweb_id);
in HWTEST_F()
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_helper.cpp
769
std::shared_ptr<NWeb> NWebHelper::
GetNWeb
(int32_t nweb_id)
in GetNWeb()
function in OHOS::NWeb::NWebHelper
776
return nwebEngine_->
GetNWeb
(nweb_id);
in GetNWeb()
Completed in 14 milliseconds