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

  /external/chromium_org/chrome/browser/captive_portal/
testing_utils.cc 34 void CaptivePortalDetectorTestBase::SetTime(const base::Time& time) {
  /external/chromium_org/media/base/
clock.cc 45 void Clock::SetTime(base::TimeDelta current_time, base::TimeDelta max_time) {
108 SetTime(Duration(), Duration());
  /external/lzma/CPP/7zip/Common/
FileStreams.h 118 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
120 return File.SetTime(cTime, aTime, mTime);
  /external/lzma/CPP/Windows/
FileIO.cpp 388 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); }

Completed in 75 milliseconds