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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 296 // selectionLength represents the selection length of this text field to be
301 unsigned selectionLength = focused() ? computeLengthForSubmission(plainText(document().frame()->selection().selection().toNormalizedRange().get())) : 0;
302 ASSERT(currentLength >= selectionLength);
303 unsigned baseLength = currentLength - selectionLength;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 441 // selectionLength represents the selection length of this text field to be
446 unsigned selectionLength = element().focused() ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).length() : 0;
447 ASSERT(oldLength >= selectionLength);
450 unsigned baseLength = oldLength - selectionLength;
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /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 42 milliseconds