Home
last modified time | relevance | path

Searched refs:lengthOfContentsInNode (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DRange.cpp642 static inline unsigned lengthOfContentsInNode(Node* node) in lengthOfContentsInNode() function
716 …BetweenOffsets(action, 0, m_start.container(), m_start.offset(), lengthOfContentsInNode(m_start.co… in processContents()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog15140 (WebCore::lengthOfContentsInNode):
58835 In addition, lengthOfContentsInNode was modified to return the correct length instead of
58840 …Historically, lengthOfContentsInNode was introduced in r78413 as a build fix because unsigned const
58846 (WebCore::lengthOfContentsInNode): Added.
58847 … (WebCore::Range::processContents): Calls childOfCommonRootBeforeOffset, lengthOfContentsInNode,
H A DChangeLog-2011-02-162755 (WebCore::lengthOfContentsInNode): Replaced static const unsigned LengthOfContentsInNode.