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:GetItem
(Results
1 - 14
of
14
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_history_list_impl.cpp
28
ArkWebRefPtr<ArkWebHistoryItem> ArkWebHistoryListImpl::
GetItem
(int32_t index)
in GetItem()
function in OHOS::ArkWeb::ArkWebHistoryListImpl
30
std::shared_ptr<OHOS::NWeb::NWebHistoryItem> nweb_history_item = nweb_history_list_->
GetItem
(index);
in GetItem()
H
A
D
ark_web_history_list_impl.h
32
ArkWebRefPtr<ArkWebHistoryItem>
GetItem
(int32_t index) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_history_list_wrapper.cpp
28
std::shared_ptr<OHOS::NWeb::NWebHistoryItem> ArkWebHistoryListWrapper::
GetItem
(int32_t index)
in GetItem()
function in OHOS::ArkWeb::ArkWebHistoryListWrapper
30
ArkWebRefPtr<ArkWebHistoryItem> ark_web_history_item = ark_web_history_list_->
GetItem
(index);
in GetItem()
H
A
D
ark_web_history_list_wrapper.h
30
std::shared_ptr<OHOS::NWeb::NWebHistoryItem>
GetItem
(int32_t index) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_history_list.h
28
virtual ArkWebRefPtr<ArkWebHistoryItem>
GetItem
(int32_t index) = 0;
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_config_change_observer.cpp
32
std::string newLanguageInfo = configuration.
GetItem
(AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE);
in OnConfigurationUpdated()
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_history_list.h
48
virtual std::shared_ptr<NWebHistoryItem>
GetItem
(int32_t index) = 0;
/base/web/webview/interfaces/kits/cj/include/
H
A
D
webview_controller_impl.h
244
std::shared_ptr<OHOS::NWeb::NWebHistoryItem>
GetItem
(int32_t index);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_controller.h
563
std::shared_ptr<NWebHistoryItem>
GetItem
(int32_t index);
H
A
D
napi_webview_controller.h
451
static napi_value
GetItem
(napi_env env, napi_callback_info info);
H
A
D
webview_controller.cpp
1196
std::shared_ptr<NWebHistoryItem> WebHistoryList::
GetItem
(int32_t index)
in GetItem()
function in OHOS::NWeb::WebHistoryList
1201
return sptrHistoryList_->
GetItem
(index);
in GetItem()
H
A
D
napi_webview_controller.cpp
779
DECLARE_NAPI_FUNCTION("getItemAtIndex", NapiWebHistoryList::
GetItem
)
in Init()
3833
napi_value NapiWebHistoryList::
GetItem
(napi_env env, napi_callback_info info)
in GetItem()
function in OHOS::NWeb::NapiWebHistoryList
3864
std::shared_ptr<NWebHistoryItem> item = historyList->
GetItem
(index);
in GetItem()
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_controller_impl.cpp
737
std::shared_ptr<OHOS::NWeb::NWebHistoryItem> WebHistoryListImpl::
GetItem
(int32_t index)
in GetItem()
function in OHOS::Webview::WebHistoryListImpl
742
return sptrHistoryList_->
GetItem
(index);
in GetItem()
H
A
D
webview_ffi.cpp
1155
std::shared_ptr<NWebHistoryItem> item = nativeWebHistoryListImpl->
GetItem
(index);
in FfiOHOSGetItemAtIndex()
Completed in 24 milliseconds