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

  /external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_embedder.cc 12 TestBrowserPluginEmbedder::TestBrowserPluginEmbedder(
18 TestBrowserPluginEmbedder::~TestBrowserPluginEmbedder() {
21 void TestBrowserPluginEmbedder::GetRenderViewHostCallback(
28 void TestBrowserPluginEmbedder::WaitForRenderViewHostAtPosition(int x, int y) {
30 base::Bind(&TestBrowserPluginEmbedder::GetRenderViewHostCallback,
36 WebContentsImpl* TestBrowserPluginEmbedder::web_contents() const {
test_browser_plugin_embedder.h 22 class TestBrowserPluginEmbedder : public BrowserPluginEmbedder {
24 TestBrowserPluginEmbedder(WebContentsImpl* web_contents);
25 virtual ~TestBrowserPluginEmbedder();
42 DISALLOW_COPY_AND_ASSIGN(TestBrowserPluginEmbedder);

Completed in 56 milliseconds