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

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 92 // OnPopupDataChanged(), so that when the edit notifies its controller that
114 edit_model_->OnPopupDataChanged(match.inline_autocompletion, NULL,
117 edit_model_->OnPopupDataChanged(match.fill_into_edit, &current_destination,
omnibox_controller.cc 74 omnibox_edit_model_->OnPopupDataChanged(string16(), NULL, string16(),
omnibox_edit_model.h 281 void OnPopupDataChanged(
482 // Used by OnPopupDataChanged to keep track of whether there is currently a
omnibox_edit_model.cc     [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc 87 // We need to update |selected_line_| before calling OnPopupDataChanged(), so
112 edit_model_->OnPopupDataChanged(inline_autocomplete_text, NULL,
115 edit_model_->OnPopupDataChanged(match.fill_into_edit, &current_destination,
autocomplete_edit.h 315 void OnPopupDataChanged(
492 // Used by OnPopupDataChanged to keep track of whether there is currently a
autocomplete_edit.cc 675 void AutocompleteEditModel::OnPopupDataChanged(
    [all...]

Completed in 1182 milliseconds