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:WindowAdapter
(Results
1 - 11
of
11
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_window_adapter_impl.h
27
explicit ArkWindowAdapterImpl(NWeb::
WindowAdapter
&);
39
NWeb::
WindowAdapter
& real_;
H
A
D
ark_window_adapter_impl.cpp
22
ArkWindowAdapterImpl::ArkWindowAdapterImpl(NWeb::
WindowAdapter
& ref) : real_(ref) {}
in ArkWindowAdapterImpl()
H
A
D
ark_ohos_adapter_helper_impl.cpp
279
static NWeb::
WindowAdapter
& instance = real_.GetWindowAdapterInstance();
in GetWindowAdapterInstance()
/base/web/webview/ohos_adapter/graphic_adapter/include/
H
A
D
window_adapter_impl.h
22
class WindowAdapterImpl : public
WindowAdapter
{
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_window_adapter_wrapper.h
27
class ArkWindowAdapterWrapper : public OHOS::NWeb::
WindowAdapter
{
H
A
D
ark_ohos_adapter_helper_wrapper.h
83
NWeb::
WindowAdapter
& GetWindowAdapterInstance() override;
H
A
D
ark_ohos_adapter_helper_wrapper.cpp
329
NWeb::
WindowAdapter
& ArkOhosAdapterHelperWrapper::GetWindowAdapterInstance()
in GetWindowAdapterInstance()
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
graphic_adapter.h
217
class
WindowAdapter
{
class
219
WindowAdapter
() = default;
221
virtual ~
WindowAdapter
() = default;
H
A
D
ohos_adapter_helper.h
121
virtual
WindowAdapter
& GetWindowAdapterInstance() = 0;
/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H
A
D
ohos_adapter_helper_impl.h
86
WindowAdapter
& GetWindowAdapterInstance() override;
/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H
A
D
ohos_adapter_helper_impl.cpp
245
WindowAdapter
& OhosAdapterHelperImpl::GetWindowAdapterInstance()
in GetWindowAdapterInstance()
Completed in 6 milliseconds