HomeSort by relevance Sort by last modified time
    Searched full:selectionmode (Results 1 - 11 of 11) sorted by null

  /packages/apps/Settings/src/com/android/settings/
SelectableEditTextPreference.java 42 * @param selectionMode can be SELECTION_CURSOR_START, SELECTION_CURSOR_END or
45 public void setInitialSelectionMode(int selectionMode) {
46 mSelectionMode = selectionMode;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.ui 27 <property name="selectionMode" >
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.idl 59 [Default=NullString] optional DOMString selectionMode);
HTMLInputElement.idl 86 [Default=NullString] optional DOMString selectionMode);
HTMLTextFormControlElement.cpp 213 void HTMLTextFormControlElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
242 if (equalIgnoringCase(selectionMode, "select")) {
245 } else if (equalIgnoringCase(selectionMode, "start"))
247 else if (equalIgnoringCase(selectionMode, "end"))
HTMLTextFormControlElement.h 69 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&);
HTMLInputElement.h 274 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&) OVERRIDE;
HTMLInputElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.cpp 64 void Pasteboard::setSelectionMode(bool selectionMode)
66 m_buffer = selectionMode ? blink::WebClipboard::BufferSelection : blink::WebClipboard::BufferStandard;
  /external/oprofile/gui/ui/
oprof_start.base.ui 122 <name>selectionMode</name>
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 

Completed in 789 milliseconds