Home
last modified time | relevance | path

Searched refs:IsWarning (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller.h66 virtual bool IsWarning(size_t index) const = 0;
Dautofill_popup_controller_impl.h99 virtual bool IsWarning(size_t index) const OVERRIDE;
Dautofill_popup_controller_impl.cc361 bool AutofillPopupControllerImpl::IsWarning(size_t index) const { in IsWarning() function in autofill::AutofillPopupControllerImpl
/external/chromium_org/chrome/browser/ui/gtk/autofill/
Dautofill_popup_view_gtk.cc225 controller_->IsWarning(index) ? kWarningColor : kNameColor); in DrawAutofillEntry()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.cc263 controller_->IsWarning(index) ? kWarningTextColor : kValueTextColor, in DrawAutofillEntry()
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_cocoa.mm221 controller_->IsWarning(index) ? WarningColor() : NameColor();