OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFlingActive
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/android_webview/browser/
browser_view_renderer.h
55
virtual bool
IsFlingActive
() const = 0;
in_process_view_renderer.cc
858
return client_->
IsFlingActive
();
[
all
...]
/external/chromium_org/android_webview/native/
aw_contents.h
172
virtual bool
IsFlingActive
() const OVERRIDE;
aw_contents.cc
845
bool AwContents::
IsFlingActive
() const {
[
all
...]
Completed in 347 milliseconds