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:nweb
(Results
1 - 9
of
9
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_engine_impl.cpp
52
std::shared_ptr<OHOS::NWeb::NWeb>
nweb
= nweb_engine_->CreateNWeb(nweb_create_info);
in CreateNWeb()
local
62
std::shared_ptr<OHOS::NWeb::NWeb>
nweb
= nweb_engine_->GetNWeb(nweb_id);
in GetNWeb()
local
H
A
D
ark_web_handler_wrapper.cpp
67
void ArkWebHandlerWrapper::SetNWeb(std::shared_ptr<OHOS::NWeb::NWeb>
nweb
)
in SetNWeb()
argument
/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()
local
249
std::shared_ptr<NWeb>
nweb
= NWebHelper::Instance().GetNWeb(nwebId_);
in StoreWebArchivePromise()
local
/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()
local
160
auto
nweb
= NWebAdapterHelper::Instance().CreateNWeb(surface, initArgs, width, height);
in HWTEST_F()
local
185
auto
nweb
= helper.GetNWeb(nweb_id);
in HWTEST_F()
local
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H
A
D
nwebhelper_fuzzer.cpp
178
std::shared_ptr<NWeb>
nweb
= NWebHelper::Instance().CreateNWeb(create_info);
in NWebHelperFuzzTest()
local
238
std::shared_ptr<NWeb>
nweb
=
in NWebHelperFuzzTest_003()
local
[all...]
/base/web/webview/test/unittest/nweb_helper_test/
H
A
D
nweb_helper_test.cpp
191
std::shared_ptr<NWeb>
nweb
= NWebHelper::Instance().CreateNWeb(create_info);
in HWTEST_F()
local
270
std::shared_ptr<NWeb>
nweb
=
in HWTEST_F()
local
306
std::shared_ptr<NWeb>
nweb
=
HWTEST_F()
local
368
std::shared_ptr<NWeb>
nweb
= NWebHelper::Instance().CreateNWeb(create_info);
HWTEST_F()
local
479
std::shared_ptr<NWeb>
nweb
= NWebHelper::Instance().CreateNWeb(create_info);
HWTEST_F()
local
630
std::shared_ptr<NWeb>
nweb
= NWebHelper::Instance().CreateNWeb(create_info);
HWTEST_F()
local
[all...]
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_helper.cpp
1069
auto
nweb
= NWebHelper::Instance().CreateNWeb(createInfo);
in CreateNWeb()
local
1093
auto
nweb
in CreateNWeb()
local
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_handler_impl.cpp
77
void ArkWebHandlerImpl::SetNWeb(ArkWebRefPtr<ArkWebNWeb>
nweb
)
in SetNWeb()
argument
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_handler.h
304
virtual void SetNWeb(std::shared_ptr<NWeb>
nweb
) {}
in SetNWeb()
argument
Completed in 11 milliseconds