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

  /external/chromium_org/ui/views/controls/textfield/
native_textfield_wrapper.h 159 virtual void ClearEditHistory() = 0;
textfield_views_model.h 252 void ClearEditHistory();
textfield.h 235 void ClearEditHistory();
textfield_views_model.cc 305 ClearEditHistory();
690 void TextfieldViewsModel::ClearEditHistory() {
699 ClearEditHistory();
textfield.cc 399 void Textfield::ClearEditHistory() {
400 native_wrapper_->ClearEditHistory();
native_textfield_views.h 145 virtual void ClearEditHistory() OVERRIDE;
native_textfield_views.cc 711 void NativeTextfieldViews::ClearEditHistory() {
712 model_->ClearEditHistory();
    [all...]
textfield_views_model_unittest.cc 60 model->ClearEditHistory();
    [all...]
native_textfield_views_unittest.cc 195 model_->ClearEditHistory();
794 textfield_view_->ClearEditHistory();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 436 ClearEditHistory();
    [all...]

Completed in 65 milliseconds