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

  /external/chromium_org/chrome/browser/profiles/
profile_android.cc 76 ProfileAndroid* otr_profile = ProfileAndroid::FromProfile( local
78 DCHECK(otr_profile);
79 return otr_profile->GetJavaObject();
off_the_record_profile_impl.cc 89 void* otr_profile) {
91 original_profile, otr_profile);
95 void* otr_profile) {
97 original_profile, otr_profile);
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/search/
hotword_service_unittest.cc 165 Profile* otr_profile = profile->GetOffTheRecordProfile(); local
166 SetApplicationLocale(otr_profile, "en");
167 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(otr_profile));

Completed in 494 milliseconds