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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 107 scoped_ptr<TestingProfile> otr_profile(otr_builder.Build());
118 otr_profile->SetOriginalProfile(profile);
119 profile->SetOffTheRecordProfile(otr_profile.PassAs<Profile>());
  /external/chromium_org/chrome/browser/search/
hotword_service_unittest.cc 98 scoped_ptr<TestingProfile> otr_profile = otr_profile_builder.Build(); local
129 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(otr_profile.get()));
137 scoped_ptr<TestingProfile> otr_profile = otr_profile_builder.Build(); local
170 SetApplicationLocale(static_cast<Profile*>(otr_profile.get()), "en");
171 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(otr_profile.get()));
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc 88 void* otr_profile) {
90 original_profile, otr_profile);
94 void* otr_profile) {
96 original_profile, otr_profile);
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 162 scoped_ptr<TestingProfile> otr_profile(otr_profile_builder.Build());
163 profile->SetOffTheRecordProfile(otr_profile.PassAs<Profile>());
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 302 void* otr_profile);
304 void* otr_profile);
web_request_api.cc     [all...]

Completed in 945 milliseconds