/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_socket_utils.h | 32 bool CanUseSocketAPIs(bool external_plugin,
|
pepper_network_monitor_host.cc | 20 bool CanUseNetworkMonitor(bool external_plugin, 27 return pepper_socket_utils::CanUseSocketAPIs(external_plugin, 56 host->external_plugin(),
|
browser_ppapi_host_impl.h | 36 // |external_plugin| signfies that this is a proxy created for an embedder's 44 bool external_plugin); 67 bool external_plugin() const { return external_plugin_; } function in class:content::BrowserPpapiHostImpl
|
pepper_socket_utils.cc | 38 bool CanUseSocketAPIs(bool external_plugin, 44 if (!external_plugin) {
|
browser_ppapi_host_impl.cc | 34 true /* external_plugin */); 53 bool external_plugin) 60 external_plugin_(external_plugin),
|
pepper_network_proxy_host.cc | 43 host->external_plugin()),
|
pepper_host_resolver_message_filter.cc | 85 : external_plugin_(host->external_plugin()),
|
pepper_tcp_server_socket_message_filter.cc | 49 external_plugin_(host->external_plugin()),
|
pepper_file_io_host.cc | 429 if (!browser_ppapi_host_->external_plugin() ||
|
pepper_udp_socket_message_filter.cc | 52 external_plugin_(host->external_plugin()),
|
pepper_tcp_socket_message_filter.cc | 57 external_plugin_(host->external_plugin()), 84 external_plugin_(host->external_plugin()), [all...] |