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

  /external/chromium_org/ui/views/touchui/
touch_editing_menu.h 48 gfx::Rect anchor_rect,
55 gfx::Rect anchor_rect,
touch_editing_menu.cc 41 gfx::Rect anchor_rect,
45 SetAnchorRect(anchor_rect);
65 gfx::Rect anchor_rect,
70 return new TouchEditingMenuView(controller, anchor_rect, context);
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 69 gfx::Rect GetUpdatedWindowBounds(const gfx::Rect& anchor_rect,
83 const gfx::Rect& anchor_rect,
88 void OffsetArrowIfOffScreen(const gfx::Rect& anchor_rect,
bubble_frame_view.cc 243 gfx::Rect BubbleFrameView::GetUpdatedWindowBounds(const gfx::Rect& anchor_rect,
253 MirrorArrowIfOffScreen(true, anchor_rect, client_size);
254 MirrorArrowIfOffScreen(false, anchor_rect, client_size);
259 anchor_rect, local
261 OffsetArrowIfOffScreen(anchor_rect, client_size);
266 return bubble_border_->GetBounds(anchor_rect, client_size);
278 const gfx::Rect& anchor_rect,
281 gfx::Rect available_bounds(GetAvailableScreenBounds(anchor_rect));
282 gfx::Rect window_bounds(bubble_border_->GetBounds(anchor_rect, client_size));
290 bubble_border_->GetBounds(anchor_rect, client_size)
    [all...]
bubble_border.cc 166 gfx::Rect BubbleBorder::GetBounds(const gfx::Rect& anchor_rect,
168 int x = anchor_rect.x();
169 int y = anchor_rect.y();
170 int w = anchor_rect.width();
171 int h = anchor_rect.height();
bubble_border.h 151 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
bubble_delegate.h 65 const gfx::Rect& anchor_rect() const { return anchor_rect_; } function in class:views::BubbleDelegateView
  /external/chromium_org/chrome/browser/ui/gtk/
password_generation_bubble_gtk.h 26 // passwords to users. It is set in page content, anchored at |anchor_rect|.
31 PasswordGenerationBubbleGtk(const gfx::Rect& anchor_rect,
password_generation_bubble_gtk.cc 42 const gfx::Rect& anchor_rect,
93 &anchor_rect,
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.h 54 const gfx::Rect& anchor_rect,
92 const gfx::Rect& anchor_rect,
profile_chooser_view.h 55 const gfx::Rect& anchor_rect,
85 const gfx::Rect& anchor_rect,
password_generation_bubble_view.h 35 // passwords to users. It is set in the page content, anchored at |anchor_rect|.
43 const gfx::Rect& anchor_rect,
password_generation_bubble_view.cc 123 const gfx::Rect& anchor_rect,
137 anchor_rect_(anchor_rect),
avatar_menu_bubble_view.cc 488 const gfx::Rect& anchor_rect,
495 anchor_view, arrow, anchor_rect, browser);
517 const gfx::Rect& anchor_rect,
520 anchor_rect_(anchor_rect),
profile_chooser_view.cc 316 const gfx::Rect& anchor_rect,
323 anchor_view, arrow, anchor_rect, browser);
344 const gfx::Rect& anchor_rect,
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 196 const gfx::Rect anchor_rect = GetAnchorRect(); local
198 anchor_rect,
203 anchor_rect.CenterPoint()).work_area();
213 border->set_arrow_offset(anchor_rect.CenterPoint().x() - bubble_rect.x());
221 border->set_arrow_offset(anchor_rect.CenterPoint().y() - bubble_rect.y());
  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller_bubble.cc 382 gfx::Rect anchor_rect =
384 return anchor_rect;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest.cc 365 guest_params.anchor_rect = guest_->ToGuestRect(params.anchor_rect);
render_widget_host_view_gtk.cc     [all...]
render_widget_host_view_aura.cc     [all...]
render_widget_host_view_win.cc 714 caret_rect_ = gfx::UnionRects(params.anchor_rect, params.focus_rect);
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
  /external/chromium_org/content/common/
view_messages.h 496 IPC_STRUCT_MEMBER(gfx::Rect, anchor_rect)
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 555 CreateJavaRect(env, params.anchor_rect));
    [all...]

Completed in 976 milliseconds