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.cc 45 BrowserPlugin::BrowserPlugin(RenderViewImpl* render_view,
68 BrowserPlugin::~BrowserPlugin() {
69 // If the BrowserPlugin has never navigated then the browser process and
80 bool BrowserPlugin::OnMessageReceived(const IPC::Message& message) {
82 IPC_BEGIN_MESSAGE_MAP(BrowserPlugin, message)
103 void BrowserPlugin::UpdateDOMAttribute(const std::string& attribute_name,
119 void BrowserPlugin::RemoveDOMAttribute(const std::string& attribute_name) {
127 std::string BrowserPlugin::GetDOMAttributeValue
    [all...]
browser_plugin.h 31 class CONTENT_EXPORT BrowserPlugin :
59 // BrowserPlugin accordingly.
83 // Returns whether this BrowserPlugin has allocated an instance ID.
99 // this BrowserPlugin instance to that guest. |extra_params| are parameters
108 // Returns whether a message should be forwarded to BrowserPlugin.
172 friend class base::DeleteHelper<BrowserPlugin>;
173 // Only the manager is allowed to create a BrowserPlugin.
180 // A BrowserPlugin object is a controller that represents an instance of a
181 // browser plugin within the embedder renderer process. Once a BrowserPlugin
184 // identifies a guest WebContents that's hosted by this BrowserPlugin
    [all...]

Completed in 370 milliseconds