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

  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer.cc 96 void RecommendationRestorer::Restore(bool allow_delay,
109 allow_delay = false;
110 } else if (allow_delay && ash::Shell::HasInstance()) {
114 allow_delay = !user_activity_detector->last_activity_time().is_null();
117 if (allow_delay)
recommendation_restorer.h 49 // |allow_delay| is |true| and the login screen is being shown, a timer is
52 void Restore(bool allow_delay, const std::string& pref_name);
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 1289 bool allow_delay = !force; local
    [all...]

Completed in 601 milliseconds