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.h 136 // id and returns it in the automation_request_id parameter.
138 bool GetAutomationRequestId(int request_id, int* automation_request_id);
automation_resource_message_filter.cc 348 int request_id, int* automation_request_id) {
356 *automation_request_id = job->id();
367 int automation_request_id = 0; local
368 bool valid_id = GetAutomationRequestId(request_id, &automation_request_id);
375 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 97 milliseconds