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:EnableAdsBlock
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_nweb.h
1287
virtual void
EnableAdsBlock
(bool enable) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_controller.h
360
void
EnableAdsBlock
(bool enable);
H
A
D
napi_webview_controller.h
352
static napi_value
EnableAdsBlock
(napi_env env, napi_callback_info info);
H
A
D
webview_controller.cpp
1781
void WebviewController::
EnableAdsBlock
(bool enable)
in EnableAdsBlock()
function in OHOS::NWeb::WebviewController
1785
nweb_ptr->
EnableAdsBlock
(enable);
in EnableAdsBlock()
H
A
D
napi_webview_controller.cpp
628
DECLARE_NAPI_FUNCTION("enableAdsBlock", NapiWebviewController::
EnableAdsBlock
),
in Init()
6034
napi_value NapiWebviewController::
EnableAdsBlock
(
in EnableAdsBlock()
function in OHOS::NWeb::NapiWebviewController
6045
WVLOG_E("
EnableAdsBlock
: args count is not allowed.");
in EnableAdsBlock()
6053
WVLOG_E("
EnableAdsBlock
: the given enabled is not allowed.");
in EnableAdsBlock()
6061
WVLOG_E("
EnableAdsBlock
: init webview controller error.");
in EnableAdsBlock()
6065
WVLOG_I("
EnableAdsBlock
: %{public}s", (enabled ? "true" : "false"));
in EnableAdsBlock()
6066
webviewController->
EnableAdsBlock
(enabled);
in EnableAdsBlock()
6165
WVLOG_E("
EnableAdsBlock
: url trust list len is too large.");
in SetUrlTrustList()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_nweb_impl.h
1122
void
EnableAdsBlock
(bool enable) override;
H
A
D
ark_web_nweb_impl.cpp
1005
void ArkWebNWebImpl::
EnableAdsBlock
(bool enable) {
in EnableAdsBlock()
function in OHOS::ArkWeb::ArkWebNWebImpl
1006
nweb_nweb_->
EnableAdsBlock
(enable);
in EnableAdsBlock()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_nweb_wrapper.cpp
1154
void ArkWebNWebWrapper::
EnableAdsBlock
(bool enable)
in EnableAdsBlock()
function in OHOS::ArkWeb::ArkWebNWebWrapper
1156
ark_web_nweb_->
EnableAdsBlock
(enable);
in EnableAdsBlock()
H
A
D
ark_web_nweb_wrapper.h
1125
void
EnableAdsBlock
(bool enable) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb.h
1322
virtual void
EnableAdsBlock
(bool enable) {}
in EnableAdsBlock()
function in OHOS::NWeb::PrecompileError::NWeb
Completed in 25 milliseconds