Home
last modified time | relevance | path

Searched refs:automation_request (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/automation/
Durl_request_automation_job.cc520 AutomationURLRequest automation_request; in StartAsync() local
521 automation_request.url = request_->url().spec(); in StartAsync()
522 automation_request.method = request_->method(); in StartAsync()
523 automation_request.referrer = referrer.spec(); in StartAsync()
524 automation_request.extra_request_headers = new_request_headers.ToString(); in StartAsync()
525 automation_request.upload_data = upload_data; in StartAsync()
526 automation_request.resource_type = resource_type; in StartAsync()
527 automation_request.load_flags = request_->load_flags(); in StartAsync()
531 new AutomationMsg_RequestStart(tab_, id_, automation_request)); in StartAsync()
/external/chromium/chrome/browser/automation/
Durl_request_automation_job.cc450 AutomationURLRequest automation_request( in StartAsync() local
461 tab_, id_, automation_request)); in StartAsync()