Searched defs:RenderCombineText (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCombineText.cpp22 #include "core/rendering/RenderCombineText.h"
30 RenderCombineText::RenderCombineText(Node* node, PassRefPtr<StringImpl> string) function in class:blink::RenderCombineText
38 void RenderCombineText::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
44 RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText().
51 void RenderCombineText::setTextInternal(PassRefPtr<StringImpl> text)
58 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, TextDirection direction, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
72 void RenderCombineText::adjustTextOrigin(FloatPoint& textOrigin, const FloatRect& boxRect) const
78 void RenderCombineText::getStringToRender(int start, StringView& string, int& length) const
90 void RenderCombineText
[all...]

Completed in 68 milliseconds