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:GetScrollable
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_preference_impl.cpp
455
bool ArkWebPreferenceImpl::
GetScrollable
()
in GetScrollable()
function in OHOS::ArkWeb::ArkWebPreferenceImpl
457
return nweb_preference_->
GetScrollable
();
in GetScrollable()
H
A
D
ark_web_preference_impl.h
619
bool
GetScrollable
() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_preference.h
616
virtual bool
GetScrollable
() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_preference_wrapper.h
620
bool
GetScrollable
() override;
H
A
D
ark_web_preference_wrapper.cpp
519
bool ArkWebPreferenceWrapper::
GetScrollable
()
in GetScrollable()
function in OHOS::ArkWeb::ArkWebPreferenceWrapper
521
return ark_web_preference_->
GetScrollable
();
in GetScrollable()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_preference.h
700
virtual bool
GetScrollable
() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_controller.h
273
bool
GetScrollable
() const;
H
A
D
napi_webview_controller.h
234
static napi_value
GetScrollable
(napi_env env, napi_callback_info info);
H
A
D
webview_controller.cpp
1304
bool WebviewController::
GetScrollable
() const
in GetScrollable()
function in OHOS::NWeb::WebviewController
1314
return setting->
GetScrollable
();
in GetScrollable()
H
A
D
napi_webview_controller.cpp
573
DECLARE_NAPI_FUNCTION("getScrollable", NapiWebviewController::
GetScrollable
),
in Init()
4449
napi_value NapiWebviewController::
GetScrollable
(napi_env env, napi_callback_info info)
in GetScrollable()
function in OHOS::NWeb::NapiWebviewController
4457
bool isScrollable = webviewController->
GetScrollable
();
in GetScrollable()
Completed in 28 milliseconds