OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:real_threshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/idle/
idle_api_unittest.cc
237
int
real_threshold
= (threshold < 15) ? 15 : threshold;
local
238
const char* expected = (time <
real_threshold
) ? "active" : "idle";
266
int
real_threshold
= (threshold > kFourHoursInSeconds) ?
local
268
const char* expected = (time <
real_threshold
) ? "active" : "idle";
/external/chromium_org/components/history/core/browser/
url_database.cc
629
const base::Time&
real_threshold
=
local
633
(row.last_visit() >=
real_threshold
);
Completed in 165 milliseconds