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

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 63 bool ShouldShowHandleFor(const gfx::Rect& rect) const;
touch_selection_controller_impl.cc 384 dragging_handle_->SetDrawInvisible(!ShouldShowHandleFor(r2));
478 handle->SetWidgetVisible(ShouldShowHandleFor(rect), false);
483 bool TouchSelectionControllerImpl::ShouldShowHandleFor(
563 if (ShouldShowHandleFor(end_rect_1) &&
564 ShouldShowHandleFor(end_rect_2))
566 else if (ShouldShowHandleFor(end_rect_1))
568 else if (ShouldShowHandleFor(end_rect_2))

Completed in 52 milliseconds