HomeSort by relevance Sort by last modified time
    Searched full:automation_request_id (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/automation/
automation_resource_message_filter.cc 306 int request_id, int* automation_request_id) {
314 *automation_request_id = job->id();
325 int automation_request_id = 0; local
326 bool valid_id = GetAutomationRequestId(request_id, &automation_request_id);
333 automation_request_id));
automation_resource_message_filter.h 117 // id and returns it in the automation_request_id parameter.
119 bool GetAutomationRequestId(int request_id, int* automation_request_id);
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.cc 385 int request_id, int* automation_request_id) {
393 *automation_request_id = job->id();
404 int automation_request_id = 0; local
405 bool valid_id = GetAutomationRequestId(request_id, &automation_request_id);
412 automation_request_id));
automation_resource_message_filter.h 129 // id and returns it in the automation_request_id parameter.
131 bool GetAutomationRequestId(int request_id, int* automation_request_id);

Completed in 669 milliseconds