Searched defs:anchor_offset (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc176 const gfx::Vector2d& anchor_offset,
181 parent, initial_apps_page, arrow, border_accepts_events, anchor_offset);
327 const gfx::Vector2d& anchor_offset) {
365 set_anchor_view_insets(gfx::Insets(kArrowOffset + anchor_offset.y(),
366 kArrowOffset + anchor_offset.x(),
367 kArrowOffset - anchor_offset.y(),
368 kArrowOffset - anchor_offset.x()));
172 InitAsBubbleAttachedToAnchor( gfx::NativeView parent, int initial_apps_page, views::View* anchor, const gfx::Vector2d& anchor_offset, views::BubbleBorder::Arrow arrow, bool border_accepts_events) argument
323 InitAsBubbleInternal(gfx::NativeView parent, int initial_apps_page, views::BubbleBorder::Arrow arrow, bool border_accepts_events, const gfx::Vector2d& anchor_offset) argument

Completed in 142 milliseconds