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

  /external/chromium_org/chrome/common/
spellcheck_common.h 21 static const int kSessionHours = 6;
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc 21 // around for |kSessionHours| hours and then finalized even if user did not act
184 // when the session expires every |kSessionHours| hours.
195 // when the session expires every |kSessionHours| hours.
216 // when the session expires every |kSessionHours| hours.
225 // when the session expires every |kSessionHours| hours.
236 // when the session expires every |kSessionHours| hours.
248 chrome::spellcheck_common::kSessionHours) {
325 chrome::spellcheck_common::kSessionHours * 60 * 60;
feedback_sender_unittest.cc 108 base::TimeDelta::FromHours(chrome::spellcheck_common::kSessionHours);

Completed in 68 milliseconds