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:cache_key_list
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_engine_impl.h
72
void ClearPrefetchedResource(const ArkWebStringVector&
cache_key_list
) override;
H
A
D
ark_web_engine_impl.cpp
186
void ArkWebEngineImpl::ClearPrefetchedResource(const ArkWebStringVector&
cache_key_list
)
in ClearPrefetchedResource()
argument
188
nweb_engine_->ClearPrefetchedResource(ArkWebStringVectorStructToClass(
cache_key_list
));
in ClearPrefetchedResource()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_engine.h
95
virtual void ClearPrefetchedResource(const ArkWebStringVector&
cache_key_list
) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_engine_wrapper.cpp
209
void ArkWebEngineWrapper::ClearPrefetchedResource(const std::vector<std::string>&
cache_key_list
)
in ClearPrefetchedResource()
argument
211
ArkWebStringVector stCacheKeyList = ArkWebStringVectorClassToStruct(
cache_key_list
);
in ClearPrefetchedResource()
H
A
D
ark_web_engine_wrapper.h
71
void ClearPrefetchedResource(const std::vector<std::string>&
cache_key_list
) override;
/base/web/webview/ohos_nweb/include/
H
A
D
nweb_helper.h
76
void ClearPrefetchedResource(const std::vector<std::string>&
cache_key_list
);
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_engine.h
72
virtual void ClearPrefetchedResource(const std::vector<std::string>&
cache_key_list
) = 0;
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H
A
D
nwebhelper_fuzzer.cpp
137
void ClearPrefetchedResource(const std::vector<std::string>&
cache_key_list
) {}
in ClearPrefetchedResource()
argument
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_helper.cpp
924
void NWebHelper::ClearPrefetchedResource(const std::vector<std::string>&
cache_key_list
)
in ClearPrefetchedResource()
argument
931
nwebEngine_->ClearPrefetchedResource(
cache_key_list
);
in ClearPrefetchedResource()
/base/web/webview/test/unittest/nweb_helper_test/
H
A
D
nweb_helper_test.cpp
137
void ClearPrefetchedResource(const std::vector<std::string>&
cache_key_list
) {}
in ClearPrefetchedResource()
argument
Completed in 6 milliseconds