Home
last modified time | relevance | path

Searched defs:isDragging (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DUmaBridge.java28 public static void usingMenu(boolean isByHwButton, boolean isDragging) { in usingMenu()
33 private static native void nativeRecordUsingMenu(boolean isByHwButton, boolean isDragging); in nativeRecordUsingMenu()
/external/chromium_org/ui/file_manager/video_player/js/
Dmedia_controls.js694 MediaControls.Slider.prototype.isDragging = function() { method in MediaControls.Slider
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h544 bool isDragging() const { return m_bitfields.isDragging(); } in isDragging() function
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
Dtree.jquery.js1046 JqTreeWidget.prototype.isDragging = function() { method in JqTreeWidget