Home
last modified time | relevance | path

Searched refs:MenuWillShow (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
Dpower_menu_button.h52 virtual void MenuWillShow() {} in MenuWillShow() function
Dclock_menu_button.h58 virtual void MenuWillShow() {} in MenuWillShow() function
Dinput_method_menu.h57 virtual void MenuWillShow();
Dnetwork_menu.h88 virtual void MenuWillShow() {} in MenuWillShow() function
Dinput_method_menu.cc249 void InputMethodMenu::MenuWillShow() { in MenuWillShow() function in chromeos::InputMethodMenu
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.h50 virtual void MenuWillShow() OVERRIDE;
Drender_view_context_menu.cc1502 void RenderViewContextMenu::MenuWillShow() { in MenuWillShow() function in RenderViewContextMenu
/external/chromium/chrome/browser/ui/toolbar/
Dback_forward_menu_model.h65 virtual void MenuWillShow();
Dback_forward_menu_model.cc190 void BackForwardMenuModel::MenuWillShow() { in MenuWillShow() function in BackForwardMenuModel
/external/chromium/chrome/browser/ui/gtk/
Dmenu_gtk.cc721 model_->MenuWillShow(); in OnMenuShow()