/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_gtk.h | 100 void set_dragging(bool dragging) { dragging_ = dragging; } in set_dragging() argument 101 bool dragging() const { return dragging_; } in dragging() function
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab.h | 60 void set_dragging(bool dragging) { dragging_ = dragging; } in set_dragging() argument 61 bool dragging() const { return dragging_; } in dragging() function
|
D | side_tab_strip.cc | 210 if (tab->dragging()) in PaintChildren() 362 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds()
|
D | tab_strip.cc | 283 if (tab->dragging()) { in PaintChildren() 459 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds()
|
/external/chromium/chrome/browser/resources/ntp/ |
D | most_visited.css | 214 .dragging, 215 .dragging * { 219 .dragging > .title {
|
D | apps.css | 93 .app.dragging > .app-settings { 97 .app.dragging {
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | web_contents_drag_source.mm | 75 // Synthesize an event for dragging, since we can't be sure that 76 // [NSApp currentEvent] will return a valid dragging event.
|
D | web_drag_source.mm | 243 // Synthesize an event for dragging, since we can't be sure that 244 // [NSApp currentEvent] will return a valid dragging event.
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | new_tab.css | 18 show up as flicker when dragging in some situations */ 20 /* Don't allow selecting text - can occur when dragging */
|
D | apps_page.css | 42 .grabber-dragging {
|
D | new_tab_theme.css | 89 .app.dragging > a {
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | newtab.css | 25 show up as flicker when dragging in some situations */ 27 /* Don't allow selecting text - can occur when dragging */ 127 .grabber-dragging {
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab_strip.cc | 125 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds() 298 if (tab->dragging()) { in PaintChildren()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | menu_button.mm | 101 // If we're dragging, wait for mouse up. 125 // "dragging upwards" when the button is close to the bottom of the screen).
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | image_decoration_unittest.mm | 52 // TODO(shess): It would be nice to test mouse clicks and dragging,
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_util_mac_unittest.mm | 45 // Test to see that the object type for dragging files is available.
|
D | download_shelf_view.mm | 61 // Mouse down events on the download shelf should not allow dragging the parent
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_view.mm | 52 // Draw the bookmark-button-dragging drop indicator if necessary. 117 // Regardless of the type of dragging which ended, we need to get rid of the
|
D | bookmark_bar_view.mm | 91 // Mouse down events on the bookmark bar should not allow dragging the parent 164 // Regardless of the type of dragging which ended, we need to get rid of the
|
D | bookmark_button.mm | 31 // proper live animated dragging behavior, and can't do it in the 248 // Inform delegate of drag source that we're finished dragging,
|
/external/chromium/chrome/browser/resources/ |
D | new_new_tab_theme.css | 138 .app.dragging > a {
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_view.mm | 211 // dragging a tab. The background should be invisible when the mouse is over a 283 // treat a drag of a tab just like dragging around a tab that's already 292 // If we are dragging a tab, a window with a single tab should immediately 411 // Still dragging within the tab strip, wait for the next drag event. 416 // Do not start dragging until the user has "torn" the tab off by 473 // If dragging the tab only moves the current window, do not show overlay 590 // dragging. It will show when the next call to -layoutTabs (which happens
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSImageExtras.m | 65 // In this case the dragging image is always correct.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | browser_actions_container_view.mm | 87 // cursors while the user is dragging. The cursor should be grippy until
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 515 @abstract Controls behavior when dragging to a WebView 517 @param draggingInfo The dragging info of the drag 530 @param draggingInfo The dragging info of the drag 539 @abstract Controls behavior when dragging from a WebView 557 the contents of the dragging pasteboard.
|