HomeSort by relevance Sort by last modified time
    Searched defs:ProxyCrosSettingsProvider (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.h 16 class ProxyCrosSettingsProvider : public CrosSettingsProvider {
18 ProxyCrosSettingsProvider();
45 DISALLOW_COPY_AND_ASSIGN(ProxyCrosSettingsProvider);
proxy_cros_settings_provider.cc 30 //------------------ ProxyCrosSettingsProvider: public methods -----------------
32 ProxyCrosSettingsProvider::ProxyCrosSettingsProvider() { }
34 void ProxyCrosSettingsProvider::DoSet(const std::string& path,
196 bool ProxyCrosSettingsProvider::Get(const std::string& path,
270 bool ProxyCrosSettingsProvider::HandlesSetting(const std::string& path) {
274 //----------------- ProxyCrosSettingsProvider: private methods -----------------
277 ProxyCrosSettingsProvider::GetConfigService() const {
281 net::ProxyServer ProxyCrosSettingsProvider::CreateProxyServerFromHost(
296 net::ProxyServer ProxyCrosSettingsProvider::CreateProxyServerFromPort
    [all...]

Completed in 2063 milliseconds