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();
26
GoogleLocationSettingsHelper
() {}
30
DISALLOW_COPY_AND_ASSIGN(
GoogleLocationSettingsHelper
);
mock_google_location_settings_helper.cc
13
GoogleLocationSettingsHelper
*
GoogleLocationSettingsHelper
::Create() {
18
:
GoogleLocationSettingsHelper
() {
mock_google_location_settings_helper.h
10
// Mock implementation of
GoogleLocationSettingsHelper
for unit tests.
11
class MockGoogleLocationSettingsHelper : public
GoogleLocationSettingsHelper
{
16
//
GoogleLocationSettingsHelper
implementation:
27
friend class
GoogleLocationSettingsHelper
;
/external/chromium_org/chrome/android/testshell/
testshell_google_location_settings_helper.cc
8
GoogleLocationSettingsHelper
*
GoogleLocationSettingsHelper
::Create() {
13
:
GoogleLocationSettingsHelper
() {
testshell_google_location_settings_helper.h
10
// Stub implementation of
GoogleLocationSettingsHelper
for testshell.
12
: public
GoogleLocationSettingsHelper
{
14
//
GoogleLocationSettingsHelper
implementation:
25
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_;
chrome_geolocation_permission_context_android.h
10
class
GoogleLocationSettingsHelper
;
36
scoped_ptr<
GoogleLocationSettingsHelper
> google_location_settings_helper_;
geolocation_infobar_delegate_android.cc
25
GoogleLocationSettingsHelper
::Create()) {
chrome_geolocation_permission_context_android.cc
17
GoogleLocationSettingsHelper
::Create()) {
Completed in 980 milliseconds