Searched refs:selectionLength (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextAreaElement.cpp298 // selectionLength represents the selection length of this text field to be
303 unsigned selectionLength = 0; local
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/
H A DTextFieldInputType.cpp412 // 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; local
418 ASSERT(oldLength >= selectionLength);
421 unsigned baseLength = oldLength - selectionLength;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 97 milliseconds