HomeSort by relevance Sort by last modified time
    Searched defs:IsDragDropInProgress (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.cc 66 bool DesktopDragDropClientWin::IsDragDropInProgress() {
desktop_drag_drop_client_aurax11.cc 611 bool DesktopDragDropClientAuraX11::IsDragDropInProgress() {
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 113 if (drag_drop_controller_->IsDragDropInProgress())
169 if (IsDragDropInProgress())
335 bool DragDropController::IsDragDropInProgress() {
340 if (IsDragDropInProgress() && event->key_code() == ui::VKEY_ESCAPE) {
347 if (!IsDragDropInProgress())
383 if (!IsDragDropInProgress())
399 if (!IsDragDropInProgress())
490 if (!IsDragDropInProgress())
  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 446 if (!tooltips_enabled_ || mouse_pressed_ || IsDragDropInProgress() ||
502 bool TooltipController::IsDragDropInProgress() {
507 return client && client->IsDragDropInProgress();

Completed in 100 milliseconds