Home
last modified time | relevance | path

Searched refs:dragging (Results 1 – 25 of 73) sorted by relevance

123

/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_gtk.h100 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/
Dbase_tab.h60 void set_dragging(bool dragging) { dragging_ = dragging; } in set_dragging() argument
61 bool dragging() const { return dragging_; } in dragging() function
Dside_tab_strip.cc210 if (tab->dragging()) in PaintChildren()
362 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds()
Dtab_strip.cc283 if (tab->dragging()) { in PaintChildren()
459 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds()
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.css214 .dragging,
215 .dragging * {
219 .dragging > .title {
Dapps.css93 .app.dragging > .app-settings {
97 .app.dragging {
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dweb_contents_drag_source.mm75 // Synthesize an event for dragging, since we can't be sure that
76 // [NSApp currentEvent] will return a valid dragging event.
Dweb_drag_source.mm243 // 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/
Dnew_tab.css18 show up as flicker when dragging in some situations */
20 /* Don't allow selecting text - can occur when dragging */
Dapps_page.css42 .grabber-dragging {
Dnew_tab_theme.css89 .app.dragging > a {
/external/chromium/chrome/browser/resources/touch_ntp/
Dnewtab.css25 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/
Dtouch_tab_strip.cc125 if (!tab->closing() && !tab->dragging()) in AnimateToIdealBounds()
298 if (tab->dragging()) { in PaintChildren()
/external/chromium/chrome/browser/ui/cocoa/
Dmenu_button.mm101 // 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/
Dimage_decoration_unittest.mm52 // TODO(shess): It would be nice to test mouse clicks and dragging,
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_util_mac_unittest.mm45 // Test to see that the object type for dragging files is available.
Ddownload_shelf_view.mm61 // Mouse down events on the download shelf should not allow dragging the parent
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_view.mm52 // 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
Dbookmark_bar_view.mm91 // 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
Dbookmark_button.mm31 // 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/
Dnew_new_tab_theme.css138 .app.dragging > a {
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm211 // 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/
DWebNSImageExtras.m65 // In this case the dragging image is always correct.
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_container_view.mm87 // cursors while the user is dragging. The cursor should be grippy until
/external/webkit/Source/WebKit/win/Interfaces/
DIWebUIDelegate.idl515 @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.

123