OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSafeToReload
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/policy/core/common/
async_policy_loader.cc
47
if (!force && !
IsSafeToReload
(now, &delay)) {
55
if (!force && !
IsSafeToReload
(now, &delay)) {
113
bool AsyncPolicyLoader::
IsSafeToReload
(const Time& now, TimeDelta* delay) {
async_policy_loader.h
94
bool
IsSafeToReload
(const base::Time& now, base::TimeDelta* delay);
Completed in 34 milliseconds