Home
last modified time | relevance | path

Searched refs:relEnd (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.h228 InlineTextBox* textBox, int start, int relEnd, int x, int y,
DCacheBuilder.cpp3136 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()