HomeSort by relevance Sort by last modified time
    Searched full:dragging (Results 26 - 50 of 615) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_icon_decoration.h 23 // Allow dragging the current URL.
  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 97 // when we're in the process of the dragging.
111 // the original position when we cancel the dragging.
115 // the dragging happens. Then it is updated to the position that will be set
116 // to when the dragging ends.
panel_manager.cc 103 // If we're in the process of dragging, delay the removal.
154 // Moves this panel to the dragging position.
171 // This is the left corner of the dragging panel. We use it to check against
179 // Checks the panels to the left of the dragging panel.
183 // Current panel will only be affected if the left corner of dragging
199 // Adjusts the position and index of dragging panel as the result of moving
215 // This is the right corner of the dragging panel. We use it to check against
223 // Checks the panels to the right of the dragging panel.
227 // Current panel will only be affected if the right corner of dragging
243 // Adjusts the position and index of dragging panel as the result of movin
    [all...]
  /external/chromium_org/chrome/android/java/res/values/
dimens.xml 20 <!-- Menu button dragging related dimensions -->
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuButtonHelper.java 49 * @param startDragging Whether dragging is started.
89 // A single tap shows the app menu, but dragging disabled.
99 // we consider it as dragging start, so shows the app menu. Otherwise, we
116 // dragging correctly.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.h 18 // Stars the process of dragging a folder of bookmarks.
  /external/chromium_org/third_party/WebKit/ManualTests/
flipped-text-rendering.html 7 <p>Try dragging each of the following links. In each case, the link text should appear correctly (not flipped) in the
  /external/chromium_org/ui/views/
button_drag_utils.h 27 // Sets url and title on data as well as setting a suitable image for dragging.
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 40 /* Dragging is set (without grabbed being cleared) when a grabbed app is
42 .grabber-dragging {
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.h 53 // We keep track of the render view host we're dragging over. If it changes
59 // Used to determine what cursor we should display when dragging over web
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 66 // Continues dragging a Tab.
69 // Ends dragging a Tab. |canceled| is true if the drag was aborted in a way
75 // detaching. Used by the Frame to determine if dragging on the Tab
100 void set_dragging(bool dragging) { dragging_ = dragging; }
101 bool dragging() const { return dragging_; } function in class:TabGtk
155 // Starts the dragging operation. |drag_offset| is the offset inside the tab
159 // Ends the dragging operations. |canceled| is true if the operation was
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.h 70 // Continues dragging a Tab.
73 // Ends dragging a Tab. |canceled| is true if the drag was aborted in a way
79 // detaching. Used by the Frame to determine if dragging on the Tab
109 void set_dragging(bool dragging) { dragging_ = dragging; }
110 bool dragging() const { return dragging_; } function in class:TabGtk
168 // Starts the dragging operation. |drag_offset| is the offset inside the tab
172 // Ends the dragging operations. |canceled| is true if the operation was
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
splitter.js 75 * Starts the dragging of the splitter. Adds listeners for mouse move and
97 * Ends the dragging of the splitter. Removes listeners set in startDrag
108 * Handles the mousedown event which starts the dragging of the splitter.
133 * Handles the mouse up event which ends the dragging of the splitter.
142 * Handles start of the splitter dragging. Saves current width of the
166 * Handles end of the splitter dragging. This fires a 'resize' event if the
  /external/chromium_org/chrome/browser/resources/net_internals/
resizable_vertical_split_view.js 128 // If dragging has started, move the sizer.
139 // Dragging is over.
154 * Called when the mouse has moved after dragging started.
159 // If dragging has started, move the sizer.
170 // Dragging is over.
176 * Common code used for both mouse and touch dragging.
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 38 * Simulate touching in the center of the screen and dragging one quarter of the way down
51 * Simulate touching in the center of the screen and dragging one quarter of the way down
68 * Simulate touching in the center of the screen and dragging one quarter of the way up
81 * Simulate touching in the center of the screen and dragging one quarter of the way up
179 * Simulate touching the center of a view and dragging to the bottom of the screen.
194 * Simulate touching the center of a view and dragging to the bottom of the screen.
205 * Simulate touching the center of a view and dragging to the bottom of the screen.
222 * Simulate touching the center of a view and dragging to the bottom of the screen.
428 * Simulate touching the center of a view and dragging to the top of the screen.
443 * Simulate touching the center of a view and dragging to the top of the screen
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
splitter.js 77 * Starts the dragging of the splitter. Adds listeners for mouse or touch
118 * Ends the dragging of the splitter. Removes listeners set in startDrag
132 * Handles the mousedown event which starts the dragging of the splitter.
143 * Handles the touchstart event which starts the dragging of the splitter.
188 * Handles the mouse up event which ends the dragging of the splitter.
197 * Handles start of the splitter dragging. Saves current width of the
221 * Handles end of the splitter dragging. This fires a 'resize' event if the
  /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/cocoa/bookmarks/
bookmark_bar_folder_view.mm 87 // Regardless of the type of dragging which ended, we need to get rid of the
153 // If we're dragging from one profile to another, disallow moving (only
155 // check whether we are dragging across profiles is to see if the
157 // does, we're dragging within a profile; otherwise, we're dragging across
bookmark_bar_view.mm 95 // Mouse down events on the bookmark bar should not allow dragging the parent
162 // Regardless of the type of dragging which ended, we need to get rid of the
220 // If we're dragging from one profile to another, disallow moving (only
222 // check whether we are dragging across profiles is to see if the
224 // does, we're dragging within a profile; otherwise, we're dragging across
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 29 // The child window used during dragging to achieve the opacity tricks.
45 // Used during tab dragging to turn on/off the overlay window when a tab
56 // the implementation of tab dragging based on whatever model is most
80 // The follow return YES if tab dragging/tab tearing (off the tab strip)/window
113 // dragging the only tab in the window. This includes pinned tabs (both live
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 79 // detaching. Used by the Frame to determine if dragging on the Tab
108 // Notifies controller that the user started dragging this tabstrip's tabs.
111 // Notifies controller that the user stopped dragging this tabstrip's tabs.
112 // This is also called when the tabs that the user is dragging were detached
113 // from this tabstrip but the user is still dragging the tabs.
  /external/chromium_org/ui/app_list/views/
app_list_item_view.h 67 UI_STATE_DRAGGING, // Dragging UI (scaled icon only)
82 // Invoked when |mouse_drag_timer_| fires to show dragging UI.
131 // True if scroll gestures should contribute to dragging.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java 48 // Not dragging over a tree item
60 // down, so it's not possible to start dragging a non-selected item.
61 // We also don't deliberately disallow root-element dragging since you can
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 46 NSWindow* overlayWindow_; // Used during dragging for window opacity tricks
47 NSView* cachedContentView_; // Used during dragging for identifying which
61 // Used during tab dragging to turn on/off the overlay window when a tab
72 // the implementation of tab dragging based on whatever model is most
98 // The follow return YES if tab dragging/tab tearing (off the tab strip)/window
131 // dragging the only tab in the window. This includes pinned tabs (both live
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
table_splitter.js 41 * Handles start of the splitter dragging.
68 * Handles end of the splitter dragging. Restores cursor.

Completed in 1583 milliseconds

12 3 4 5 6 7 8 91011>>