Home
last modified time | relevance | path

Searched refs:SendJSONRequest (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/test/automation/
Dbrowser_proxy.cc262 bool BrowserProxy::SendJSONRequest(const std::string& request, in SendJSONRequest() function in BrowserProxy
288 if (!SendJSONRequest( in GetInitialLoadTimes()
Dbrowser_proxy.h122 bool SendJSONRequest(const std::string& request,
Dautomation_proxy.h151 bool SendJSONRequest(const std::string& request,
Dautomation_proxy.cc423 bool AutomationProxy::SendJSONRequest(const std::string& request, in SendJSONRequest() function in AutomationProxy
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h367 void SendJSONRequest(int handle,
Dtesting_automation_provider.cc393 SendJSONRequest) in OnMessageReceived()
2023 void TestingAutomationProvider::SendJSONRequest(int handle, in SendJSONRequest() function in TestingAutomationProvider
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.h194 void SendJSONRequest(Browser* browser,
Dtesting_automation_provider.cc1903 SendJSONRequest(browser, json_request, reply_message); in SendJSONRequestWithBrowserHandle()
1919 SendJSONRequest(browser, json_request, reply_message); in SendJSONRequestWithBrowserIndex()
1923 void TestingAutomationProvider::SendJSONRequest(Browser* browser, in SendJSONRequest() function in TestingAutomationProvider