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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 228 // Whether we are dragging the download button.
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 391 // ShelfLayoutManager, Gesture dragging:
409 // - dragging up on an already visible shelf
410 // - dragging up on a hidden shelf, but it is currently completely visible.
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
browser_options_startup_page_list.js 175 // Prevent dragging if the list is disabled.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 173 // the dragging of a bookmark node from the parent into this folder menu.
bookmark_bar_view_unittest.mm 246 // When dragging bookmarks across profiles, we should always copy, never move.
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.mm 213 // MacOS will turn the user-resizing to the user-dragging if the direction of
214 // the dragging is orthogonal to the direction of the arrow cursor. We do not
215 // want this since it will bypass our dragging logic. The panel window is
216 // still draggable because we track and handle the dragging in our custom way.
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
web_contents_modal_dialog_manager_views.cc 193 // |host_| may be null during WebContents destruction or Win32 tab dragging.
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 205 // We keep track of the render view host we're dragging over. If it changes
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scene.js 220 // the camera rotation when dragging an object.
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.h 74 // Test helper for dragging out images.
  /external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.cc 37 // dragging before the scrollbar will snap back to its regular position.
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 181 DLOG(ERROR) << "Grabbing new tab for dragging failed: "
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimppoll.c 193 //TODO: Lose buttons / dragging
  /frameworks/base/core/java/android/widget/
RatingBar.java 66 * while the user is dragging, only when the user finalizes a rating by
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
ReorderHelper.java 110 * new child view's space is entered by the dragging view.
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 62 * @param bitmap The view that we're dragging around. We scale it up when we draw it.
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 62 * @param bitmap The view that we're dragging around. We scale it up when we draw it.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 165 // TODO: Test error (dragging on ancestor)
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 248 // User is dragging from this profile: move.
251 // User is dragging from another app, copy.
326 // Bookmark dragging
  /external/chromium/chrome/browser/resources/ntp/
most_visited.js 392 // url-list. Instead, we just rely on the dragging of link behavior.
394 this.dragItem_.classList.add('dragging');
451 dragItem.classList.remove('dragging');
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_transfer_controller.js 9 * file dragging information. Needed to show visual feedback while dragging
185 // Dragging from other tabs/windows.
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 521 // The user is horizontally dragging the {@link ViewPager}, so send
665 // "fake dragging" the {@link ViewPager} if it's not already
673 // "fake dragging" the {@link ViewPager} if it was doing so
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 521 if (!dragging())
542 if (!dragging() && ExceededDragThreshold(drag_vector)) {
607 } else if (!cancel && dragging()) {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 861 // Check that dragging left selects the beginning of the string.
865 // Check that dragging right selects the rest of the string.
872 // Check that dragging from beyond the text length works too.
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
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...]

Completed in 833 milliseconds

<<11121314151617181920>>