Searched refs:default_match_changed (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_controller_delegate.h12 // |default_match_changed| is true, the default match of the result set has
14 virtual void OnResultChanged(bool default_match_changed) = 0;
H A Dautocomplete_edit.h371 virtual void OnResultChanged(bool default_match_changed);
H A Dautocomplete_edit.cc830 void AutocompleteEditModel::OnResultChanged(bool default_match_changed) { argument
832 if (default_match_changed) {
/external/chromium/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.h38 virtual void OnResultChanged(bool default_match_changed);
H A Dbrowser_options_handler.cc434 void BrowserOptionsHandler::OnResultChanged(bool default_match_changed) { argument

Completed in 164 milliseconds