Searched refs:hasRenderedText (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTextLineBoxes.h60 bool hasRenderedText() const;
H A DRenderText.h127 bool hasRenderedText() const;
H A DRenderText.cpp1331 bool RenderText::hasRenderedText() const function in class:WebCore::RenderText
1335 return m_lineBoxes.hasRenderedText();
H A DRenderTextLineBoxes.cpp202 bool RenderTextLineBoxes::hasRenderedText() const function in class:WebCore::RenderTextLineBoxes
/macosx-10.10/WebCore-7600.1.25/editing/
H A DReplaceSelectionCommand.cpp669 static inline bool hasRenderedText(const Text& text) function in namespace:WebCore
671 return text.renderer() && text.renderer()->hasRenderedText();
679 if (lastLeafInserted && lastLeafInserted->isTextNode() && !hasRenderedText(toText(*lastLeafInserted))
689 if (firstNodeInserted && firstNodeInserted->isTextNode() && !hasRenderedText(toText(*firstNodeInserted))) {
H A DVisibleUnits.cpp1140 if (r->isText() && toRenderText(r)->hasRenderedText()) {
1223 if (r->isText() && toRenderText(r)->hasRenderedText()) {
H A DTextIterator.cpp1274 if (!renderer->hasRenderedText() && text.length())
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityRenderObject.cpp1221 if (!renderText.hasRenderedText())

Completed in 213 milliseconds