OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFetchingDone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/
image_holder_unittest.cc
72
EXPECT_FALSE(image_holder1.
IsFetchingDone
());
73
EXPECT_FALSE(image_holder2.
IsFetchingDone
());
74
EXPECT_FALSE(image_holder3.
IsFetchingDone
());
75
EXPECT_TRUE(image_holder4.
IsFetchingDone
());
88
EXPECT_FALSE(image_holder1.
IsFetchingDone
());
89
EXPECT_TRUE(image_holder2.
IsFetchingDone
());
90
EXPECT_FALSE(image_holder3.
IsFetchingDone
());
91
EXPECT_TRUE(image_holder4.
IsFetchingDone
());
98
EXPECT_TRUE(image_holder1.
IsFetchingDone
());
99
EXPECT_TRUE(image_holder2.
IsFetchingDone
());
[
all
...]
image_holder.h
40
bool
IsFetchingDone
() const;
image_holder.cc
47
bool ImageHolder::
IsFetchingDone
() const {
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_app_info.cc
147
(settings_holder_.get() == NULL || settings_holder_->
IsFetchingDone
()) &&
149
monochrome_holder_->
IsFetchingDone
()) &&
150
(welcome_holder_.get() == NULL || welcome_holder_->
IsFetchingDone
());
Completed in 103 milliseconds