Searched refs:IsDragDropInProgress (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/wm/public/
H A Ddrag_drop_client.h52 virtual bool IsDragDropInProgress() = 0;
/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_win.h39 virtual bool IsDragDropInProgress() OVERRIDE;
H A Ddesktop_drag_drop_client_aurax11.h95 virtual bool IsDragDropInProgress() OVERRIDE;
H A Ddesktop_drag_drop_client_aurax11.cc689 bool DesktopDragDropClientAuraX11::IsDragDropInProgress() { function in class:views::DesktopDragDropClientAuraX11
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc107 if (drag_drop_controller_->IsDragDropInProgress())
160 if (IsDragDropInProgress())
337 bool DragDropController::IsDragDropInProgress() { function in class:ash::DragDropController
342 if (IsDragDropInProgress() && event->key_code() == ui::VKEY_ESCAPE) {
349 if (!IsDragDropInProgress())
385 if (!IsDragDropInProgress())
401 if (!IsDragDropInProgress())
488 if (!IsDragDropInProgress())
H A Ddrag_drop_controller.h58 virtual bool IsDragDropInProgress() OVERRIDE;
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller.cc195 !IsDragDropInProgress()) {
266 IsDragDropInProgress() || !IsCursorVisible()) {
329 bool TooltipController::IsDragDropInProgress() { function in class:views::corewm::TooltipController
334 return client && client->IsDragDropInProgress();
H A Dtooltip_controller.h70 bool IsDragDropInProgress();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_loop_aura.cc188 !aura::client::GetDragDropClient(root)->IsDragDropInProgress();
/external/chromium_org/ui/wm/core/
H A Dcompound_event_filter.cc109 if (drag_drop_client && drag_drop_client->IsDragDropInProgress())
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_unittest.cc64 if (controller->IsDragDropInProgress()) {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc202 if (dnd_client && dnd_client->IsDragDropInProgress())

Completed in 304 milliseconds