OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendProxyConfig
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/
chrome_frame_automation.h
48
virtual void
SendProxyConfig
(const std::string&) = 0;
87
virtual void
SendProxyConfig
(const std::string& p) {
88
AutomationProxy::
SendProxyConfig
(p);
chrome_frame_automation.cc
727
automation_server_->
SendProxyConfig
(json_encoded_proxy_settings);
[
all
...]
/external/chromium_org/chrome/test/automation/
automation_proxy.h
136
bool
SendProxyConfig
(const std::string& new_proxy_config) WARN_UNUSED_RESULT;
automation_proxy.cc
299
bool AutomationProxy::
SendProxyConfig
(const std::string& new_proxy_config) {
/external/chromium_org/chrome_frame/test/
automation_client_mock.h
100
MOCK_METHOD1(
SendProxyConfig
, void(const std::string&));
Completed in 42 milliseconds