IsDragDropInProgress  110 ash/drag_drop/drag_drop_controller.cc     if (drag_drop_controller_->IsDragDropInProgress())
IsDragDropInProgress  163 ash/drag_drop/drag_drop_controller.cc   if (IsDragDropInProgress())
IsDragDropInProgress  339 ash/drag_drop/drag_drop_controller.cc   if (IsDragDropInProgress() && event->key_code() == ui::VKEY_ESCAPE) {
IsDragDropInProgress  346 ash/drag_drop/drag_drop_controller.cc   if (!IsDragDropInProgress())
IsDragDropInProgress  382 ash/drag_drop/drag_drop_controller.cc   if (!IsDragDropInProgress())
IsDragDropInProgress  398 ash/drag_drop/drag_drop_controller.cc   if (!IsDragDropInProgress())
IsDragDropInProgress  485 ash/drag_drop/drag_drop_controller.cc   if (!IsDragDropInProgress())
IsDragDropInProgress   58 ash/drag_drop/drag_drop_controller.h   virtual bool IsDragDropInProgress() OVERRIDE;
IsDragDropInProgress  102 ash/wm/overview/window_selector_unittest.cc   if (controller->IsDragDropInProgress()) {
IsDragDropInProgress  200 content/browser/web_contents/web_contents_view_aura.cc     if (dnd_client && dnd_client->IsDragDropInProgress())
IsDragDropInProgress 2312 ui/views/controls/menu/menu_controller.cc          !aura::client::GetDragDropClient(root)->IsDragDropInProgress();
IsDragDropInProgress  258 ui/views/corewm/tooltip_controller.cc       IsDragDropInProgress() || !IsCursorVisible()) {
IsDragDropInProgress  319 ui/views/corewm/tooltip_controller.cc   return client && client->IsDragDropInProgress();
IsDragDropInProgress   70 ui/views/corewm/tooltip_controller.h   bool IsDragDropInProgress();
IsDragDropInProgress   89 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   virtual bool IsDragDropInProgress() OVERRIDE;
IsDragDropInProgress   39 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h   virtual bool IsDragDropInProgress() OVERRIDE;
IsDragDropInProgress  157 ui/wm/core/compound_event_filter.cc   if (drag_drop_client && drag_drop_client->IsDragDropInProgress())
IsDragDropInProgress   52 ui/wm/public/drag_drop_client.h   virtual bool IsDragDropInProgress() = 0;