has_image         283 chrome/browser/extensions/api/notifications/notifications_api.cc     bool has_image = NotificationBitmapToGfxImage(options->image_bitmap.get(),
has_image         286 chrome/browser/extensions/api/notifications/notifications_api.cc     if (has_image != (type == message_center::NOTIFICATION_TYPE_IMAGE))
has_image          22 content/browser/web_contents/aura/image_window_delegate.h   bool has_image() const { return !image_.IsEmpty(); }
has_image         144 content/browser/web_contents/aura/overscroll_navigation_overlay.cc   if (window_.get() && delegate->has_image()) {
has_image         184 content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc   EXPECT_TRUE(GetOverlay()->image_delegate_->has_image());
has_image         209 content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc   EXPECT_FALSE(GetOverlay()->image_delegate_->has_image());
has_image         745 content/browser/web_contents/web_contents_view_aura.cc   overscroll_change_brightness_ = overscroll_delegate->has_image();