Searched refs:isRenderable (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrackCue.h95 virtual bool isRenderable() const { return false; } function in class:WebCore::TextTrackCue
H A DVTTCue.h162 virtual bool isRenderable() const override final { return true; }
H A DTextTrack.cpp228 if (cue->isRenderable())
H A DVTTCue.cpp1174 ASSERT_WITH_SECURITY_IMPLICATION(cue->isRenderable());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DRoundedRect.cpp164 bool RoundedRect::isRenderable() const function in class:WebCore::RoundedRect
247 if (!isRenderable())
254 if (!snappedRoundedRect.isRenderable()) {
259 ASSERT(snappedRoundedRect.isRenderable());
H A DRoundedRect.h103 bool isRenderable() const;
H A DFloatRoundedRect.cpp150 bool FloatRoundedRect::isRenderable() const function in class:WebCore::FloatRoundedRect
H A DFloatRoundedRect.h122 bool isRenderable() const;
H A DPath.cpp131 if (!r.isRenderable()) {
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElements.cpp1332 if (!textTrackCue->isRenderable())
1400 if (!cue->isRenderable())
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBoxModelObject.cpp526 if (clipRect.isRenderable())
685 if (pixelSnappedBorder.isRenderable())
1586 if (innerBorder.isRenderable())
1788 // isRenderable() check avoids issue described in https://bugs.webkit.org/show_bug.cgi?id=38787
1789 if ((haveAllSolidEdges || haveAllDoubleEdges) && allEdgesShareColor && innerBorder.isRenderable()) {
1876 // isRenderable() check avoids issue described in https://bugs.webkit.org/show_bug.cgi?id=38787
1878 if (innerBorder.isRenderable())
2447 if (!pixelSnappedFillRect.isRenderable())
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.h906 if (cue->isRenderable())
H A DHTMLMediaElement.cpp1391 if (cue->isRenderable())
1689 if (cue->isRenderable())
1699 if (cue->isRenderable())
1704 if (cue->isRenderable())

Completed in 138 milliseconds