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 43 virtual string16 AccountChooserText() const = 0;
mock_autofill_dialog_view_delegate.h 19 MOCK_CONST_METHOD0(AccountChooserText, string16());
autofill_dialog_controller_impl.h 111 virtual string16 AccountChooserText() const OVERRIDE;
autofill_dialog_controller_impl.cc 715 string16 AutofillDialogControllerImpl::AccountChooserText() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 533 label_->SetText(delegate_->AccountChooserText());
    [all...]

Completed in 167 milliseconds