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