HomeSort by relevance Sort by last modified time
    Searched refs:PrefProxyConfigTracker (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker.cc 7 PrefProxyConfigTracker::PrefProxyConfigTracker() {
10 PrefProxyConfigTracker::~PrefProxyConfigTracker() {
pref_proxy_config_tracker.h 19 class PrefProxyConfigTracker {
21 PrefProxyConfigTracker();
22 virtual ~PrefProxyConfigTracker();
40 DISALLOW_COPY_AND_ASSIGN(PrefProxyConfigTracker);
proxy_service_factory.h 10 class PrefProxyConfigTracker;
30 PrefProxyConfigTracker* tracker);
32 // Creates a PrefProxyConfigTracker that tracks preferences of a
36 static PrefProxyConfigTracker* CreatePrefProxyConfigTrackerOfProfile(
40 // Creates a PrefProxyConfigTracker that tracks local state only. This tracker
43 static PrefProxyConfigTracker* CreatePrefProxyConfigTrackerOfLocalState(
proxy_service_factory.cc 37 PrefProxyConfigTracker* tracker) {
66 PrefProxyConfigTracker*
78 PrefProxyConfigTracker*
pref_proxy_config_tracker_impl.h 72 // Flag that indicates that a PrefProxyConfigTracker needs to inform us
85 class PrefProxyConfigTrackerImpl : public PrefProxyConfigTracker {
90 // PrefProxyConfigTracker implementation:
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 79 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
120 PrefProxyConfigTracker* CreateProxyConfigTracker();
138 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
profile.h 24 class PrefProxyConfigTracker;
305 virtual PrefProxyConfigTracker* GetProxyConfigTracker() = 0;
profile_impl.h 148 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
206 PrefProxyConfigTracker* CreateProxyConfigTracker();
277 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
off_the_record_profile_impl.cc 454 PrefProxyConfigTracker* OffTheRecordProfileImpl::GetProxyConfigTracker() {
541 PrefProxyConfigTracker* OffTheRecordProfileImpl::CreateProxyConfigTracker() {
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 90 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
fake_profile.cc 174 PrefProxyConfigTracker* FakeProfile::GetProxyConfigTracker() {
  /external/chromium_org/chrome/test/base/
testing_profile.h 317 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
390 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
testing_profile.cc 875 PrefProxyConfigTracker* TestingProfile::GetProxyConfigTracker() {
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.h 28 class PrefProxyConfigTracker;
454 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;

Completed in 4102 milliseconds