Searched defs:Factory (Results 1 - 25 of 136) sorted by path

123456

/external/chromium/chrome/browser/automation/
H A Durl_request_automation_job.cc84 "http", &URLRequestAutomationJob::Factory);
87 "https", &URLRequestAutomationJob::Factory);
94 net::URLRequestJob* URLRequestAutomationJob::Factory( function in class:URLRequestAutomationJob
H A Durl_request_automation_job.h39 static net::URLRequest::ProtocolFactory Factory; member in class:URLRequestAutomationJob
/external/chromium/chrome/browser/chromeos/
H A Dgview_request_interceptor_unittest.cc54 &GViewRequestInterceptorTest::Factory);
64 static net::URLRequestJob* Factory(net::URLRequest* request, function in class:chromeos::GViewRequestInterceptorTest
/external/chromium/chrome/browser/chromeos/login/
H A Downer_key_utils.h28 class Factory { class in class:chromeos::OwnerKeyUtils
40 static void set_factory(Factory* factory) { factory_ = factory; }
44 // Factory (the default) this creates and returns a new OwnerKeyUtils.
84 static Factory* factory_;
H A Dregistration_screen.cc49 &RegistrationScreen::Factory);
147 net::URLRequestJob* RegistrationScreen::Factory(net::URLRequest* request, function in class:chromeos::RegistrationScreen
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc31 &ProtocolHandlerRegistry::Factory);
83 net::URLRequestJob* ProtocolHandlerRegistry::Factory(net::URLRequest* request, function in class:ProtocolHandlerRegistry
/external/chromium/chrome/browser/net/
H A Dmetadata_url_request.cc26 static net::URLRequestJob* Factory(net::URLRequest* request,
56 net::URLRequestJob* MetadataRequestHandler::Factory(net::URLRequest* request, function in class:__anon2127::MetadataRequestHandler
135 &MetadataRequestHandler::Factory);
H A Durl_request_failed_dns_job.cc34 &URLRequestFailedDnsJob::Factory); member in class:URLRequestFailedDnsJob
38 net::URLRequestJob* URLRequestFailedDnsJob::Factory(net::URLRequest* request, function in class:URLRequestFailedDnsJob
H A Durl_request_mock_http_job.cc24 net::URLRequestJob* URLRequestMockHTTPJob::Factory(net::URLRequest* request, function in class:URLRequestMockHTTPJob
37 URLRequestMockHTTPJob::Factory);
H A Durl_request_mock_http_job.h26 static net::URLRequest::ProtocolFactory Factory; member in class:URLRequestMockHTTPJob
H A Durl_request_mock_link_doctor_job.cc25 net::URLRequestJob* URLRequestMockLinkDoctorJob::Factory( function in class:URLRequestMockLinkDoctorJob
36 URLRequestMockLinkDoctorJob::Factory);
H A Durl_request_mock_link_doctor_job.h17 static net::URLRequest::ProtocolFactory Factory; member in class:URLRequestMockLinkDoctorJob
H A Durl_request_mock_net_error_job.cc48 ->AddUrlHandler(url, &URLRequestMockNetErrorJob::Factory);
60 net::URLRequestJob* URLRequestMockNetErrorJob::Factory( function in class:URLRequestMockNetErrorJob
H A Durl_request_mock_net_error_job.h42 static net::URLRequest::ProtocolFactory Factory; member in class:URLRequestMockNetErrorJob
H A Durl_request_slow_download_job.cc40 &URLRequestSlowDownloadJob::Factory); member in class:URLRequestSlowDownloadJob
42 &URLRequestSlowDownloadJob::Factory); member in class:URLRequestSlowDownloadJob
44 &URLRequestSlowDownloadJob::Factory); member in class:URLRequestSlowDownloadJob
48 net::URLRequestJob* URLRequestSlowDownloadJob::Factory( function in class:URLRequestSlowDownloadJob
H A Durl_request_slow_http_job.cc21 net::URLRequestJob* URLRequestSlowHTTPJob::Factory(net::URLRequest* request, function in class:URLRequestSlowHTTPJob
34 URLRequestSlowHTTPJob::Factory);
H A Durl_request_slow_http_job.h20 static net::URLRequest::ProtocolFactory Factory; member in class:URLRequestSlowHTTPJob
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.h50 // PrerenderContents::Create uses the currently registered Factory to create
51 // the PrerenderContents. Factory is intended for testing.
52 class Factory { class in class:prerender::PrerenderContents
54 Factory() {} function in class:prerender::PrerenderContents::Factory
55 virtual ~Factory() {}
62 DISALLOW_COPY_AND_ASSIGN(Factory);
67 static Factory* CreateFactory();
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_uitest.cc144 static net::URLRequest::ProtocolFactory Factory; member in class:PrintDialogCloudTest
184 &PrintDialogCloudTest::Factory);
216 net::URLRequestJob* PrintDialogCloudTest::Factory(net::URLRequest* request, function in class:PrintDialogCloudTest
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info.h27 class Factory { class in class:DockInfo
38 virtual ~Factory() {}
80 static void set_factory(Factory* factory) { factory_ = factory; }
93 // If a Factory has been set, the method of the same name is invoked on the
94 // Factory to determine the DockInfo.
103 // If a Factory has been set, the method of the same name is invoked on the
104 // Factory to determine the DockInfo.
185 // Factory that creates DockInfos. By default this is NULL, which gives the
187 static Factory* factory_;
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_url_data_manager_backend.cc159 &ChromeURLDataManagerBackend::Factory);
162 &ChromeURLDataManagerBackend::Factory);
260 net::URLRequestJob* ChromeURLDataManagerBackend::Factory( function in class:ChromeURLDataManagerBackend
/external/chromium/chrome/common/net/
H A Durl_fetcher.h87 // URLFetcher::Create uses the currently registered Factory to create the
88 // URLFetcher. Factory is intended for testing.
89 class Factory { class in class:URLFetcher
97 virtual ~Factory() {}
111 static void set_factory(Factory* factory) { factory_ = factory; }
122 // Factory (the default) this creates and returns a new URLFetcher. See the
241 static Factory* factory_;
/external/chromium/net/base/
H A Dfilter.cc50 Filter* Filter::Factory(const std::vector<FilterType>& filter_types, function in class:net::Filter
H A Dsdch_filter_unittest.cc165 scoped_ptr<Filter> filter(Filter::Factory(filter_types, filter_context));
187 scoped_ptr<Filter> filter(Filter::Factory(filter_types, filter_context));
227 scoped_ptr<Filter> filter(Filter::Factory(filter_types, filter_context));
269 scoped_ptr<Filter> filter(Filter::Factory(filter_types, filter_context));
305 scoped_ptr<Filter> filter(Filter::Factory(filter_types, filter_context));
342 scoped_ptr<Filter> filter(Filter::Factory(filter_types, filter_context));
427 scoped_ptr<Filter> filter(Filter::Factory(filter_types, filter_context));
437 filter.reset(Filter::Factory(filter_types, filter_context));
464 scoped_ptr<Filter> filter(Filter::Factory(filter_types, filter_context));
495 scoped_ptr<Filter> filter(Filter::Factory(filter_type
819 static Filter* Factory(const std::vector<Filter::FilterType>& types, function in class:net::SdchFilterChainingTest
[all...]
/external/chromium/net/http/
H A Dhttp_auth_handler_basic.cc87 HttpAuthHandlerBasic::Factory::Factory() { function in class:net::HttpAuthHandlerBasic::Factory
90 HttpAuthHandlerBasic::Factory::~Factory() {
93 int HttpAuthHandlerBasic::Factory::CreateAuthHandler(

Completed in 402 milliseconds

123456