Searched defs:UpdateContextMenu (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/ui/views/controls/textfield/ | ||
H A D | textfield_test_api.cc | 14 void TextfieldTestApi::UpdateContextMenu() { function in class:views::TextfieldTestApi 15 textfield_->UpdateContextMenu(); |
H A D | textfield_controller.h | 80 virtual void UpdateContextMenu(ui::SimpleMenuModel* menu_contents) {} function in class:views::TextfieldController |
H A D | textfield.cc | 977 UpdateContextMenu(); 1679 void Textfield::UpdateContextMenu() { function in class:views::Textfield 1692 controller_->UpdateContextMenu(context_menu_contents_.get()); |
/external/chromium_org/chrome/browser/ui/views/omnibox/ | ||
H A D | omnibox_view_views.cc | 997 void OmniboxViewViews::UpdateContextMenu(ui::SimpleMenuModel* menu_contents) { function in class:OmniboxViewViews |
/external/chromium_org/ui/views/touchui/ | ||
H A D | touch_selection_controller_impl.cc | 366 UpdateContextMenu(); 401 UpdateContextMenu(); 589 void TouchSelectionControllerImpl::UpdateContextMenu() { function in class:views::TouchSelectionControllerImpl |
Completed in 132 milliseconds