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

  /external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc 16 class MockWebContentsDelegate : public WebContentsDelegate {
30 scoped_ptr<MockWebContentsDelegate> delegate(new MockWebContentsDelegate());
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 41 class MockWebContentsDelegate : public content::WebContentsDelegate {
43 virtual ~MockWebContentsDelegate() {}
173 MockWebContentsDelegate web_contents_delegate_;
  /external/chromium_org/chrome/browser/extensions/
web_view_browsertest.cc 55 class MockWebContentsDelegate : public content::WebContentsDelegate {
57 MockWebContentsDelegate() : requested_(false) {}
58 virtual ~MockWebContentsDelegate() {}
80 DISALLOW_COPY_AND_ASSIGN(MockWebContentsDelegate);
    [all...]

Completed in 114 milliseconds