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

  /external/webkit/Source/WebCore/dom/
InputElement.cpp 187 // selectionLength represents the selection length of this text field to be
192 unsigned selectionLength = element->focused() ? numGraphemeClusters(plainText(element->document()->frame()->selection()->selection().toNormalizedRange().get())) : 0;
193 ASSERT(oldLength >= selectionLength);
196 unsigned baseLength = oldLength - selectionLength;
205 if (selectionLength)
  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.cpp 253 // selectionLength represents the selection length of this text field to be
258 unsigned selectionLength = focused() ? numGraphemeClusters(plainText(document()->frame()->selection()->selection().toNormalizedRange().get())) : 0;
259 ASSERT(currentLength >= selectionLength);
260 unsigned baseLength = currentLength - selectionLength;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]
  /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 276 milliseconds