Searched refs:IsFetchingDone (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dimage_holder_unittest.cc71 EXPECT_FALSE(image_holder1.IsFetchingDone());
72 EXPECT_FALSE(image_holder2.IsFetchingDone());
73 EXPECT_FALSE(image_holder3.IsFetchingDone());
74 EXPECT_TRUE(image_holder4.IsFetchingDone());
86 EXPECT_FALSE(image_holder1.IsFetchingDone());
87 EXPECT_TRUE(image_holder2.IsFetchingDone());
88 EXPECT_FALSE(image_holder3.IsFetchingDone());
89 EXPECT_TRUE(image_holder4.IsFetchingDone());
96 EXPECT_TRUE(image_holder1.IsFetchingDone());
97 EXPECT_TRUE(image_holder2.IsFetchingDone());
[all...]
H A Dimage_holder.h40 bool IsFetchingDone() const;
H A Dimage_holder.cc47 bool ImageHolder::IsFetchingDone() const { function in class:chrome::ImageHolder

Completed in 129 milliseconds