Searched refs:IsWarning (Results 1 – 5 of 5) sorted by relevance
41 virtual bool IsWarning(size_t index) const = 0;
84 virtual bool IsWarning(size_t index) const OVERRIDE;
343 bool AutofillPopupControllerImpl::IsWarning(size_t index) const { in IsWarning() function in autofill::AutofillPopupControllerImpl
83 controller_->IsWarning(index) ? kWarningTextColor : kValueTextColor, in DrawAutofillEntry()
204 controller_->IsWarning(index) ? [self warningColor] : [self nameColor];