Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dmenu_manager.cc297 new_item->action += MENU_ID_CUSTOM_FIRST; in CreateDefaultModel()
383 command_id - MENU_ID_CUSTOM_FIRST, params_.link_followed); in ExecuteDefaultCommand()
465 if (command_id < MENU_ID_CUSTOM_FIRST || command_id > MENU_ID_CUSTOM_LAST) in IsCustomContextMenuCommand()
468 command_id -= MENU_ID_CUSTOM_FIRST; in IsCustomContextMenuCommand()
/third_party/cef/include/internal/
Dcef_types.h1621 MENU_ID_CUSTOM_FIRST = 220, enumerator
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch11873 MENU_ID_CUSTOM_FIRST = 220,
57140 + return MENU_ID_CUSTOM_FIRST;