Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/plugins/
Dchrome_plugin_placeholder.cc354 params.custom_items.push_back(name_item); in ShowContextMenu()
358 params.custom_items.push_back(separator_item); in ShowContextMenu()
366 params.custom_items.push_back(run_item); in ShowContextMenu()
373 params.custom_items.push_back(hide_item); in ShowContextMenu()
/external/chromium_org/chrome/browser/ui/android/
Dcontext_menu_helper.cc82 for (i = params.custom_items.begin(); i != params.custom_items.end(); ++i) { in CreateJavaContextMenuParams()
/external/chromium/webkit/glue/
Dcontext_menu.h119 std::vector<WebMenuItem> custom_items; member
Dcontext_menu.cc51 custom_items.push_back(WebMenuItem(data.customItems[i])); in ContextMenuParams()
/external/chromium_org/content/public/common/
Dcontext_menu_params.h146 std::vector<MenuItem> custom_items; member
/external/chromium_org/content/renderer/
Dcontext_menu_params_builder.cc50 params.custom_items.push_back(MenuItemBuilder::Build(data.customItems[i])); in Build()
/external/chromium_org/chrome/browser/ui/webui/ntp/android/
Dcontext_menu_handler.cc106 menu.custom_items.push_back(menu_item); in HandleShowContextMenu()
/external/chromium_org/chrome/renderer/pepper/
Dpepper_flash_menu_host.cc156 params.custom_items = menu_data_; in OnHostMsgShow()
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc542 AddCustomItemsToMenu(params_.custom_items, 0, &total_items, this, in AppendCustomItems()
874 return IsCustomItemEnabled(params_.custom_items, id); in IsCommandIdEnabled()
1115 return IsCustomItemChecked(params_.custom_items, id); in IsCommandIdChecked()
/external/chromium_org/chrome/browser/tab_contents/
Drender_view_context_menu.cc815 AddCustomItemsToMenu(params_.custom_items, 0, &total_items, this, in AppendCustomItems()
1187 return IsCustomItemEnabled(params_.custom_items, id); in IsCommandIdEnabled()
1484 return IsCustomItemChecked(params_.custom_items, id); in IsCommandIdChecked()
/external/chromium_org/content/common/
Dview_messages.h204 IPC_STRUCT_TRAITS_MEMBER(custom_items)