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

  /external/chromium_org/chrome/test/nacl/
pnacl_header_test.h 27 class TestDispatcherHostDelegate : public ResourceDispatcherHostDelegate {
29 explicit TestDispatcherHostDelegate()
32 virtual ~TestDispatcherHostDelegate() {}
46 DISALLOW_COPY_AND_ASSIGN(TestDispatcherHostDelegate);
69 TestDispatcherHostDelegate test_delegate_;
pnacl_header_test.cc 27 void TestDispatcherHostDelegate::RequestBeginning(
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate_browsertest.cc 53 class TestDispatcherHostDelegate : public ChromeResourceDispatcherHostDelegate {
55 explicit TestDispatcherHostDelegate(
60 virtual ~TestDispatcherHostDelegate() {}
93 DISALLOW_COPY_AND_ASSIGN(TestDispatcherHostDelegate);
106 dispatcher_host_delegate_.reset(new TestDispatcherHostDelegate(
141 scoped_ptr<TestDispatcherHostDelegate> dispatcher_host_delegate_;

Completed in 56 milliseconds