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

  /external/chromium_org/chrome/test/automation/
automation_json_requests.cc 28 bool SendAutomationJSONRequest(AutomationMessageSender* sender,
201 bool SendAutomationJSONRequest(AutomationMessageSender* sender,
229 if (!SendAutomationJSONRequest(sender, request_dict, &reply_dict, error))
248 if (!SendAutomationJSONRequest(sender, request_dict, &reply_dict, error))
270 if (!SendAutomationJSONRequest(sender, dict, &reply_dict, error))
295 if (!SendAutomationJSONRequest(sender, dict, &reply_dict, error))
326 return SendAutomationJSONRequest(sender, dict, &reply_dict, error);
337 return SendAutomationJSONRequest(sender, dict, &reply_dict, error);
348 return SendAutomationJSONRequest(sender, dict, &reply_dict, error);
362 return SendAutomationJSONRequest(sender, dict, &reply_dict, error)
    [all...]
automation_json_requests.h 168 bool SendAutomationJSONRequest(AutomationMessageSender* sender,
automation_proxy.cc 446 if (!SendAutomationJSONRequest(this, request, timeout_ms, response, &result))

Completed in 42 milliseconds