Searched refs:relEnd (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit/android/nav/ |
D | CacheBuilder.h | 228 InlineTextBox* textBox, int start, int relEnd, int x, int y,
|
D | CacheBuilder.cpp | 3136 InlineTextBox* textBox, int start, int relEnd, int x, int y, in ConstructTextRect() argument 3149 if (textBoxEnd > relEnd) in ConstructTextRect() 3150 textBoxEnd = relEnd; in ConstructTextRect() 3164 if (textBoxEnd == relEnd) in ConstructTextRect() 3178 int relEnd = node == last ? end : renderText->textLength(); in ConstructTextRects() local 3185 if (textBox && ConstructTextRect(node, textBox, start, relEnd, in ConstructTextRects()
|