Home
last modified time | relevance | path

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

/external/chromium/net/proxy/
Dproxy_config_service_linux.cc175 class GConfSettingGetterImplGConf class
178 GConfSettingGetterImplGConf() in GConfSettingGetterImplGConf() function in net::__anona824d3bf0211::GConfSettingGetterImplGConf
181 virtual ~GConfSettingGetterImplGConf() { in ~GConfSettingGetterImplGConf()
373 &GConfSettingGetterImplGConf::OnDebouncedNotification); in OnChangeNotification()
383 GConfSettingGetterImplGConf* setting_getter = in OnGConfChangeNotification()
384 reinterpret_cast<GConfSettingGetterImplGConf*>(user_data); in OnGConfChangeNotification()
390 base::OneShotTimer<GConfSettingGetterImplGConf> debounce_timer_;
397 DISALLOW_COPY_AND_ASSIGN(GConfSettingGetterImplGConf);
961 gconf_getter_.reset(new GConfSettingGetterImplGConf()); in Delegate()