TouchSelectionControllerImpl  117 ui/views/touchui/touch_selection_controller_impl.cc typedef TouchSelectionControllerImpl::EditingHandleView EditingHandleView;
TouchSelectionControllerImpl  140 ui/views/touchui/touch_selection_controller_impl.cc   EditingHandleView(TouchSelectionControllerImpl* controller,
TouchSelectionControllerImpl  272 ui/views/touchui/touch_selection_controller_impl.cc   TouchSelectionControllerImpl* controller_;
TouchSelectionControllerImpl  307 ui/views/touchui/touch_selection_controller_impl.cc TouchSelectionControllerImpl::TouchSelectionControllerImpl(
TouchSelectionControllerImpl  325 ui/views/touchui/touch_selection_controller_impl.cc TouchSelectionControllerImpl::~TouchSelectionControllerImpl() {
TouchSelectionControllerImpl  331 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::SelectionChanged() {
TouchSelectionControllerImpl  397 ui/views/touchui/touch_selection_controller_impl.cc bool TouchSelectionControllerImpl::IsHandleDragInProgress() {
TouchSelectionControllerImpl  401 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::HideHandles(bool quick) {
TouchSelectionControllerImpl  407 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::SetDraggingHandle(
TouchSelectionControllerImpl  416 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::SelectionHandleDragged(
TouchSelectionControllerImpl  446 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::ConvertPointToClientView(
TouchSelectionControllerImpl  452 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::SetHandleSelectionRect(
TouchSelectionControllerImpl  461 ui/views/touchui/touch_selection_controller_impl.cc bool TouchSelectionControllerImpl::IsCommandIdEnabled(int command_id) const {
TouchSelectionControllerImpl  465 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::ExecuteCommand(int command_id,
TouchSelectionControllerImpl  471 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::OpenContextMenu() {
TouchSelectionControllerImpl  479 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::OnMenuClosed(TouchEditingMenuView* menu) {
TouchSelectionControllerImpl  484 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::OnWidgetClosing(Widget* widget) {
TouchSelectionControllerImpl  489 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::OnWidgetBoundsChanged(
TouchSelectionControllerImpl  497 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::ContextMenuTimerFired() {
TouchSelectionControllerImpl  533 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::StartContextMenuTimer() {
TouchSelectionControllerImpl  540 ui/views/touchui/touch_selection_controller_impl.cc       &TouchSelectionControllerImpl::ContextMenuTimerFired);
TouchSelectionControllerImpl  543 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::UpdateContextMenu(const gfx::Point& p1,
TouchSelectionControllerImpl  550 ui/views/touchui/touch_selection_controller_impl.cc void TouchSelectionControllerImpl::HideContextMenu() {
TouchSelectionControllerImpl  557 ui/views/touchui/touch_selection_controller_impl.cc gfx::Point TouchSelectionControllerImpl::GetSelectionHandle1Position() {
TouchSelectionControllerImpl  561 ui/views/touchui/touch_selection_controller_impl.cc gfx::Point TouchSelectionControllerImpl::GetSelectionHandle2Position() {
TouchSelectionControllerImpl  565 ui/views/touchui/touch_selection_controller_impl.cc gfx::Point TouchSelectionControllerImpl::GetCursorHandlePosition() {
TouchSelectionControllerImpl  569 ui/views/touchui/touch_selection_controller_impl.cc bool TouchSelectionControllerImpl::IsSelectionHandle1Visible() {
TouchSelectionControllerImpl  573 ui/views/touchui/touch_selection_controller_impl.cc bool TouchSelectionControllerImpl::IsSelectionHandle2Visible() {
TouchSelectionControllerImpl  577 ui/views/touchui/touch_selection_controller_impl.cc bool TouchSelectionControllerImpl::IsCursorHandleVisible() {
TouchSelectionControllerImpl  587 ui/views/touchui/touch_selection_controller_impl.cc     return new views::TouchSelectionControllerImpl(client_view);
TouchSelectionControllerImpl   19 ui/views/touchui/touch_selection_controller_impl.h class VIEWS_EXPORT TouchSelectionControllerImpl
TouchSelectionControllerImpl   27 ui/views/touchui/touch_selection_controller_impl.h   explicit TouchSelectionControllerImpl(
TouchSelectionControllerImpl   30 ui/views/touchui/touch_selection_controller_impl.h   virtual ~TouchSelectionControllerImpl();
TouchSelectionControllerImpl   97 ui/views/touchui/touch_selection_controller_impl.h   base::OneShotTimer<TouchSelectionControllerImpl> context_menu_timer_;
TouchSelectionControllerImpl  110 ui/views/touchui/touch_selection_controller_impl.h   DISALLOW_COPY_AND_ASSIGN(TouchSelectionControllerImpl);
TouchSelectionControllerImpl   91 ui/views/touchui/touch_selection_controller_impl_unittest.cc   TouchSelectionControllerImpl* GetSelectionController() {
TouchSelectionControllerImpl   92 ui/views/touchui/touch_selection_controller_impl_unittest.cc     return static_cast<TouchSelectionControllerImpl*>(
TouchSelectionControllerImpl   97 ui/views/touchui/touch_selection_controller_impl_unittest.cc     TouchSelectionControllerImpl* controller = GetSelectionController();