Searched defs:IsDragDropInProgress (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.cc66 bool DesktopDragDropClientWin::IsDragDropInProgress() { function in class:views::DesktopDragDropClientWin
H A Ddesktop_drag_drop_client_aurax11.cc611 bool DesktopDragDropClientAuraX11::IsDragDropInProgress() { function in class:views::DesktopDragDropClientAuraX11
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc113 if (drag_drop_controller_->IsDragDropInProgress())
169 if (IsDragDropInProgress())
335 bool DragDropController::IsDragDropInProgress() { function in class:ash::internal::DragDropController
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/
H A Dtooltip_controller.cc446 if (!tooltips_enabled_ || mouse_pressed_ || IsDragDropInProgress() ||
502 bool TooltipController::IsDragDropInProgress() { function in class:views::corewm::TooltipController
507 return client && client->IsDragDropInProgress();

Completed in 64 milliseconds