Searched refs:hasImage (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderData.h46 bool haveImage = m_image.hasImage();
65 if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN))
72 if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN))
79 if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN))
86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN))
H A DShapeValue.h74 return image()->cachedImage() && image()->cachedImage()->hasImage();
H A DFillLayer.h160 bool hasImage() const function in class:blink::FillLayer
164 return m_next ? m_next->hasImage() : false;
H A DNinePieceImage.h69 bool hasImage() const { return m_data->image; } function in class:blink::NinePieceImage
H A DRenderStyle.h389 bool hasBackgroundImage() const { return m_background->background().hasImage(); }
407 return borderImage().hasImage() && borderImage().outset().nonZero();
890 bool hasMask() const { return rareNonInheritedData->m_mask.hasImage() || rareNonInheritedData->m_maskBoxImage.hasImage(); }
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResourceTest.cpp97 ASSERT_FALSE(cachedImage->hasImage());
106 ASSERT_FALSE(cachedImage->hasImage());
114 ASSERT_FALSE(cachedImage->hasImage());
122 ASSERT_TRUE(cachedImage->hasImage());
179 ASSERT_TRUE(cachedImage->hasImage());
186 ASSERT_TRUE(cachedImage->hasImage());
193 ASSERT_FALSE(cachedImage->hasImage());
213 ASSERT_TRUE(cachedImage->hasImage());
H A DImageResource.h60 bool hasImage() const { return m_image.get(); } function in class:blink::FINAL
H A DImageResource.cpp392 if (!imageResource->hasImage() || imageResource->image()->isNull())
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/
H A DSuggestionAnswerTest.java89 assertTrue(firstLine.hasImage());
95 assertFalse(secondLine.hasImage());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResource.h52 virtual bool hasImage() const { return m_cachedImage; } function in class:blink::RenderImageResource
H A DRenderImageResourceStyleImage.h48 virtual bool hasImage() const OVERRIDE { return true; }
H A DRenderImage.cpp180 if (m_imageResource->errorOccurred() || !m_imageResource->hasImage())
311 if (!m_imageResource->hasImage() || m_imageResource->errorOccurred())
H A DRenderTableCell.cpp1177 if (bgLayer.hasImage() || c.alpha()) {
H A DRenderBox.cpp1235 if (!fillLayer.next() && !fillLayer.hasImage()) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGImageElement.cpp63 if (renderSVGImage->imageResource()->hasImage()) {
174 if (imageObj->imageResource()->hasImage())
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DSVGImagePainter.cpp27 || !m_renderSVGImage.imageResource()->hasImage())
H A DImagePainter.cpp78 if (!m_renderImage.imageResource()->hasImage() || m_renderImage.imageResource()->errorOccurred()) {
151 } else if (m_renderImage.imageResource()->hasImage() && cWidth > 0 && cHeight > 0) {
172 if (!m_renderImage.imageResource()->hasImage() || m_renderImage.imageResource()->errorOccurred() || alignedRect.width() <= 0 || alignedRect.height() <= 0)
H A DInlineFlowBoxPainter.cpp275 if ((maskBoxImage && m_inlineFlowBox.renderer().style()->maskLayers().hasImage()) || m_inlineFlowBox.renderer().style()->maskLayers().next())
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DSuggestionAnswer.java160 public boolean hasImage() { method in class:SuggestionAnswer.ImageLine
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp341 if (renderImageResource->hasImage())
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1821 if (!cachedImage->hasImage())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp517 if (!image.hasImage())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2634 milliseconds