Searched refs:custom_context (Results 1 - 11 of 11) sorted by path

/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_menu_host.cc153 params.custom_context.is_pepper_menu = true;
154 params.custom_context.render_widget_id =
/external/chromium_org/components/renderer_context_menu/
H A Dcontext_menu_content_type.cc75 if (!params_.custom_context.is_pepper_menu)
H A Drender_view_context_menu_base.cc307 const content::CustomContextMenuContext& context = params_.custom_context;
347 source_web_contents_->NotifyContextMenuClosed(params_.custom_context);
372 params_.custom_context.link_followed = url;
/external/chromium_org/content/common/
H A Dframe_messages.h74 IPC_STRUCT_TRAITS_MEMBER(custom_context)
358 content::CustomContextMenuContext /* custom_context */)
362 content::CustomContextMenuContext /* custom_context */,
/external/chromium_org/content/public/common/
H A Dcontext_menu_params.h149 CustomContextMenuContext custom_context; member in struct:content::ContextMenuParams
/external/chromium_org/content/renderer/
H A Dcontext_menu_params_builder.cc49 params.custom_context.is_pepper_menu = false;
H A Drender_frame_impl.cc1113 const CustomContextMenuContext& custom_context) {
1114 if (custom_context.request_id) {
1117 pending_context_menus_.Lookup(custom_context.request_id);
1119 client->OnMenuClosed(custom_context.request_id);
1120 pending_context_menus_.Remove(custom_context.request_id);
1123 if (custom_context.link_followed.is_valid()) {
1126 custom_context.link_followed);
1134 const CustomContextMenuContext& custom_context,
1136 if (custom_context.request_id) {
1139 pending_context_menus_.Lookup(custom_context
1112 OnContextMenuClosed( const CustomContextMenuContext& custom_context) argument
1133 OnCustomContextMenuAction( const CustomContextMenuContext& custom_context, unsigned action) argument
[all...]
H A Drender_frame_impl.h508 void OnContextMenuClosed(const CustomContextMenuContext& custom_context);
509 void OnCustomContextMenuAction(const CustomContextMenuContext& custom_context,
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2231 settings->custom_context = 0;
2247 settings->custom_context = 0;
H A Dlodepng.h265 const void* custom_context; /*optional custom settings for custom functions*/ member in struct:LodePNGDecompressSettings
299 const void* custom_context; /*optional custom settings for custom functions*/ member in struct:LodePNGCompressSettings
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc46 static_cast<const ZopfliPNGOptions*>(settings->custom_context);
189 state.encoder.zlibsettings.custom_context = png_options;

Completed in 430 milliseconds