OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestDispatcherHostDelegate
(Results
1 - 2
of
2
) 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_;
/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 382 milliseconds