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

  /external/chromium_org/ui/views/touchui/
touch_editing_menu.h 48 const gfx::Rect& anchor_rect,
56 const gfx::Rect& anchor_rect,
touch_editing_menu.cc 42 const gfx::Rect& anchor_rect,
60 gfx::Rect adjusted_anchor_rect(anchor_rect);
62 if (menu_width > anchor_rect.width() - handle_image_size.width())
76 const gfx::Rect& anchor_rect,
82 return new TouchEditingMenuView(controller, anchor_rect,
touch_selection_controller_impl_unittest.cc 767 gfx::Rect anchor_rect(
770 quick_menu_controller.get(), anchor_rect, handle_image_size, window));
771 anchor_rect.Inset(0, 0, 0, -handle_image_size.height());
772 EXPECT_EQ(anchor_rect.ToString(), quick_menu->GetAnchorRect().ToString());
776 anchor_rect =
779 quick_menu_controller.get(), anchor_rect, handle_image_size, window);
780 EXPECT_EQ(anchor_rect.ToString(), quick_menu->GetAnchorRect().ToString());
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 78 gfx::Rect GetUpdatedWindowBounds(const gfx::Rect& anchor_rect,
92 const gfx::Rect& anchor_rect,
97 void OffsetArrowIfOffScreen(const gfx::Rect& anchor_rect,
bubble_frame_view.cc 260 gfx::Rect BubbleFrameView::GetUpdatedWindowBounds(const gfx::Rect& anchor_rect,
269 MirrorArrowIfOffScreen(true, anchor_rect, size);
270 MirrorArrowIfOffScreen(false, anchor_rect, size);
273 MirrorArrowIfOffScreen(mirror_vertical, anchor_rect, size);
274 OffsetArrowIfOffScreen(anchor_rect, size);
279 return bubble_border_->GetBounds(anchor_rect, size);
291 const gfx::Rect& anchor_rect,
294 gfx::Rect available_bounds(GetAvailableScreenBounds(anchor_rect));
295 gfx::Rect window_bounds(bubble_border_->GetBounds(anchor_rect, client_size));
303 bubble_border_->GetBounds(anchor_rect, client_size)
    [all...]
bubble_border.cc 167 gfx::Rect BubbleBorder::GetBounds(const gfx::Rect& anchor_rect,
169 int x = anchor_rect.x();
170 int y = anchor_rect.y();
171 int w = anchor_rect.width();
172 int h = anchor_rect.height();
bubble_border.h 158 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
bubble_delegate.h 63 const gfx::Rect& anchor_rect() const { return anchor_rect_; } function in class:views::BubbleDelegateView
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.h 55 const gfx::Rect& anchor_rect,
93 const gfx::Rect& anchor_rect,
avatar_menu_bubble_view.cc 492 const gfx::Rect& anchor_rect,
499 anchor_view, arrow, anchor_rect, browser);
522 const gfx::Rect& anchor_rect,
525 anchor_rect_(anchor_rect),
  /external/chromium_org/ash/ime/
infolist_window.cc 46 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
63 gfx::Rect InfolistBorder::GetBounds(const gfx::Rect& anchor_rect,
67 anchor_rect.right() : anchor_rect.x() - contents_size.width());
72 bounds.set_y(anchor_rect.y() + contents_size.height() / 2 -
candidate_window_view.cc 44 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
48 anchor_rect.x() - offset_,
50 anchor_rect.bottom() : anchor_rect.y() - content_size.height()));
54 // to be visible even when |anchor_rect| is out of the screen.
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 191 const gfx::Rect anchor_rect = GetAnchorRect(); local
193 anchor_rect,
198 anchor_rect.CenterPoint()).work_area();
208 border->set_arrow_offset(anchor_rect.CenterPoint().x() - bubble_rect.x());
216 border->set_arrow_offset(anchor_rect.CenterPoint().y() - bubble_rect.y());
  /external/chromium_org/chrome/browser/ui/views/
password_generation_bubble_view.h 36 // passwords to users. It is set in the page content, anchored at |anchor_rect|.
45 const gfx::Rect& anchor_rect,
password_generation_bubble_view.cc 120 const gfx::Rect& anchor_rect,
133 anchor_rect_(anchor_rect),
  /external/chromium_org/ash/wm/
app_list_controller_unittest.cc 180 app_list->anchor_rect().y() - app_list->bounds().height() / 2;
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc 348 guest_params.anchor_rect = guest_->ToGuestRect(params.anchor_rect);
  /external/chromium_org/pdf/
instance.cc 859 pp::Rect anchor_rect = autoscroll_rect_.Intersect((*ready)[i].rect); local
860 if (!anchor_rect.IsEmpty()) {
862 pp::Point(anchor_rect.x() - autoscroll_rect_.x(),
863 anchor_rect.y() - autoscroll_rect_.y()),
864 anchor_rect.size());
867 &image_data_, anchor_rect.point(), kOpaqueAlpha);
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
  /external/chromium_org/content/common/
view_messages.h 329 IPC_STRUCT_MEMBER(gfx::Rect, anchor_rect)
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 900 if (selection_anchor_rect_ == params.anchor_rect &&
904 selection_anchor_rect_ = params.anchor_rect;
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 617 CreateJavaRect(env, params.anchor_rect));
    [all...]

Completed in 2468 milliseconds