HomeSort by relevance Sort by last modified time
    Searched refs:dragging (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
margin_control_container.css 5 .margin-control-container-dragging-vertical {
9 .margin-control-container-dragging-horizontal {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
Spectrum.js 142 var dragging;
161 if (dragging) {
178 if (!rightClick && !dragging) {
183 dragging = true;
205 if (dragging) {
215 dragging = false;
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 146 void set_gesture_dragging(bool dragging) { is_gesture_dragging_ = dragging; }
  /external/chromium_org/third_party/flot/
jquery.flot.navigate.min.js 21 cursor: "move" // CSS mouse cursor value used when dragging, e.g. "pointer"
38 user when dragging.
86 */(function(e){function t(i){var l,h=this,p=i.data||{};if(p.elem)h=i.dragTarget=p.elem,i.dragProxy=a.proxy||h,i.cursorOffsetX=p.pageX-p.left,i.cursorOffsetY=p.pageY-p.top,i.offsetX=i.pageX-i.cursorOffsetX,i.offsetY=i.pageY-i.cursorOffsetY;else if(a.dragging||p.which>0&&i.which!=p.which||e(i.target).is(p.not))return;switch(i.type){case"mousedown":return e.extend(p,e(h).offset(),{elem:h,target:i.target,pageX:i.pageX,pageY:i.pageY}),o.add(document,"mousemove mouseup",t,p),s(h,!1),a.dragging=null,!1;case!a.dragging&&"mousemove":if(r(i.pageX-p.pageX)+r(i.pageY-p.pageY)<p.distance)break;i.target=p.target,l=n(i,"dragstart",h),l!==!1&&(a.dragging=h,a.proxy=i.dragProxy=e(l||h)[0]);case"mousemove":if(a.dragging){if(l=n(i,"drag",h),u.drop&&(u.drop.allowed=l!==!1,u.drop.handler(i)),l!==!1)break;i.type="mouseup"};case"mouseup":o.remove(document,"mousemove mouseup",t),a.dragging&&(u.drop&&u.drop.handler(i),n(i,"dragend",h)),s(h,!0),a.dragging=a.proxy=p.elem=!1}return!0}function n(t,n,r){t.type=n;var i=e.event.dispatch.call(r,t);return i===!1?!1:i||t.result}function r(e){return Math.pow(e,2)}function i(){return a.dragging===!1}function s(e,t){e&&(e.unselectable=t?"off":"on",e.onselectstart=function(){return t},e.style& (…)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 57 void set_dragging(bool dragging) { dragging_ = dragging; }
58 bool dragging() const { return dragging_; } function in class:Tab
tab_strip.cc 164 // dragging state to false.
633 // Stop dragging when a new tab is added and dragging a window. Doing
688 (last_tab != GetLastVisibleTab() || last_tab->dragging())) {
757 const int visible_width = tab->dragging() ? width() : tab_area_width();
761 // Non-clipped dragging tabs should always be visible.
762 if (tab->dragging())
830 // unselected tab and dragging won't work because dragging is only allowed
879 if (tab->dragging())
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 28 * Start point of dragging.
35 * Start point of dragging.
42 * Indexes of selected items by dragging at the last update.
49 * Indexes of selected items at the start of dragging.
file_transfer_controller.js 9 * file dragging information. Needed to show visual feedback while dragging
207 // Dragging from other tabs/windows.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 109 * Disables text selection and dragging.
117 // Disable dragging.
  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.css 179 .tile.dragging.finishing-drag {
tile_page.css 91 .tile.dragging {
  /external/chromium_org/ash/shelf/
shelf_view.h 164 bool dragging() const { function in class:ash::ShelfView
206 // Finalize the rip off dragging by either |cancel| the action or validating.
354 // current dragging operation, this is NONE.
411 // The original launcher item's size before the dragging operation.
shelf_view.cc 585 // button, ShelfView dragging operations are locked and we have to unlock.
698 // To track the dragging of |drag_view_| continuously, its visibility
781 // To receive drag event continuously from |drag_view_| during the dragging
908 DCHECK(!dragging());
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_folder_view.cc 289 if (items_grid_view()->dragging())
apps_grid_view.h 108 // Called when the user is dragging an app. |point| is in grid view
127 bool dragging() const { return drag_pointer_ != NONE; } function in class:app_list::AppsGridView
300 // Prepares |drag_and_drop_host_| for dragging. |grid_location| contains
429 // Updates drag state for dragging inside a folder's grid view.
516 // Timer for dragging a folder item out of folder container ink bubble.
529 // Timer to auto flip page when dragging an item near the left/right edges.
545 // when dragging a item inside a folder.
apps_grid_view.cc 562 if (!dragging())
587 if (!dragging() && ExceededDragThreshold(drag_vector)) {
675 if (!cancel && dragging()) {
    [all...]
app_list_item_view.cc 60 // Delay in milliseconds of when the dragging UI should be shown for mouse drag.
454 // apps_grid_view_->dragging() will be false.
459 // Shows dragging UI when it's confirmed without waiting for the timer.
461 apps_grid_view_->dragging() &&
  /external/chromium_org/ui/webui/resources/js/
util.js 212 * Disables text selection and dragging, with optional whitelist callbacks.
226 // Disable dragging.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scene.js 220 // the camera rotation when dragging an object.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_controls.js 244 * @param {boolean} on True if dragging.
320 * @param {boolean} on True if dragging is in progress.
671 * @return {boolean} True if dragging is in progress.
920 // Dragging started, align the seek mark with the thumb position.
924 // Just finished dragging.
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 75 /** Whether or not we're dragging. */
85 * or right while you're dragging.
99 /** The view that will be scrolled when dragging to the left and right edges of the screen. */
161 public boolean dragging() { method in class:DragController
175 * Makes dragging feel more precise, e.g. you can clip out a transparent border
208 * Makes dragging feel more precise, e.g. you can clip out a transparent border
317 * Stop dragging without dropping.
332 // Cancel the current drag if we are removing an app that we are dragging
649 // Clean up dragging on the target if it's not the current fling delete target otherwise,
650 // start dragging to it
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 67 /** Whether or not we're dragging. */
77 * or right while you're dragging.
91 /** The view that will be scrolled when dragging to the left and right edges of the screen. */
151 public boolean dragging() { method in class:DragController
165 * Makes dragging feel more precise, e.g. you can clip out a transparent border
198 * Makes dragging feel more precise, e.g. you can clip out a transparent border
307 * Stop dragging without dropping.
322 // Cancel the current drag if we are removing an app that we are dragging
646 // Clean up dragging on the target if it's not the current fling delete target otherwise,
647 // start dragging to it
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 213 // a touchStart without any real dragging before touchEnd - we can allow
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 805 * @param {boolean} focus True to show a dragging focus to the fakebox.

Completed in 1356 milliseconds

1 2 3