HomeSort by relevance Sort by last modified time
    Searched full:getselection (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
svg-modify-deleted-selection.svg 9 getSelection().setBaseAndExtent(document,5,document,5);
10 getSelection().deleteFromDocument();
11 getSelection().modify('extend','backward','line');
caret-image.html 9 <script>window.getSelection().setPosition(document.getElementById("test"), 2);</script>
caret-in-columns.html 20 getSelection().modify("move", "forward", "documentboundary");
caret-blink-during-forward-delete.html 16 getSelection().collapse(test, 0);
caret-in-columns-flipped.html 24 getSelection().modify("move", "forward", "documentboundary");
pre-tab-selection-rect.html 12 window.getSelection().setBaseAndExtent(t, 1, t, 13);
18 window.getSelection().setBaseAndExtent(t, 5, t, 23);
24 window.getSelection().setBaseAndExtent(t, 5, t, 23);
30 window.getSelection().setBaseAndExtent(t, 11, t, 29);
selection-drag-crash.html 5 window.getSelection().selectAllChildren(document.body);
mutate-unfocused-text-with-selection.html 14 getSelection().setBaseAndExtent(target.firstChild, 1, target.firstChild, 3);
style-keypress-events.html 19 var selection = window.getSelection();
  /external/chromium_org/content/test/data/
touch_selection.html 10 var sel = window.getSelection();
16 return (window.getSelection() + "");
22 window.getSelection().collapseToStart();
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
text_selection.html 25 window.getSelection().removeAllRanges();
26 window.getSelection().addRange(range);
select_range_basic.html 11 window.getSelection().addRange(range);
select_range_scroll.html 10 window.getSelection().addRange(range);
select_range_basic_broken_height.html 11 window.getSelection().addRange(range);
select_range_div_editable.html 13 window.getSelection().addRange(range);
select_range_span_editable.html 13 window.getSelection().addRange(range);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
content_script.js 7 "selection": window.getSelection().toString()
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 335 mOptions.mTraceCpuFreq = mTraceCpuFreqBtn.getSelection();
336 mOptions.mTraceCpuIdle = mTraceCpuIdleBtn.getSelection();
337 mOptions.mTraceCpuLoad = mTraceCpuLoadBtn.getSelection();
338 mOptions.mTraceDiskIo = mTraceDiskIoBtn.getSelection();
339 mOptions.mTraceKernelWorkqueues = mTraceKernelWorkqueuesBtn.getSelection();
340 mOptions.mTraceCpuScheduler = mTraceCpuSchedulerBtn.getSelection();
342 if (mGfxTagBtn.getSelection()) mOptions.enableTag(SystraceOptions.TAG_GFX);
343 if (mInputTagBtn.getSelection()) mOptions.enableTag(SystraceOptions.TAG_INPUT);
344 if (mViewTagBtn.getSelection()) mOptions.enableTag(SystraceOptions.TAG_VIEW);
345 if (mWebViewTagBtn.getSelection()) mOptions.enableTag(SystraceOptions.TAG_WEBVIEW)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CursorLoaderTest.java 31 assertThat(cursorLoader.getSelection(), equalTo(selection));
52 assertThat(cursorLoader.getSelection(), equalTo(selection));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 189 mListener.scaleChanged(scale.getSelection());
208 mListener.zoomChanged(scale.getSelection() + ZOOM_MIN);
225 mListener.lockVisibilityChanged(mShowLock.getSelection());
238 mListener.patchesVisibilityChanged(mShowPatches.getSelection());
251 mListener.badPatchesVisibilityChanged(mShowBadPatches.getSelection());
264 mListener.contentAreaVisibilityChanged(mShowContent.getSelection());
274 mShowContent.setSelection(!mShowContent.getSelection());
276 mListener.contentAreaVisibilityChanged(mShowContent.getSelection());
280 mShowLock.setSelection(!mShowLock.getSelection());
282 mListener.lockVisibilityChanged(mShowLock.getSelection());
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
SelectionBuilder.java 82 public String getSelection() {
89 * @see #getSelection()
108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having,
116 return db.update(table, values, getSelection(), getSelectionArgs());
123 return db.delete(table, getSelection(), getSelectionArgs());
  /external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/
SelectAll.html 17 iframe.contentWindow.getSelection().removeAllRanges();
  /external/chromium_org/ppapi/c/dev/
ppb_ime_input_event_dev.h 64 * <code>GetSelection</code>.
67 * <code>GetSelection</code>.
141 * GetSelection() returns the range selected by caret in the composition text.
150 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end);
161 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end);
  /external/chromium_org/ppapi/cpp/dev/
ime_input_event_dev.cc 116 std::pair<uint32_t, uint32_t> IMEInputEvent_Dev::GetSelection() const {
119 get_interface<PPB_IMEInputEvent_Dev_0_2>()->GetSelection(pp_resource(),
123 get_interface<PPB_IMEInputEvent_Dev_0_1>()->GetSelection(pp_resource(),
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
content_script.js 20 var sel = window.getSelection();

Completed in 677 milliseconds

1 2 3 4 5 6 7 8 91011>>