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

  /external/chromium_org/chrome/android/testshell/
testshell_google_location_settings_helper.cc 20 std::string TestShellGoogleLocationSettingsHelper::GetAcceptButtonLabel() {
testshell_google_location_settings_helper.h 15 virtual std::string GetAcceptButtonLabel() OVERRIDE;
  /external/chromium_org/chrome/browser/android/
google_location_settings_helper.h 20 virtual std::string GetAcceptButtonLabel() = 0;
mock_google_location_settings_helper.h 17 virtual std::string GetAcceptButtonLabel() OVERRIDE;
mock_google_location_settings_helper.cc 30 std::string MockGoogleLocationSettingsHelper::GetAcceptButtonLabel() {
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate_android.cc 73 UTF8ToUTF16(google_location_settings_helper_->GetAcceptButtonLabel()) :
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h 104 base::string16 GetAcceptButtonLabel() const;
external_install_ui.cc 388 return prompt_->GetAcceptButtonLabel();
extension_install_prompt.cc 325 base::string16 ExtensionInstallPrompt::Prompt::GetAcceptButtonLabel() const {
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_install_dialog_gtk.cc 142 UTF16ToUTF8(prompt.GetAcceptButtonLabel()).c_str(),
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 649 return prompt_.GetAcceptButtonLabel();
    [all...]

Completed in 509 milliseconds