OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real_threshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/idle/
idle_api_unittest.cc
239
int
real_threshold
= (threshold < 15) ? 15 : threshold;
local
240
const char* expected = (time <
real_threshold
) ? "active" : "idle";
268
int
real_threshold
= (threshold > kFourHoursInSeconds) ?
local
270
const char* expected = (time <
real_threshold
) ? "active" : "idle";
/external/chromium_org/chrome/browser/history/
history_types.cc
385
const base::Time&
real_threshold
=
local
389
(row.last_visit() >=
real_threshold
);
Completed in 269 milliseconds