OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_image
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.h
21
bool
has_image
() const { return !image_.IsEmpty(); }
function in class:content::ImageWindowDelegate
/external/chromium_org/tools/imagediff/
image_diff.cc
62
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
()) {
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
289
bool
has_image
= NotificationBitmapToGfxImage(options->image_bitmap.get(),
local
292
if (
has_image
!= (type == message_center::NOTIFICATION_TYPE_IMAGE))
/external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc
539
if (window_.get() && delegate->
has_image
()) {
563
(image_delegate_->
has_image
() && !loading_complete_)) {
[
all
...]
Completed in 613 milliseconds