Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/chrome/
Dchrome_context_menu_handler.cc43 if (command_id >= MENU_ID_USER_FIRST && command_id <= MENU_ID_USER_LAST) in IsCommandIdSupported()
/third_party/cef/patch/patches/
Dchrome_browser_context_menus.patch23 + // Match the MENU_ID_USER_FIRST to MENU_ID_USER_LAST range from cef_types.h.
/third_party/cef/include/internal/
Dcef_types.h1628 MENU_ID_USER_LAST = 28500, enumerator