Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc194 CefNativeMenuWin* root_menu = menu_win; in OnMenuCommand() local
195 while (root_menu->parent_) in OnMenuCommand()
196 root_menu = root_menu->parent_; in OnMenuCommand()
200 if (root_menu->menu_action_ == MenuWrapper::MENU_ACTION_NONE) in OnMenuCommand()