IsTouchDragDropEnabled  788 content/renderer/render_view_impl.cc   if (switches::IsTouchDragDropEnabled())
IsTouchDragDropEnabled   13 ui/base/ui_base_switches_util.h UI_BASE_EXPORT bool IsTouchDragDropEnabled();
IsTouchDragDropEnabled  679 ui/views/controls/textfield/textfield.cc       } else if (switches::IsTouchDragDropEnabled()) {
IsTouchDragDropEnabled 1859 ui/views/controls/textfield/textfield_unittest.cc   ASSERT_TRUE(switches::IsTouchDragDropEnabled());
IsTouchDragDropEnabled 1869 ui/views/controls/textfield/textfield_unittest.cc   ASSERT_FALSE(switches::IsTouchDragDropEnabled());
IsTouchDragDropEnabled   90 ui/views/view.cc         touch_dnd_enabled_(switches::IsTouchDragDropEnabled()) {