HomeSort by relevance Sort by last modified time
    Searched refs:external_plugin (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_socket_utils.h 22 bool CanUseSocketAPIs(bool external_plugin,
29 bool CanUseSocketAPIs(bool external_plugin,
pepper_socket_utils.cc 35 bool CanUseSocketAPIs(bool external_plugin,
43 return render_view_host && CanUseSocketAPIs(external_plugin,
49 bool CanUseSocketAPIs(bool external_plugin,
55 if (!external_plugin) {
browser_ppapi_host_impl.h 32 // |external_plugin| signfies that this is a proxy created for an embedder's
40 bool external_plugin,
63 bool external_plugin() { return external_plugin_; } function in class:content::BrowserPpapiHostImpl
browser_ppapi_host_impl.cc 51 bool external_plugin,
58 external_plugin_(external_plugin) {
pepper_message_filter.cc 416 bool external_plugin = false; local
418 external_plugin = true;
425 return pepper_socket_utils::CanUseSocketAPIs(external_plugin,
pepper_network_proxy_host.cc 42 host->external_plugin()),
pepper_host_resolver_message_filter.cc 86 : external_plugin_(host->external_plugin()),
pepper_tcp_server_socket_message_filter.cc 45 external_plugin_(host->external_plugin()),
pepper_udp_socket_message_filter.cc 49 external_plugin_(host->external_plugin()),

Completed in 102 milliseconds