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

  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 36 class CONTENT_EXPORT BrowserPlugin :
44 static BrowserPlugin* FromContainer(WebKit::WebPluginContainer* container);
63 // Get the src attribute value of the BrowserPlugin instance.
65 // Parse the src attribute value of the BrowserPlugin instance.
84 // this instance of BrowserPlugin. If an error occurs, the |error_message| is
97 // Returns whether this BrowserPlugin has requested an instance ID.
99 // Returns whether this BrowserPlugin has allocated an instance ID.
103 // encapsulating a BrowserPlugin.
134 // this BrowserPlugin instance to that guest. |extra_params| are parameters
142 // Returns whether a message should be forwarded to BrowserPlugin
    [all...]
browser_plugin.cc 63 BrowserPlugin*> PluginContainerMap;
69 BrowserPlugin::BrowserPlugin(
96 BrowserPlugin::~BrowserPlugin() {
97 // If the BrowserPlugin has never navigated then the browser process and
109 BrowserPlugin* BrowserPlugin::FromContainer(
116 bool BrowserPlugin::OnMessageReceived(const IPC::Message& message) {
118 IPC_BEGIN_MESSAGE_MAP(BrowserPlugin, message
    [all...]

Completed in 519 milliseconds