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

1 2

  /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 {
new_tab.js 406 * Invoked when app dragging begins.
441 * Invoked when app dragging terminates (either successfully or not)
  /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
tab_strip_gtk.cc 787 if (tab->dragging())
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 60 void set_dragging(bool dragging) { dragging_ = dragging; }
61 bool dragging() const { return dragging_; } function in class:BaseTab
171 // WARNING: this is null during detached tab dragging.
side_tab_strip.cc 169 // do this as during dragging there isn't a theme provider.
210 if (tab->dragging())
362 if (!tab->closing() && !tab->dragging())
base_tab_strip.cc 21 // dragging state to false.
215 if (tab->dragging())
309 // the user is dragging.
475 // Reset dragging state of existing tabs.
559 // Install a delegate to reset the dragging state when done. We have to leave
560 // dragging true for the tab otherwise it'll draw beneath the new tab button.
tab_strip.cc 263 // do this as during dragging there isn't a theme provider.
283 if (tab->dragging()) {
459 if (!tab->closing() && !tab->dragging())
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 86 * position to implement dragging.
99 * Called when the mouse has moved after dragging started.
119 * Called once the mouse has been released, and the dragging is over.
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 214 .dragging,
215 .dragging * {
219 .dragging > .title {
apps.css 93 .app.dragging > .app-settings {
97 .app.dragging {
drag_drop_controller.js 102 // or if the mouse is not above an item. We also bail out if the dragging
146 item.classList.add('dragging');
167 dragItem.classList.remove('dragging');
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 125 if (!tab->closing() && !tab->dragging())
159 // Not needed as dragging isn't supported.
166 // Not needed as dragging isn't supported.
171 // Not needed as dragging isn't supported.
298 if (tab->dragging()) {
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 25 show up as flicker when dragging in some situations */
27 /* Don't allow selecting text - can occur when dragging */
125 /* Dragging is set (without grabbed being cleared) when a grabbed app is
127 .grabber-dragging {
newtab.js 516 * Invoked when app dragging begins.
551 * Invoked when app dragging terminates (either successfully or not)
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 395 * @return {boolean} Whether we are currently dragging any folders.
407 * currently dragging over.
409 * dragging over.
438 // If we are dragging a folder we cannot drop it on any of its descendants
452 * currently dragging over.
454 * dragging over.
498 * currently dragging over.
500 * dragging over.
549 * currently dragging over.
551 * dragging over
    [all...]
  /external/chromium-trace/src/shared/js/
util.js 110 * Disables text selection and dragging.
118 // Disable dragging.
  /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
206 * Makes dragging feel more precise, e.g. you can clip out a transparent border
315 * Stop dragging without dropping.
330 // Cancel the current drag if we are removing an app that we are dragging
637 // Clean up dragging on the target if it's not the current fling delete target otherwise,
638 // start dragging to it
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
droiddoc.js 26 resize: function(event, ui) { resizeNav(); }, /* resize the nav while dragging */
global-libraries-combined.js     [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 412 // a touchStart without any real dragging before touchEnd - we can allow
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/chromium/chrome/browser/resources/
new_new_tab.js     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 371 milliseconds

1 2