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

12

/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleImage.cpp38 ASSERT_ARG(obj, obj->isImage());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListMarker.h68 virtual bool isImage() const override;
69 bool isText() const { return !isImage(); }
H A DRenderMedia.h51 virtual bool isImage() const override final { return false; }
H A DRenderImage.h93 virtual bool isImage() const override { return true; }
H A DRenderListMarker.cpp1158 bool RenderListMarker::isImage() const function in class:WebCore::RenderListMarker
1198 if (isImage()) {
1370 if (isImage()) {
1419 if (isImage()) {
1523 if (isImage()) {
1652 if (isImage())
1666 if (isImage())
1684 if (isImage())
1711 if (!isImage())
1718 if (!isImage())
[all...]
H A DRenderObject.h318 virtual bool isImage() const { return false; } function in class:WebCore::RenderObject
486 bool hasAspectRatio() const { return isReplaced() && (isImage() || isVideo() || isCanvas()); }
H A DHitTestResult.cpp315 if (!(m_innerNonSharedNode->renderer() && m_innerNonSharedNode->renderer()->isImage()))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKPDFView.mm267 BOOL isImage = kind == kUIPDFObjectKindGraphic;
269 if (!isImage)
275 [_webView _zoomToRect:rectInDocumentCoordinates withOrigin:originInDocumentCoordinates fitEntireRect:isImage minimumScale:pdfMinimumZoomScale maximumScale:pdfMaximumZoomScale minimumScrollDistance:0];
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleUtil.cpp87 return (coreObject->isLink() && !coreObject->isImageMapLink()) || coreObject->isImage();
H A DWebKitAccessibleWrapperAtk.cpp142 if (coreObject->isImage() || coreObject->isInputImage()) {
177 if (!node || !node->isHTMLElement() || coreObject->ariaRoleAttribute() != UnknownRole || coreObject->isImage())
1186 if (coreObject->isImage())
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXUtilities.h39 bool isImage(const llvm::Value &);
H A DNVPTXUtilities.cpp197 bool llvm::isImage(const llvm::Value &val) { function in class:llvm
H A DNVPTXAsmPrinter.cpp1445 if (llvm::isSampler(*I) || llvm::isImage(*I)) {
1446 if (llvm::isImage(*I)) {
/macosx-10.10/WebCore-7600.1.25/loader/
H A DSubresourceLoader.cpp167 if (m_resource->isImage() && m_documentLoader->cachedResourceLoader().shouldDeferImageLoad(newRequest.url())) {
227 if (!m_resource->isImage()) {
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityNodeObject.h82 virtual bool isImage() const override;
H A DAccessibilityRenderObject.cpp1296 if (isImage()) {
1509 if (isImage() && m_renderer->node() && isHTMLImageElement(m_renderer->node()))
2463 if (cssBox && cssBox->isImage())
2477 if (cssBox && cssBox->isImage()) {
3256 return object.isLink() || object.isImage() || object.renderer()->isText();
H A DAccessibilityNodeObject.cpp533 bool AccessibilityNodeObject::isImage() const function in class:WebCore::AccessibilityNodeObject
1249 return isImage() || isInputImage() || isNativeImage() || isCanvas() || (node() && node()->hasTagName(imgTag));
H A DAccessibilityObject.h451 virtual bool isImage() const { return false; } function in class:WebCore::AccessibilityObject
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DContentData.h52 bool isImage() const { return type() == ImageDataType; } function in class:WebCore::ContentData
/macosx-10.10/WebCore-7600.1.25/accessibility/mac/
H A DWebAccessibilityObjectWrapperBase.mm139 return (m_object->isLink() && !m_object->isImageMapLink()) || m_object->isImage();
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebCache.mm237 if (!cachedResource || !cachedResource->isImage())
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.h158 bool isImage() const { return type() == ImageResource; } function in class:WebCore::CachedResource
H A DCachedImage.cpp152 ASSERT(resourceToRevalidate()->isImage());
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLImageElement.cpp135 if (renderer() && renderer()->isImage())
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DBreakingContextInlineHeaders.h416 if ((m_autoWrap || RenderStyle::autoWrap(m_lastWS)) && (!m_current.renderer()->isImage() || m_allowImagesToBreak)) {
1001 if (m_lastObject->isReplaced() && m_autoWrap && (!m_lastObject->isImage() || m_allowImagesToBreak) && (!m_lastObject->isListMarker() || toRenderListMarker(*m_lastObject).isInside())) {

Completed in 404 milliseconds

12