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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 298 // selectionLength represents the selection length of this text field to be
303 unsigned selectionLength = 0;
307 selectionLength = computeLengthForSubmission(plainText(start, end));
309 ASSERT(currentLength >= selectionLength);
310 unsigned baseLength = currentLength - selectionLength;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 412 // selectionLength represents the selection length of this text field to be
417 unsigned selectionLength = element().focused() ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).length() : 0;
418 ASSERT(oldLength >= selectionLength);
421 unsigned baseLength = oldLength - selectionLength;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 4627 milliseconds