HomeSort by relevance Sort by last modified time
    Searched refs:AutomationURLResponse (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/automation/
url_request_automation_job.h 16 struct AutomationURLResponse;
87 void OnRequestStarted(int id, const AutomationURLResponse& response);
url_request_automation_job.cc 282 int id, const AutomationURLResponse& response) {
  /external/chromium/chrome/common/
automation_messages.h 42 struct AutomationURLResponse {
43 AutomationURLResponse();
44 AutomationURLResponse(const std::string& mime_type,
51 ~AutomationURLResponse();
316 // Traits for AutomationURLResponse structure to pack/unpack.
318 struct ParamTraits<AutomationURLResponse> {
319 typedef AutomationURLResponse param_type;
automation_messages.cc 35 AutomationURLResponse::AutomationURLResponse()
40 AutomationURLResponse::AutomationURLResponse(
55 AutomationURLResponse::~AutomationURLResponse() {}
443 void ParamTraits<AutomationURLResponse>::Write(Message* m,
455 bool ParamTraits<AutomationURLResponse>::Read(const Message* m,
468 void ParamTraits<AutomationURLResponse>::Log(const param_type& p,
automation_messages_internal.h     [all...]

Completed in 66 milliseconds