Searched defs:hasImage (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedImage.h54 bool hasImage() const { return m_image.get(); } function in class:WebCore::FINAL
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderImageResource.h53 virtual bool hasImage() const { return m_cachedImage; } function in class:WebCore::RenderImageResource
H A DRenderImageResourceStyleImage.h48 virtual bool hasImage() const { return true; } function in class:WebCore::RenderImageResourceStyleImage
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DDataObjectGtk.h51 bool hasImage() const { return m_image; } function in class:WebCore::DataObjectGtk
/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DArgumentCodersGtk.cpp107 bool hasImage = dataObject->hasImage(); local
108 encoder << hasImage; local
157 bool hasImage; local
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DNinePieceImage.h67 bool hasImage() const { return m_data->image; } function in class:WebCore::NinePieceImage
H A DFillLayer.h151 bool hasImage() const function in class:WebCore::FillLayer

Completed in 189 milliseconds