ExceededDragThreshold  183 ash/frame/caption_buttons/alternate_frame_size_button.cc         !views::View::ExceededDragThreshold(delta)) {
ExceededDragThreshold  343 ash/frame/caption_buttons/frame_maximize_button.cc     exceeded_drag_threshold_ = views::View::ExceededDragThreshold(
ExceededDragThreshold  430 ash/frame/caption_buttons/frame_maximize_button.cc   if (!views::View::ExceededDragThreshold(delta))
ExceededDragThreshold 1129 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   if (!View::ExceededDragThreshold(horizontal_offset) && move_offset.y() > 0) {
ExceededDragThreshold  428 chrome/browser/ui/views/download/download_item_view.cc   } else if (ExceededDragThreshold(event.location() - drag_start_point_)) {
ExceededDragThreshold  234 chrome/browser/ui/views/omnibox/omnibox_view_views.cc   if (ExceededDragThreshold(event.location() - last_click_location()))
ExceededDragThreshold 1022 chrome/browser/ui/views/panels/panel_view.cc       ExceededDragThreshold(mouse_location - last_mouse_location_)) {
ExceededDragThreshold  539 ui/app_list/views/apps_grid_view.cc   if (!dragging() && ExceededDragThreshold(drag_vector)) {
ExceededDragThreshold  560 ui/views/controls/menu/menu_controller.cc     if (View::ExceededDragThreshold(event.location() - press_pt_))
ExceededDragThreshold  552 ui/views/controls/textfield/textfield.cc       !ExceededDragThreshold(event.location() - last_click_location_)) {
ExceededDragThreshold 1609 ui/views/controls/textfield/textfield.cc         !ExceededDragThreshold(event.location() - last_click_location_)) {
ExceededDragThreshold 2182 ui/views/view.cc       ExceededDragThreshold(GetDragInfo()->start_pt - event.location()) &&
ExceededDragThreshold  927 ui/views/view.h   static bool ExceededDragThreshold(const gfx::Vector2d& delta);