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:onReachBottom_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
scroll_component.h
148
onReachBottom_
= onReachBottom;
in SetOnReachBottom()
168
return
onReachBottom_
;
in GetOnReachBottom()
283
EventMarker
onReachBottom_
;
member in OHOS::Ace::ScrollComponent
H
A
D
render_scroll.h
336
OnReachFunc
onReachBottom_
;
member in OHOS::Ace::RenderScroll
H
A
D
render_scroll.cpp
859
onReachBottom_
= AceAsyncEvent<void(const std::string&)>::Create(scroll->GetOnReachBottom(), context_);
in Update()
1017
if (
onReachBottom_
) {
in OnReachBottom()
1018
onReachBottom_
(std::string("\"reachbottom\",null"));
in OnReachBottom()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_div.h
112
EventMarker
onReachBottom_
;
member in OHOS::Ace::Framework::DOMDiv
H
A
D
dom_div.cpp
322
scroll_->SetOnReachBottom(
onReachBottom_
);
in OnMounted()
415
div.
onReachBottom_
= EventMarker(div.GetNodeIdForEvent(), DOM_DIV_EVENT_REACH_BOTTOM, pageId);
in AddSpecializedEvent()
592
scroll_->SetOnReachBottom(
onReachBottom_
);
in CompositeComponents()
Completed in 5 milliseconds