HomeSort by relevance Sort by last modified time
    Searched refs:endOfLine (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineIterator.h 270 while (obj && obj != m_eor.m_obj && obj != endOfLine.m_obj) {
277 if (obj == endOfLine.m_obj && endOfLine.m_pos <= pos) {
279 pos = endOfLine.m_pos;
  /external/webkit/Source/WebCore/editing/
visible_units.h 56 VisiblePosition endOfLine(const VisiblePosition &);
VisibleSelection.cpp 329 VisiblePosition end = endOfLine(VisiblePosition(m_end, m_affinity));
342 m_end = endOfLine(VisiblePosition(m_end, m_affinity)).deepEquivalent();
visible_units.cpp 444 VisiblePosition endOfLine(const VisiblePosition& c)
475 return p.isNotNull() && p == endOfLine(p);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 548 boolean endOfLine = false;
552 if (!endOfLine) {
554 endOfLine = true;
558 if (endOfLine) {
559 endOfLine = false;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 154 while (const char* endOfLine = findEndOfLine(bytes, length)) {
156 int lineLength = endOfLine - bytes;
159 bytes = endOfLine + 1;
160 if ((*endOfLine == '\r') && (*bytes == '\n'))
184 while (*colon != ':' && colon != endOfLine)
187 if (colon == endOfLine) {
195 for (colon++; colon != endOfLine; colon++) {
199 if (colon == endOfLine)
202 value = String(colon, endOfLine - colon);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 268 VisiblePosition endPosition = endOfLine(prevVisiblePos);
291 VisiblePosition endPosition = endOfLine(nextVisiblePos);
294 // Unless the VisiblePosition is at the very end, there should always be a valid line range. However, endOfLine will
299 endPosition = endOfLine(nextVisiblePos);
532 VisiblePosition endPosition = endOfLine(nextVisiblePos);
538 endPosition = endOfLine(nextVisiblePos);
585 String lineString = plainText(makeRange(startOfLine(nextVisiblePos), endOfLine(nextVisiblePos)).get());
609 String lineString = plainText(makeRange(startOfLine(previousVisiblePos), endOfLine(previousVisiblePos)).get());
    [all...]
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 207 Iterator endOfLine;
236 if (!endOfLine.atEnd() && endOffset >= endOfLine.offset()) {
238 endOffset = endOfLine.offset();
791 m_eor = endOfLine;
853 endOfLine = m_last;
860 endOfLine = Iterator();
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 464 milliseconds