IsAllowLabel       19 chrome/android/shell/chrome_shell_google_location_settings_helper.h   virtual bool IsAllowLabel() OVERRIDE;
IsAllowLabel       24 chrome/browser/android/google_location_settings_helper.h   virtual bool IsAllowLabel() = 0;
IsAllowLabel       31 chrome/browser/android/mock_google_location_settings_helper.cc   return IsAllowLabel() ? "Allow" : "Settings";
IsAllowLabel       21 chrome/browser/android/mock_google_location_settings_helper.h   virtual bool IsAllowLabel() OVERRIDE;
IsAllowLabel       66 chrome/browser/geolocation/chrome_geolocation_permission_context_android.cc     bool allow_label = google_location_settings_helper_->IsAllowLabel();