Searched refs:useSelectionHeight (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Range.h | 122 …void textRects(Vector<IntRect>&, bool useSelectionHeight = false, RangeInFixedPosition* = 0) const; 126 …void textQuads(Vector<FloatQuad>&, bool useSelectionHeight = false, RangeInFixedPosition* = 0) con…
|
D | Range.cpp | 1426 void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight, RangeInFixedPosition* inFixe… in textRects() argument 1445 … renderText->absoluteRectsForRange(rects, startOffset, endOffset, useSelectionHeight, &isFixed); in textRects() 1454 void Range::textQuads(Vector<FloatQuad>& quads, bool useSelectionHeight, RangeInFixedPosition* inFi… in textQuads() argument 1473 … renderText->absoluteQuadsForRange(quads, startOffset, endOffset, useSelectionHeight, &isFixed); in textQuads()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderText.h | 67 …ct>&, unsigned startOffset = 0, unsigned endOffset = INT_MAX, bool useSelectionHeight = false, boo… 70 …ad>&, unsigned startOffset = 0, unsigned endOffset = INT_MAX, bool useSelectionHeight = false, boo…
|
D | RenderText.cpp | 332 …Rect localQuadForTextBox(InlineTextBox* box, unsigned start, unsigned end, bool useSelectionHeight) in localQuadForTextBox() argument 337 if (!useSelectionHeight) { in localQuadForTextBox() 353 …orRange(Vector<IntRect>& rects, unsigned start, unsigned end, bool useSelectionHeight, bool* wasFi… in absoluteRectsForRange() argument 369 if (useSelectionHeight) { in absoluteRectsForRange() 382 FloatRect rect = localQuadForTextBox(box, start, end, useSelectionHeight); in absoluteRectsForRange() 436 …Range(Vector<FloatQuad>& quads, unsigned start, unsigned end, bool useSelectionHeight, bool* wasFi… in absoluteQuadsForRange() argument 452 if (useSelectionHeight) { in absoluteQuadsForRange() 464 FloatRect rect = localQuadForTextBox(box, start, end, useSelectionHeight); in absoluteQuadsForRange()
|