OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PauseOrResumeGeolocation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/browser/android/
content_view_core.h
58
virtual void
PauseOrResumeGeolocation
(bool should_pause) = 0;
/external/chromium_org/content/browser/android/
content_view_core_impl.h
66
virtual void
PauseOrResumeGeolocation
(bool should_pause) OVERRIDE;
content_view_core_impl.cc
275
PauseOrResumeGeolocation
(true);
361
void ContentViewCoreImpl::
PauseOrResumeGeolocation
(bool should_pause) {
[
all
...]
/external/chromium_org/android_webview/native/
aw_contents.cc
743
cvc->
PauseOrResumeGeolocation
(paused);
[
all
...]
Completed in 144 milliseconds