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

  /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 392 milliseconds