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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h 47 virtual base::string16 AccountChooserText() const = 0;
mock_autofill_dialog_view_delegate.h 21 MOCK_CONST_METHOD0(AccountChooserText, base::string16());
autofill_dialog_controller_impl.h 99 virtual base::string16 AccountChooserText() const OVERRIDE;
    [all...]
autofill_dialog_controller_impl.cc 878 base::string16 AutofillDialogControllerImpl::AccountChooserText() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 509 menu_button_->SetText(delegate_->AccountChooserText());
    [all...]

Completed in 43 milliseconds