IsFetchingDone     40 chrome/browser/notifications/sync_notifier/image_holder.h   bool IsFetchingDone() const;
IsFetchingDone     71 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_FALSE(image_holder1.IsFetchingDone());
IsFetchingDone     72 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_FALSE(image_holder2.IsFetchingDone());
IsFetchingDone     73 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_FALSE(image_holder3.IsFetchingDone());
IsFetchingDone     74 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_TRUE(image_holder4.IsFetchingDone());
IsFetchingDone     87 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_FALSE(image_holder1.IsFetchingDone());
IsFetchingDone     88 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_TRUE(image_holder2.IsFetchingDone());
IsFetchingDone     89 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_FALSE(image_holder3.IsFetchingDone());
IsFetchingDone     90 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_TRUE(image_holder4.IsFetchingDone());
IsFetchingDone     97 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_TRUE(image_holder1.IsFetchingDone());
IsFetchingDone     98 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_TRUE(image_holder2.IsFetchingDone());
IsFetchingDone     99 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_TRUE(image_holder3.IsFetchingDone());
IsFetchingDone    100 chrome/browser/notifications/sync_notifier/image_holder_unittest.cc   EXPECT_TRUE(image_holder4.IsFetchingDone());
IsFetchingDone    140 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc       (settings_holder_.get() == NULL || settings_holder_->IsFetchingDone()) &&
IsFetchingDone    142 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc        monochrome_holder_->IsFetchingDone()) &&
IsFetchingDone    143 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc       (welcome_holder_.get() == NULL || welcome_holder_->IsFetchingDone());