Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h87 EntityMask entityMaskForText(Text* text) const;
DMarkupAccumulator.cpp257 EntityMask MarkupAccumulator::entityMaskForText(Text* text) const in entityMaskForText() function in WebCore::MarkupAccumulator
271 appendNodeValue(out, text, m_range, entityMaskForText(text)); in appendText()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659212 (WebCore::MarkupAccumulator::entityMaskForText): Extracted from appendText.