Searched refs:notify_default_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.h190 void NotifyChanged(bool notify_default_match);
H A Dautocomplete_controller.cc501 const bool notify_default_match = local
508 if (notify_default_match)
511 NotifyChanged(force_notify_default_match_changed || notify_default_match);
647 void AutocompleteController::NotifyChanged(bool notify_default_match) { argument
649 delegate_->OnResultChanged(notify_default_match);

Completed in 211 milliseconds