HomeSort by relevance Sort by last modified time
    Searched refs:MockWebContentsDelegate (Results 1 - 5 of 5) 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/content/browser/media/
audio_stream_monitor_unittest.cc 34 class MockWebContentsDelegate : public WebContentsDelegate {
145 MockWebContentsDelegate mock_web_contents_delegate_;
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 42 class MockWebContentsDelegate : public content::WebContentsDelegate {
44 virtual ~MockWebContentsDelegate() {}
166 MockWebContentsDelegate web_contents_delegate_;
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 168 class MockWebContentsDelegate : public content::WebContentsDelegate {
170 MockWebContentsDelegate() : requested_(false) {}
171 virtual ~MockWebContentsDelegate() {}
193 DISALLOW_COPY_AND_ASSIGN(MockWebContentsDelegate);
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc 64 class MockWebContentsDelegate : public content::WebContentsDelegate {
704 MockWebContentsDelegate delegate;
    [all...]

Completed in 3373 milliseconds