OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUpdateScheduled
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_unittest.cc
329
EXPECT_TRUE(pm->
IsUpdateScheduled
());
384
EXPECT_TRUE(pm->
IsUpdateScheduled
());
430
EXPECT_TRUE(pm->
IsUpdateScheduled
());
477
EXPECT_TRUE(pm->
IsUpdateScheduled
());
525
EXPECT_TRUE(pm->
IsUpdateScheduled
());
573
if (!pm->
IsUpdateScheduled
())
575
EXPECT_TRUE(pm->
IsUpdateScheduled
());
623
EXPECT_TRUE(pm->
IsUpdateScheduled
());
671
EXPECT_TRUE(pm->
IsUpdateScheduled
());
719
EXPECT_TRUE(pm->
IsUpdateScheduled
());
[
all
...]
protocol_manager.h
156
bool
IsUpdateScheduled
() const;
protocol_manager.cc
151
bool SafeBrowsingProtocolManager::
IsUpdateScheduled
() const {
Completed in 1247 milliseconds