Searched refs:kSessionHours (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/
H A Dspellcheck_common.h21 static const int kSessionHours = 6; member in namespace:chrome::spellcheck_common
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender.cc21 // 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;
H A Dfeedback_sender_unittest.cc108 base::TimeDelta::FromHours(chrome::spellcheck_common::kSessionHours);

Completed in 122 milliseconds