Searched defs:has_image (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.h22 bool has_image() const { return !image_.IsEmpty(); } function in class:content::ImageWindowDelegate
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc259 bool has_image = NotificationConversionHelper::NotificationBitmapToGfxImage( local
265 if (has_image != (type == message_center::NOTIFICATION_TYPE_IMAGE)) {
390 bool has_image = NotificationConversionHelper::NotificationBitmapToGfxImage( local
395 if (has_image) {
/external/chromium_org/tools/imagediff/
H A Dimage_diff.cc62 bool has_image() const { function in class:Image
300 if (image_size > 0 && actual_image.has_image() == 0) {
305 } else if (image_size > 0 && baseline_image.has_image() == 0) {
316 if (actual_image.has_image() && baseline_image.has_image()) {

Completed in 173 milliseconds