OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterceptorFactory
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h
35
class
InterceptorFactory
: public URLRequestPostInterceptorFactory {
37
InterceptorFactory
();
38
~
InterceptorFactory
();
43
DISALLOW_COPY_AND_ASSIGN(
InterceptorFactory
);
138
scoped_ptr<
InterceptorFactory
> interceptor_factory_;
component_updater_ping_manager_unittest.cc
65
scoped_ptr<
InterceptorFactory
> interceptor_factory(new
InterceptorFactory
);
component_updater_service_unittest.cc
141
InterceptorFactory
::
InterceptorFactory
()
145
InterceptorFactory
::~
InterceptorFactory
() {}
147
URLRequestPostInterceptor*
InterceptorFactory
::CreateInterceptor() {
186
interceptor_factory_.reset(new
InterceptorFactory
);
[
all
...]
Completed in 161 milliseconds