HomeSort by relevance Sort by last modified time
    Searched defs:lengthLimit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 560 unsigned lengthLimit = shouldUseLengthLimit(task.parent.get()) ? Text::defaultLengthLimit : std::numeric_limits<unsigned>::max();
570 currentPosition = textNode->parserAppendData(characters, 0, lengthLimit);
574 RefPtr<Text> textNode = Text::createWithLengthLimit(task.parent->document(), shouldUseAtomicString ? AtomicString(characters).string() : characters, currentPosition, lengthLimit);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 300 String lengthLimit = String.valueOf(minLen);
302 lengthLimit = minLen + " - " + maxLen;
304 numOfCharsView.setText(lengthLimit);

Completed in 1141 milliseconds