Searched refs:custom_context (Results 1 - 13 of 13) sorted by relevance

/external/chromium/webkit/glue/
H A Dcontext_menu.h118 webkit_glue::CustomContextMenuContext custom_context; member in struct:ContextMenuParams
H A Dcontext_menu.cc49 custom_context.is_pepper_menu = false;
/external/chromium_org/content/public/common/
H A Dcontext_menu_params.h146 CustomContextMenuContext custom_context; member in struct:content::ContextMenuParams
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/
H A Dchrome_web_contents_view_delegate_gtk.cc137 if (params.custom_context.render_widget_id !=
141 params.custom_context.render_widget_id);
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_menu_host.cc155 params.custom_context.is_pepper_menu = true;
156 params.custom_context.render_widget_id =
/external/chromium_org/content/renderer/
H A Dcontext_menu_params_builder.cc50 params.custom_context.is_pepper_menu = false;
H A Drender_view_impl.cc4512 our_params.custom_context.request_id = pending_context_menus_.Add(client);
4514 return our_params.custom_context.request_id;
5147 const CustomContextMenuContext& custom_context,
5149 if (custom_context.request_id) {
5152 pending_context_menus_.Lookup(custom_context.request_id);
5154 client->OnMenuAction(custom_context.request_id, action);
6388 const CustomContextMenuContext& custom_context) {
6389 if (custom_context.request_id) {
6392 pending_context_menus_.Lookup(custom_context.request_id);
6394 client->OnMenuClosed(custom_context
5146 OnCustomContextMenuAction( const CustomContextMenuContext& custom_context, unsigned action) argument
6387 OnContextMenuClosed( const CustomContextMenuContext& custom_context) argument
[all...]
H A Drender_view_impl.h961 void OnContextMenuClosed(const CustomContextMenuContext& custom_context);
966 void OnCustomContextMenuAction(const CustomContextMenuContext& custom_context,
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.cc309 if (params.custom_context.render_widget_id !=
313 params.custom_context.render_widget_id);
H A Drender_view_context_menu.cc464 if (!params_.custom_context.is_pepper_menu)
1180 params_.custom_context, action);
1514 params_.custom_context);
/external/chromium_org/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc584 if (!params_.custom_context.is_pepper_menu)
1514 const content::CustomContextMenuContext& context = params_.custom_context;
2006 rvh->NotifyContextMenuClosed(params_.custom_context);
/external/chromium_org/content/common/
H A Dview_messages.h192 IPC_STRUCT_TRAITS_MEMBER(custom_context)
902 content::CustomContextMenuContext /* custom_context */,
908 content::CustomContextMenuContext /* custom_context */)
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_tab_container_win.cc912 if (params.custom_context.is_pepper_menu)

Completed in 1686 milliseconds