Searched refs:IsWarning (Results 1 – 6 of 6) sorted by relevance
66 virtual bool IsWarning(size_t index) const = 0;
99 virtual bool IsWarning(size_t index) const OVERRIDE;
361 bool AutofillPopupControllerImpl::IsWarning(size_t index) const { in IsWarning() function in autofill::AutofillPopupControllerImpl
225 controller_->IsWarning(index) ? kWarningColor : kNameColor); in DrawAutofillEntry()
263 controller_->IsWarning(index) ? kWarningTextColor : kValueTextColor, in DrawAutofillEntry()
221 controller_->IsWarning(index) ? WarningColor() : NameColor();