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

  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 132 MessageChannel& message_channel() { return *message_channel_; }
799 scoped_ptr<MessageChannel> message_channel_; member in class:content::PepperPluginInstanceImpl
    [all...]
pepper_plugin_instance_impl.cc 615 message_channel_->SetPassthroughObject(NULL);
770 message_channel_.reset(new MessageChannel(this));
790 message_channel_->StopQueueingJavaScriptMessages();
    [all...]

Completed in 840 milliseconds