Home | History | Annotate | Download | only in web_contents

Lines Matching refs:touch_selection_controller_

56     if (touch_selection_controller_)
57 touch_selection_controller_->SelectionChanged();
94 if (!touch_selection_controller_) {
95 touch_selection_controller_.reset(
98 if (touch_selection_controller_)
99 touch_selection_controller_->SelectionChanged();
103 if (touch_selection_controller_) {
104 if (touch_selection_controller_->IsHandleDragInProgress()) {
105 touch_selection_controller_->SelectionChanged();
108 touch_selection_controller_->HideHandles(quick);
109 touch_selection_controller_.reset();
180 if (touch_selection_controller_)