Searched refs:SendProxyConfig (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dchrome_frame_automation.h48 virtual void SendProxyConfig(const std::string&) = 0;
87 virtual void SendProxyConfig(const std::string& p) { function in class:ChromeFrameAutomationProxyImpl
88 AutomationProxy::SendProxyConfig(p);
H A Dchrome_frame_automation.cc727 automation_server_->SendProxyConfig(json_encoded_proxy_settings);
/external/chromium_org/chrome/test/automation/
H A Dautomation_proxy.h136 bool SendProxyConfig(const std::string& new_proxy_config) WARN_UNUSED_RESULT;
H A Dautomation_proxy.cc298 bool AutomationProxy::SendProxyConfig(const std::string& new_proxy_config) { function in class:AutomationProxy
/external/chromium_org/chrome_frame/test/
H A Dautomation_client_mock.h98 MOCK_METHOD1(SendProxyConfig, void(const std::string&));

Completed in 120 milliseconds