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 648 bool DesktopDragDropClientAuraX11::IsDragDropInProgress() {
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 110 if (drag_drop_controller_->IsDragDropInProgress())
163 if (IsDragDropInProgress())
334 bool DragDropController::IsDragDropInProgress() {
339 if (IsDragDropInProgress() && event->key_code() == ui::VKEY_ESCAPE) {
346 if (!IsDragDropInProgress())
382 if (!IsDragDropInProgress())
398 if (!IsDragDropInProgress())
485 if (!IsDragDropInProgress())
  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 195 !IsDragDropInProgress()) {
266 IsDragDropInProgress() || !IsCursorVisible()) {
329 bool TooltipController::IsDragDropInProgress() {
334 return client && client->IsDragDropInProgress();

Completed in 118 milliseconds