Home
last modified time | relevance | path

Searched refs:selection_anchor_rect_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura.cc55 selection_anchor_rect_ != selection_focus_rect_) { in UpdateEditingController()
101 selection_anchor_rect_ = anchor; in OnSelectionOrCursorChanged()
108 selection_anchor_rect_ != selection_focus_rect_) { in OnSelectionOrCursorChanged()
135 selection_anchor_rect_ != selection_focus_rect_) { in HandleInputEvent()
137 gfx::Rect anchor(selection_anchor_rect_.origin(), in HandleInputEvent()
138 gfx::Size(1, selection_anchor_rect_.height())); in HandleInputEvent()
220 *p1 = selection_anchor_rect_; in GetSelectionEndPoints()
356 (selection_anchor_rect_ != selection_focus_rect_ || in ScrollEnded()
Dtouch_editable_impl_aura.h87 gfx::Rect selection_anchor_rect_; variable
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.cc944 if (selection_anchor_rect_ == params.anchor_rect && in SelectionBoundsChanged()
948 selection_anchor_rect_ = params.anchor_rect; in SelectionBoundsChanged()
955 touch_editing_client_->OnSelectionOrCursorChanged(selection_anchor_rect_, in SelectionBoundsChanged()
1534 gfx::UnionRects(selection_anchor_rect_, selection_focus_rect_); in GetCaretBounds()
2424 touch_editing_client_->OnSelectionOrCursorChanged(selection_anchor_rect_, in InternalSetBounds()
Drender_widget_host_view_aura.h531 gfx::Rect selection_anchor_rect_; variable
/external/chromium_org/content/renderer/
Drender_widget.h664 gfx::Rect selection_anchor_rect_; variable
Drender_widget.cc1867 if (selection_anchor_rect_ != params.anchor_rect || in UpdateSelectionBounds()
1869 selection_anchor_rect_ = params.anchor_rect; in UpdateSelectionBounds()