Searched refs:dragging (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
H A Dmargin_control_container.css5 .margin-control-container-dragging-vertical {
9 .margin-control-container-dragging-horizontal {
/external/chromium_org/third_party/flot/
H A Djquery.flot.navigate.min.js21 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
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DSpectrum.js142 var dragging;
161 if (dragging) {
178 if (!rightClick && !dragging) {
183 dragging = true;
205 if (dragging) {
215 dragging = false;
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.h146 void set_gesture_dragging(bool dragging) { is_gesture_dragging_ = dragging; } argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.h57 void set_dragging(bool dragging) { dragging_ = dragging; } argument
58 bool dragging() const { return dragging_; } function in class:Tab
H A Dtab_strip.cc164 // 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/chrome/browser/resources/ntp4/
H A Dmost_visited_page.css179 .tile.dragging.finishing-drag {
H A Dtile_page.css91 .tile.dragging {
/external/chromium_org/ui/app_list/views/
H A Dapp_list_folder_view.cc289 if (items_grid_view()->dragging())
H A Dapps_grid_view.h108 // 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.
H A Dapps_grid_view.cc562 if (!dragging())
587 if (!dragging() && ExceededDragThreshold(drag_vector)) {
675 if (!cancel && dragging()) {
1879 if (dragging())
1943 if (dragging()) {
2072 // When dragging for reparent a folder item, it should go back to its parent
H A Dapp_list_item_view.cc60 // 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/ash/shelf/
H A Dshelf_view.h164 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.
H A Dshelf_view.cc585 // 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());
1023 // During the dragging an item from Shelf to Overflow, it can enter here
1338 bool was_dragging = dragging();
1591 // To prepare all drag types (moving an item in the shelf and dragging off),
1593 if (!dragging() && drag_view_ &&
1655 if (dragging())
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc1722 EXPECT_FALSE(grid_view->dragging());
1833 // Do tests for removal of items from the shelf by dragging.
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof2331 //"onmouseout" : "handleMouseUp(evt)", // Decomment this to stop the pan functionality when dragging out of the SVG element
/external/jemalloc/bin/
H A Dpprof2331 //"onmouseout" : "handleMouseUp(evt)", // Decomment this to stop the pan functionality when dragging out of the SVG element
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof2331 //"onmouseout" : "handleMouseUp(evt)", // Decomment this to stop the pan functionality when dragging out of the SVG element
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1927 milliseconds