OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ePos
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
141
int
ePos
= min(endPos - m_start, int(m_len) + (isLineBreak() ? 0 : 1));
142
return (sPos <
ePos
);
194
int
ePos
= min(endPos - m_start, (int)m_len);
196
if (sPos >
ePos
)
208
bool respectHyphen =
ePos
== m_len && hasHyphen();
215
if (sPos ||
ePos
!= static_cast<int>(m_len))
216
r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos,
ePos
));
688
int
ePos
= 0;
690
selectionStartEnd(sPos,
ePos
);
694
ePos
= min<int>(ePos, m_truncation)
[
all
...]
InlineTextBox.h
114
void selectionStartEnd(int& sPos, int&
ePos
);
Completed in 34 milliseconds