OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasStarted
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
malware_details_cache.h
54
bool
HasStarted
();
malware_details_cache.cc
59
bool MalwareDetailsCacheCollector::
HasStarted
() {
malware_details.cc
228
if (cache_collector_->
HasStarted
())
/external/chromium_org/chrome/browser/safe_browsing/
malware_details_cache.h
52
bool
HasStarted
();
malware_details_history.h
43
bool
HasStarted
() const;
malware_details_history.cc
52
bool MalwareDetailsRedirectsCollector::
HasStarted
() const {
malware_details.cc
236
if (redirects_collector_->
HasStarted
())
241
if (cache_collector_->
HasStarted
())
malware_details_cache.cc
58
bool MalwareDetailsCacheCollector::
HasStarted
() {
/external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimelineTest.cpp
125
TEST_F(AnimationDocumentTimelineTest,
HasStarted
)
128
EXPECT_FALSE(timeline->
hasStarted
());
130
EXPECT_TRUE(timeline->
hasStarted
());
Completed in 453 milliseconds