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.cc193 class GConfSettingGetterImplGConf class
196 GConfSettingGetterImplGConf() in GConfSettingGetterImplGConf() function in net::__anonc4be02980211::GConfSettingGetterImplGConf
199 virtual ~GConfSettingGetterImplGConf() { in ~GConfSettingGetterImplGConf()
400 &GConfSettingGetterImplGConf::OnDebouncedNotification); in OnChangeNotification()
410 GConfSettingGetterImplGConf* setting_getter = in OnGConfChangeNotification()
411 reinterpret_cast<GConfSettingGetterImplGConf*>(user_data); in OnGConfChangeNotification()
417 base::OneShotTimer<GConfSettingGetterImplGConf> debounce_timer_;
424 DISALLOW_COPY_AND_ASSIGN(GConfSettingGetterImplGConf);
1078 gconf_getter_.reset(new GConfSettingGetterImplGConf()); in Delegate()