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

  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.cc 31 BrowserPluginHostFactory* BrowserPluginEmbedder::factory_ = NULL;
33 BrowserPluginEmbedder::BrowserPluginEmbedder(WebContentsImpl* web_contents)
38 BrowserPluginEmbedder::~BrowserPluginEmbedder() {
43 BrowserPluginEmbedder* BrowserPluginEmbedder::Create(
47 return new BrowserPluginEmbedder(web_contents);
50 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) {
54 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest)
    [all...]
browser_plugin_host_factory.h 18 class BrowserPluginEmbedder;
32 virtual BrowserPluginEmbedder* CreateBrowserPluginEmbedder(
test_browser_plugin_embedder.cc 14 : BrowserPluginEmbedder(web_contents),
37 return static_cast<WebContentsImpl*>(BrowserPluginEmbedder::web_contents());
test_browser_plugin_embedder.h 18 // Test class for BrowserPluginEmbedder.
21 // BrowserPluginEmbedder to be used in tests.
22 class TestBrowserPluginEmbedder : public BrowserPluginEmbedder {
browser_plugin_embedder.h 5 // A BrowserPluginEmbedder handles messages coming from a BrowserPlugin's
9 // renderer creates a BrowserPluginEmbedder for itself. The
10 // BrowserPluginEmbedder, in turn, forwards the requests to a
41 class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
43 virtual ~BrowserPluginEmbedder();
45 static BrowserPluginEmbedder* Create(WebContentsImpl* web_contents);
98 BrowserPluginEmbedder(WebContentsImpl* web_contents);
144 DISALLOW_COPY_AND_ASSIGN(BrowserPluginEmbedder);
browser_plugin_host_browsertest.cc 44 using content::BrowserPluginEmbedder;
88 // Test factory for creating test instances of BrowserPluginEmbedder and
107 virtual BrowserPluginEmbedder* CreateBrowserPluginEmbedder(
221 content::BrowserPluginEmbedder::set_factory_for_testing(
239 content::BrowserPluginEmbedder::set_factory_for_testing(NULL);
    [all...]
browser_plugin_guest.h 70 class BrowserPluginEmbedder;
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 44 class BrowserPluginEmbedder;
146 BrowserPluginEmbedder* GetBrowserPluginEmbedder() const;
159 // Informs the render view host and the BrowserPluginEmbedder, if present, of
164 // Informs the render view host and the BrowserPluginEmbedder, if present, of
    [all...]
web_contents_impl.cc 645 BrowserPluginEmbedder* embedder = GetBrowserPluginEmbedder();
    [all...]

Completed in 296 milliseconds