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:hosts
(Results
1 - 6
of
6
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_engine_impl.cpp
137
void ArkWebEngineImpl::AddIntelligentTrackingPreventionBypassingList(const ArkWebStringVector&
hosts
)
in AddIntelligentTrackingPreventionBypassingList()
argument
142
void ArkWebEngineImpl::RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector&
hosts
)
in RemoveIntelligentTrackingPreventionBypassingList()
argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_engine_wrapper.cpp
144
void ArkWebEngineWrapper::AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>&
hosts
)
in AddIntelligentTrackingPreventionBypassingList()
argument
153
void ArkWebEngineWrapper::RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>&
hosts
)
in RemoveIntelligentTrackingPreventionBypassingList()
argument
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H
A
D
nwebhelper_fuzzer.cpp
111
void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>&
hosts
) {}
in AddIntelligentTrackingPreventionBypassingList()
argument
113
void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>&
hosts
) {}
in RemoveIntelligentTrackingPreventionBypassingList()
argument
/base/web/webview/test/unittest/nweb_helper_test/
H
A
D
nweb_helper_test.cpp
111
void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>&
hosts
) {}
in AddIntelligentTrackingPreventionBypassingList()
argument
113
void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>&
hosts
) {}
in RemoveIntelligentTrackingPreventionBypassingList()
argument
495
std::vector<std::string>
hosts
;
in HWTEST_F()
local
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_helper.cpp
852
void NWebHelper::AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>&
hosts
)
in AddIntelligentTrackingPreventionBypassingList()
argument
862
void NWebHelper::RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>&
hosts
)
in RemoveIntelligentTrackingPreventionBypassingList()
argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
napi_webview_controller.cpp
5439
bool GetHostList(napi_env env, napi_value array, std::vector<std::string>&
hosts
)
in GetHostList()
argument
5496
std::vector<std::string>
hosts
;
in AddIntelligentTrackingPreventionBypassingList()
local
5530
std::vector<std::string>
hosts
;
in RemoveIntelligentTrackingPreventionBypassingList()
local
Completed in 17 milliseconds