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 76 virtual bool WasCreatedByVersionOrLater(
default_apps.cc 86 profile_->WasCreatedByVersionOrLater(version_info.Version().c_str());
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 69 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
profile.h 339 virtual bool WasCreatedByVersionOrLater(const std::string& version) = 0;
off_the_record_profile_impl.cc 421 bool OffTheRecordProfileImpl::WasCreatedByVersionOrLater(
423 return profile_->WasCreatedByVersionOrLater(version);
profile_impl.h 131 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 200 bool FakeProfile::WasCreatedByVersionOrLater(const std::string& version) {
fake_profile.h 98 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
  /external/chromium_org/chrome/test/base/
testing_profile.h 291 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
testing_profile.cc 896 bool TestingProfile::WasCreatedByVersionOrLater(const std::string& version) {
    [all...]

Completed in 154 milliseconds