Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/plugins/
Dchrome_plugin_placeholder.cc329 params.custom_items.push_back(name_item); in ShowContextMenu()
333 params.custom_items.push_back(separator_item); in ShowContextMenu()
341 params.custom_items.push_back(run_item); in ShowContextMenu()
348 params.custom_items.push_back(hide_item); in ShowContextMenu()
/external/chromium_org/components/renderer_context_menu/
Dcontext_menu_content_type.cc67 if (supports_custom_items_ && !params_.custom_items.empty()) { in SupportsGroup()
105 return supports_custom_items_ && !params_.custom_items.empty(); in SupportsGroupInternal()
Drender_view_context_menu_base.cc244 AddCustomItemsToMenu(params_.custom_items, 0, &total_items, this, in AppendCustomItems()
383 return IsCustomItemCheckedInternal(params_.custom_items, id); in IsCustomItemChecked()
387 return IsCustomItemEnabledInternal(params_.custom_items, id); in IsCustomItemEnabled()
/external/chromium_org/chrome/browser/ui/android/
Dcontext_menu_helper.cc87 for (i = params.custom_items.begin(); i != params.custom_items.end(); ++i) { in CreateJavaContextMenuParams()
/external/chromium_org/content/public/common/
Dcontext_menu_params.h150 std::vector<MenuItem> custom_items; member
/external/chromium_org/content/renderer/
Dcontext_menu_params_builder.cc51 params.custom_items.push_back(MenuItemBuilder::Build(data.customItems[i])); in Build()
/external/chromium_org/chrome/renderer/pepper/
Dpepper_flash_menu_host.cc156 params.custom_items = menu_data_; in OnHostMsgShow()
/external/chromium_org/content/common/
Dframe_messages.h75 IPC_STRUCT_TRAITS_MEMBER(custom_items)