Searched refs:SendJSONRequest (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/test/automation/ |
D | browser_proxy.cc | 262 bool BrowserProxy::SendJSONRequest(const std::string& request, in SendJSONRequest() function in BrowserProxy 288 if (!SendJSONRequest( in GetInitialLoadTimes()
|
D | browser_proxy.h | 122 bool SendJSONRequest(const std::string& request,
|
D | automation_proxy.h | 151 bool SendJSONRequest(const std::string& request,
|
D | automation_proxy.cc | 423 bool AutomationProxy::SendJSONRequest(const std::string& request, in SendJSONRequest() function in AutomationProxy
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.h | 367 void SendJSONRequest(int handle,
|
D | testing_automation_provider.cc | 393 SendJSONRequest) in OnMessageReceived() 2023 void TestingAutomationProvider::SendJSONRequest(int handle, in SendJSONRequest() function in TestingAutomationProvider
|
/external/chromium_org/chrome/browser/automation/ |
D | testing_automation_provider.h | 194 void SendJSONRequest(Browser* browser,
|
D | testing_automation_provider.cc | 1903 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
|