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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.h 39 virtual bool IsDragDropInProgress() OVERRIDE;
desktop_drag_drop_client_win.cc 66 bool DesktopDragDropClientWin::IsDragDropInProgress() {
desktop_drag_drop_client_aurax11.h 90 virtual bool IsDragDropInProgress() OVERRIDE;
desktop_drag_drop_client_aurax11.cc 648 bool DesktopDragDropClientAuraX11::IsDragDropInProgress() {
    [all...]
  /external/chromium_org/ui/wm/public/
drag_drop_client.h 52 virtual bool IsDragDropInProgress() = 0;
  /external/chromium_org/ui/views/corewm/
tooltip_controller.h 70 bool IsDragDropInProgress();
tooltip_controller.cc 195 !IsDragDropInProgress()) {
266 IsDragDropInProgress() || !IsCursorVisible()) {
329 bool TooltipController::IsDragDropInProgress() {
334 return client && client->IsDragDropInProgress();
  /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())
drag_drop_controller.h 58 virtual bool IsDragDropInProgress() OVERRIDE;
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 188 !aura::client::GetDragDropClient(root)->IsDragDropInProgress();
  /external/chromium_org/ui/wm/core/
compound_event_filter.cc 109 if (drag_drop_client && drag_drop_client->IsDragDropInProgress())
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 63 if (controller->IsDragDropInProgress()) {
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 213 if (dnd_client && dnd_client->IsDragDropInProgress())
    [all...]

Completed in 2468 milliseconds