Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller.h41 virtual bool IsWarning(size_t index) const = 0;
Dautofill_popup_controller_impl.h84 virtual bool IsWarning(size_t index) const OVERRIDE;
Dautofill_popup_controller_impl.cc343 bool AutofillPopupControllerImpl::IsWarning(size_t index) const { in IsWarning() function in autofill::AutofillPopupControllerImpl
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.cc83 controller_->IsWarning(index) ? kWarningTextColor : kValueTextColor, in DrawAutofillEntry()
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_cocoa.mm204 controller_->IsWarning(index) ? [self warningColor] : [self nameColor];