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 80 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
123 PrefProxyConfigTracker* CreateProxyConfigTracker();
141 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
profile.h 25 class PrefProxyConfigTracker;
311 virtual PrefProxyConfigTracker* GetProxyConfigTracker() = 0;
profile_impl.h 142 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
200 PrefProxyConfigTracker* CreateProxyConfigTracker();
266 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
off_the_record_profile_impl.cc 444 PrefProxyConfigTracker* OffTheRecordProfileImpl::GetProxyConfigTracker() {
541 PrefProxyConfigTracker* OffTheRecordProfileImpl::CreateProxyConfigTracker() {
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/
io_thread.h 27 class PrefProxyConfigTracker;
365 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
  /external/chromium_org/chrome/test/base/
testing_profile.h 305 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
376 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
testing_profile.cc 839 PrefProxyConfigTracker* TestingProfile::GetProxyConfigTracker() {
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 174 PrefProxyConfigTracker* FakeProfile::GetProxyConfigTracker() {
fake_profile.h 89 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;

Completed in 432 milliseconds