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

  /external/chromium_org/chrome/browser/extensions/
default_apps_unittest.cc 77 virtual bool WasCreatedByVersionOrLater(
default_apps.cc 86 profile_->WasCreatedByVersionOrLater(version_info.Version().c_str());
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 102 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
fake_profile.cc 196 bool FakeProfile::WasCreatedByVersionOrLater(const std::string& version) {
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 65 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
profile.h 320 virtual bool WasCreatedByVersionOrLater(const std::string& version) = 0;
off_the_record_profile_impl.cc 403 bool OffTheRecordProfileImpl::WasCreatedByVersionOrLater(
405 return profile_->WasCreatedByVersionOrLater(version);
profile_impl.h 130 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
profile_impl.cc 822 bool ProfileImpl::WasCreatedByVersionOrLater(const std::string& version) {
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.h 308 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
testing_profile.cc 859 bool TestingProfile::WasCreatedByVersionOrLater(const std::string& version) {

Completed in 431 milliseconds