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

  /external/chromium_org/content/renderer/pepper/
plugin_module.h 107 bool IsProxied() const;
message_channel.cc 422 if (instance_->module()->IsProxied()) {
531 if (instance_->module()->IsProxied()) {
plugin_module.cc 526 bool PluginModule::IsProxied() const {
pepper_plugin_instance_impl.cc 544 if (!module_->IsProxied()) {
583 if (!module_->IsProxied() && render_frame_) {
    [all...]

Completed in 45 milliseconds