HomeSort by relevance Sort by last modified time
    Searched full:atend (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 63 for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
73 for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
XMLDocumentParserQt.cpp 322 while (!stream.atEnd()) {
372 while (!isStopped() && !m_parserPaused && !m_stream.atEnd()) {
Position.cpp 653 for (; !currentPos.atEnd(); currentPos.increment()) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 63 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
65 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
  /external/clang/include/clang/AST/
DeclObjC.h 442 SourceRange AtEnd;
505 return AtEnd;
507 void setAtEndRange(SourceRange atEnd) {
508 AtEnd = atEnd;
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 454 public boolean atEnd() {
854 while (!tokenizer.atEnd()) {
945 if (tokenizer.atEnd()) {
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 341 if (!cursor.atEnd()) {
  /external/protobuf/src/google/protobuf/compiler/
parser.h 140 inline bool AtEnd();
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 134 if (m_currentFile->atEnd() || !m_currentFile->isOpen())
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 445 for (TextIterator it(range.get()); !it.atEnd(); it.advance()) {
477 for (TextIterator it(range.get()); !it.atEnd(); it.advance()) {
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 676 bool atEnd() const { return stack.empty(); }
788 while (!InternalItr.atEnd() &&
805 while (!InternalItr.atEnd() &&
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 544 } while (!AtEnd() &&
569 bool AtEnd() const {
    [all...]
  /external/icu4c/common/
uniset_props.cpp 543 while (mode != 2 && !chars.atEnd()) {
765 while (!chars.atEnd()) {
    [all...]
  /external/v8/tools/
profile.js 642 while (!pairsToProcess.atEnd()) {
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 174 while (!it.atEnd()) {
htmlediting.cpp 234 while (!p.atEnd()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 442 /// atEnd - return true if this iterator is at the end of uses list.
443 bool atEnd() const { return Op == 0; }
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 218 for (TextIterator it(range.get()); !it.atEnd(); it.advance()) {
    [all...]
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 626 for (TextIterator it(frame->selection()->toNormalizedRange().get()); !it.atEnd(); it.advance()) {
    [all...]
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp     [all...]
  /external/v8/src/
jsregexp.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 933 milliseconds

1 23 4