Searched refs:WasCreatedByVersionOrLater (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Ddefault_apps_unittest.cc76 virtual bool WasCreatedByVersionOrLater(
H A Ddefault_apps.cc83 profile_->WasCreatedByVersionOrLater(version_info.Version().c_str());
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h68 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
H A Doff_the_record_profile_impl.cc431 bool OffTheRecordProfileImpl::WasCreatedByVersionOrLater( function in class:OffTheRecordProfileImpl
433 return profile_->WasCreatedByVersionOrLater(version);
H A Dprofile.h327 virtual bool WasCreatedByVersionOrLater(const std::string& version) = 0;
H A Dprofile_impl.h137 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
H A Dprofile_impl.cc975 bool ProfileImpl::WasCreatedByVersionOrLater(const std::string& version) { function in class:ProfileImpl
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc195 bool FakeProfile::WasCreatedByVersionOrLater(const std::string& version) { function in class:FakeProfile
H A Dfake_profile.h96 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h303 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
H A Dtesting_profile.cc935 bool TestingProfile::WasCreatedByVersionOrLater(const std::string& version) { function in class:TestingProfile

Completed in 3490 milliseconds