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

  /external/chromium_org/ui/aura/client/
drag_drop_client.h 53 virtual bool IsDragDropInProgress() = 0;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.h 41 virtual bool IsDragDropInProgress() OVERRIDE;
desktop_drag_drop_client_win.cc 66 bool DesktopDragDropClientWin::IsDragDropInProgress() {
desktop_drag_drop_client_aurax11.h 93 virtual bool IsDragDropInProgress() OVERRIDE;
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())
drag_drop_controller.h 66 virtual bool IsDragDropInProgress() OVERRIDE;
  /external/chromium_org/ui/views/controls/menu/
menu_controller_aura.cc 105 !aura::client::GetDragDropClient(root)->IsDragDropInProgress();
  /external/chromium_org/ui/views/corewm/
tooltip_controller.h 87 bool IsDragDropInProgress();
tooltip_controller.cc 446 if (!tooltips_enabled_ || mouse_pressed_ || IsDragDropInProgress() ||
502 bool TooltipController::IsDragDropInProgress() {
507 return client && client->IsDragDropInProgress();
compound_event_filter.cc 125 if (drag_drop_client && drag_drop_client->IsDragDropInProgress())
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 221 if (dnd_client && dnd_client->IsDragDropInProgress())
    [all...]

Completed in 174 milliseconds