HomeSort by relevance Sort by last modified time
    Searched refs:IsWarning (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller.h 41 virtual bool IsWarning(size_t index) const = 0;
autofill_popup_controller_impl.h 84 virtual bool IsWarning(size_t index) const OVERRIDE;
autofill_popup_controller_impl.cc 343 bool AutofillPopupControllerImpl::IsWarning(size_t index) const {
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 82 controller_->IsWarning(index) ? kWarningTextColor : kValueTextColor,

Completed in 273 milliseconds