HomeSort by relevance Sort by last modified time
    Searched refs:GetAcceptButtonLabel (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/android/
google_location_settings_helper.h 20 virtual std::string GetAcceptButtonLabel(bool allow) = 0;
mock_google_location_settings_helper.h 17 virtual std::string GetAcceptButtonLabel(bool allow) OVERRIDE;
mock_google_location_settings_helper.cc 30 std::string MockGoogleLocationSettingsHelper::GetAcceptButtonLabel(bool allow) {
  /external/chromium_org/chrome/android/shell/
chrome_shell_google_location_settings_helper.cc 21 std::string ChromeShellGoogleLocationSettingsHelper::GetAcceptButtonLabel(
chrome_shell_google_location_settings_helper.h 15 virtual std::string GetAcceptButtonLabel(bool allow) OVERRIDE;
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_android.cc 67 google_location_settings_helper_->GetAcceptButtonLabel(allow_label);
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h 108 base::string16 GetAcceptButtonLabel() const;
external_install_ui.cc 516 return prompt_->GetAcceptButtonLabel();
extension_install_prompt.cc 301 base::string16 ExtensionInstallPrompt::Prompt::GetAcceptButtonLabel() const {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc     [all...]

Completed in 83 milliseconds