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

  /external/chromium/chrome/browser/policy/
file_based_policy_loader.h 65 base::Time last_modification_file_; member in class:policy::FileBasedPolicyLoader
file_based_policy_loader.cc 132 if (last_modification != last_modification_file_) {
133 last_modification_file_ = last_modification;
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_linux.cc 203 if (last_modification_file_.is_null())
204 last_modification_file_ = last_modification;
208 if (last_modification != last_modification_file_) {
209 last_modification_file_ = last_modification;
233 base::Time last_modification_file_; member in class:remoting::policy_hack::PolicyWatcherLinux

Completed in 174 milliseconds