/external/chromium/net/url_request/ |
url_request_http_job.h | 28 // A URLRequestJob subclass that is built on top of HttpTransaction. It 30 class URLRequestHttpJob : public URLRequestJob { 32 static URLRequestJob* Factory(URLRequest* request, 38 // Shadows URLRequestJob's version of this method so we can grab cookies. 41 // Shadows URLRequestJob's method so we can record histograms. 66 // Overridden from URLRequestJob:
|
url_request_test_job.h | 38 class URLRequestTestJob : public URLRequestJob {
|
url_request.cc | 65 URLRequestJob* URLRequest::Interceptor::MaybeInterceptRedirect( 71 URLRequestJob* URLRequest::Interceptor::MaybeInterceptResponse( 399 void URLRequest::StartJob(URLRequestJob* job) { 431 void URLRequest::RestartWithJob(URLRequestJob *job) { 502 URLRequestJob* job = 518 URLRequestJob* job =
|
url_request_file_dir_job.cc | 26 : URLRequestJob(request), 73 URLRequestJob::Kill();
|
url_request_file_job.cc | 87 : URLRequestJob(request), 97 URLRequestJob* URLRequestFileJob::Factory(URLRequest* request, 191 URLRequestJob::Kill();
|
url_request_ftp_job.cc | 23 : URLRequestJob(request), 34 URLRequestJob* URLRequestFtpJob::Factory(URLRequest* request, 174 URLRequestJob::Kill();
|
url_request_test_util.h | 207 virtual net::URLRequestJob* OnMaybeCreateURLRequestJob(
|
url_request_http_job.cc | 166 URLRequestJob* URLRequestHttpJob::Factory(URLRequest* request, 206 : URLRequestJob(request), 283 URLRequestJob::NotifyHeadersComplete(); 288 URLRequestJob::NotifyDone(status); 804 URLRequestJob::Kill(); [all...] |
url_request_test_util.cc | 292 net::URLRequestJob* TestNetworkDelegate::OnMaybeCreateURLRequestJob(
|
/external/chromium/chrome/browser/net/ |
url_request_slow_http_job.cc | 21 net::URLRequestJob* URLRequestSlowHTTPJob::Factory(net::URLRequest* request,
|
url_request_slow_download_job.cc | 48 net::URLRequestJob* URLRequestSlowDownloadJob::Factory( 68 : net::URLRequestJob(request),
|
chrome_network_delegate.cc | 95 net::URLRequestJob* ChromeNetworkDelegate::OnMaybeCreateURLRequestJob(
|
url_request_mock_net_error_job.cc | 60 net::URLRequestJob* URLRequestMockNetErrorJob::Factory(
|
/external/chromium/chrome/browser/ui/webui/ |
chrome_url_data_manager_backend.cc | 67 // URLRequestChromeJob is a net::URLRequestJob that manages running 71 class URLRequestChromeJob : public net::URLRequestJob { 75 // net::URLRequestJob implementation. 96 // (This pattern is shared by most net::URLRequestJob implementations.) 123 // URLRequestChromeFileJob is a net::URLRequestJob that acts like a file:// URL 138 static net::URLRequestJob* CreateJobForRequest(net::URLRequest* request, 260 net::URLRequestJob* ChromeURLDataManagerBackend::Factory( 287 : net::URLRequestJob(request), 436 net::URLRequestJob* DevToolsJobFactory::CreateJobForRequest(
|
mediaplayer_ui.cc | 549 net::URLRequestJob* MediaPlayer::MaybeIntercept(net::URLRequest* request) { 563 net::URLRequestJob* MediaPlayer::MaybeInterceptResponse(
|
/external/chromium/chrome/browser/extensions/ |
extension_protocols.cc | 114 static net::URLRequestJob* CreateExtensionURLRequestJob( 181 static net::URLRequestJob* CreateUserScriptURLRequestJob(
|
autoupdate_interceptor.cc | 41 net::URLRequestJob* AutoUpdateInterceptor::MaybeIntercept(
|
user_script_listener_unittest.cc | 95 // A simple test net::URLRequestJob. We don't care what it does, only that 138 virtual net::URLRequestJob* MaybeIntercept(net::URLRequest* request) {
|
/external/chromium/chrome/browser/automation/ |
url_request_automation_job.h | 28 // net::URLRequestJob implementation that loads the resources using 30 class URLRequestAutomationJob : public net::URLRequestJob { 41 // net::URLRequestJob methods. 79 // Protected net::URLRequestJob override.
|
url_request_automation_job.cc | 55 : net::URLRequestJob(request), 94 net::URLRequestJob* URLRequestAutomationJob::Factory( 126 // net::URLRequestJob Implementation. 152 net::URLRequestJob::Kill();
|
/external/chromium/chrome/browser/chromeos/login/ |
registration_screen.cc | 147 net::URLRequestJob* RegistrationScreen::Factory(net::URLRequest* request,
|
/external/chromium/chrome/browser/chromeos/ |
gview_request_interceptor_unittest.cc | 32 // the supported viewable mime types. So when the net::URLRequestJob 64 static net::URLRequestJob* Factory(net::URLRequest* request,
|
/external/chromium/chrome/browser/policy/ |
device_management_service_browsertest.cc | 60 virtual net::URLRequestJob* MaybeIntercept(net::URLRequest* request) {
|
/external/chromium/chrome/browser/task_manager/ |
task_manager.cc | 836 // In order to retrieve the network usage, we register for net::URLRequestJob 840 void TaskManagerModel::OnJobAdded(net::URLRequestJob* job) { 843 void TaskManagerModel::OnJobRemoved(net::URLRequestJob* job) { 846 void TaskManagerModel::OnJobDone(net::URLRequestJob* job, 850 void TaskManagerModel::OnJobRedirect(net::URLRequestJob* job, 855 void TaskManagerModel::OnBytesRead(net::URLRequestJob* job, const char* buf, 857 // Only net::URLRequestJob instances created by the ResourceDispatcherHost [all...] |
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud_uitest.cc | 61 // A simple test net::URLRequestJob. We don't care what it does, only that 216 net::URLRequestJob* PrintDialogCloudTest::Factory(net::URLRequest* request,
|