Home
last modified time | relevance | path

Searched refs:isTabSpanNode (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A Dhtmlediting.h86 bool isTabSpanNode(const Node*);
H A DEditingStyle.cpp334 else if (isTabSpanNode(node)) in init()
593 if (propertyID == CSSPropertyWhiteSpace && isTabSpanNode(element)) in conflictsWithInlineStyleOfElement()
606 …if ((propertyID == CSSPropertyWhiteSpace && isTabSpanNode(element)) || !inlineStyle->getPropertyCS… in conflictsWithInlineStyleOfElement()
847 if (isTabSpanTextNode(position.deprecatedNode()) || isTabSpanNode((position.deprecatedNode()))) in StyleChange()
H A Dhtmlediting.cpp866 bool isTabSpanNode(const Node *node) in isTabSpanNode() function
873 return node && node->isTextNode() && node->parentNode() && isTabSpanNode(node->parentNode()); in isTabSpanTextNode()
896 else if (!isTabSpanNode(node)) in positionOutsideTabSpan()
H A Dmarkup.cpp510 if (!specialCommonAncestor && isTabSpanNode(commonAncestor)) in highestAncestorToWrapMarkup()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-08-237176 (khtml::isTabSpanNode):
14272 (khtml::isTabSpanNode):
H A DChangeLog-2008-08-1020486 (WebCore::isTabSpanNode): Check to see if the node is a span, to avoid