Home
last modified time | relevance | path

Searched refs:MenuItemType (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/include/
Dcef_menu_model.h53 typedef cef_menu_item_type_t MenuItemType; typedef
219 virtual MenuItemType GetType(int command_id) = 0;
225 virtual MenuItemType GetTypeAt(int index) = 0;
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h69 MenuItemType GetType(int command_id) override;
70 MenuItemType GetTypeAt(int index) override;
Dmenu_model_ctocpp.cc481 CefMenuModel::MenuItemType CefMenuModelCToCpp::GetType(int command_id) { in GetType()
498 CefMenuModel::MenuItemType CefMenuModelCToCpp::GetTypeAt(int index) { in GetTypeAt()
/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.h81 MenuItemType GetType(int command_id) override;
82 MenuItemType GetTypeAt(int index) override;
Dmenu_model_impl.h100 MenuItemType GetType(int command_id) override;
101 MenuItemType GetTypeAt(int index) override;
Dsimple_menu_model_impl.cc260 CefSimpleMenuModelImpl::MenuItemType CefSimpleMenuModelImpl::GetType( in GetType()
265 CefSimpleMenuModelImpl::MenuItemType CefSimpleMenuModelImpl::GetTypeAt( in GetTypeAt()
Dmenu_model_impl.cc450 CefMenuModelImpl::MenuItemType CefMenuModelImpl::GetType(int command_id) { in GetType()
454 CefMenuModelImpl::MenuItemType CefMenuModelImpl::GetTypeAt(int index) { in GetTypeAt()