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

/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc55 selection_anchor_rect_ != selection_focus_rect_) {
101 selection_anchor_rect_ = anchor;
108 selection_anchor_rect_ != selection_focus_rect_) {
135 selection_anchor_rect_ != selection_focus_rect_) {
137 gfx::Rect anchor(selection_anchor_rect_.origin(),
138 gfx::Size(1, selection_anchor_rect_.height()));
220 *p1 = selection_anchor_rect_;
356 (selection_anchor_rect_ != selection_focus_rect_ ||
H A Dtouch_editable_impl_aura.h87 gfx::Rect selection_anchor_rect_; member in class:content::TouchEditableImplAura
/external/chromium_org/content/renderer/
H A Drender_widget.h664 gfx::Rect selection_anchor_rect_; member in class:content::RenderWidget
H A Drender_widget.cc1867 if (selection_anchor_rect_ != params.anchor_rect ||
1869 selection_anchor_rect_ = params.anchor_rect;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc944 if (selection_anchor_rect_ == params.anchor_rect &&
948 selection_anchor_rect_ = params.anchor_rect;
955 touch_editing_client_->OnSelectionOrCursorChanged(selection_anchor_rect_,
1534 gfx::UnionRects(selection_anchor_rect_, selection_focus_rect_);
2424 touch_editing_client_->OnSelectionOrCursorChanged(selection_anchor_rect_,
H A Drender_widget_host_view_aura.h531 gfx::Rect selection_anchor_rect_; member in class:content::RenderWidgetHostViewAura

Completed in 143 milliseconds