OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:session_count
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/instant/
promo_counter.cc
81
int
session_count
= prefs->GetInteger((pref_key_ + kNumSessionsKey).c_str());
local
90
if (
session_count
>= max_sessions_) {
95
prefs->SetInteger((pref_key_ + kNumSessionsKey).c_str(),
session_count
+ 1);
Completed in 3188 milliseconds