OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoogleLocationSettingsHelper
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/android/
google_location_settings_helper.h
14
class
GoogleLocationSettingsHelper
{
16
virtual ~
GoogleLocationSettingsHelper
() {}
18
static
GoogleLocationSettingsHelper
* Create();
29
GoogleLocationSettingsHelper
() {}
33
DISALLOW_COPY_AND_ASSIGN(
GoogleLocationSettingsHelper
);
mock_google_location_settings_helper.h
10
// Mock implementation of
GoogleLocationSettingsHelper
for unit tests.
11
class MockGoogleLocationSettingsHelper : public
GoogleLocationSettingsHelper
{
16
//
GoogleLocationSettingsHelper
implementation:
28
friend class
GoogleLocationSettingsHelper
;
mock_google_location_settings_helper.cc
13
GoogleLocationSettingsHelper
*
GoogleLocationSettingsHelper
::Create() {
18
:
GoogleLocationSettingsHelper
() {
/external/chromium_org/chrome/android/shell/
chrome_shell_google_location_settings_helper.cc
8
GoogleLocationSettingsHelper
*
GoogleLocationSettingsHelper
::Create() {
14
:
GoogleLocationSettingsHelper
() {
chrome_shell_google_location_settings_helper.h
10
// Stub implementation of
GoogleLocationSettingsHelper
for testshell.
12
: public
GoogleLocationSettingsHelper
{
14
//
GoogleLocationSettingsHelper
implementation:
26
friend class
GoogleLocationSettingsHelper
;
/external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate_android.h
11
class
GoogleLocationSettingsHelper
;
30
scoped_ptr<
GoogleLocationSettingsHelper
> google_location_settings_helper_;
geolocation_permission_context_android.h
16
class
GoogleLocationSettingsHelper
;
59
scoped_ptr<
GoogleLocationSettingsHelper
> google_location_settings_helper_;
geolocation_infobar_delegate_android.cc
48
GoogleLocationSettingsHelper
::Create()),
geolocation_permission_context_android.cc
23
GoogleLocationSettingsHelper
::Create()) {
Completed in 127 milliseconds