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

  /external/chromium/chrome/browser/history/
text_database_manager.h 248 void FlushOldChangesForTime(base::TimeTicks now);
text_database_manager_unittest.cc 294 manager.FlushOldChangesForTime(expire_time);
307 manager.FlushOldChangesForTime(expire_time);
343 manager.FlushOldChangesForTime(expire_time);
text_database_manager.cc 542 FlushOldChangesForTime(TimeTicks::Now());
545 void TextDatabaseManager::FlushOldChangesForTime(TimeTicks now) {
expire_history_backend_unittest.cc 509 text_db_->FlushOldChangesForTime(expiration_time);
616 text_db_->FlushOldChangesForTime(expiration_time);
675 text_db_->FlushOldChangesForTime(expiration_time);
    [all...]

Completed in 412 milliseconds