OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wholeText
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
Text.cpp
113
String Text::
wholeText
() const
/external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp
354
QString
wholeText
= fromRawDataWithoutRef(sanitized);
355
QString selectedText = fromRawDataWithoutRef(sanitized, from, qMin(to - from,
wholeText
.length() - from));
357
int startX = QFontMetrics(font()).width(
wholeText
, from, Qt::TextBypassShaping);
Completed in 125 milliseconds