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

/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc96 bubble_delegate->SetAnchorView(bubble_delegate->GetAnchorView());
178 View* BubbleDelegateView::GetAnchorView() const { function in class:views::BubbleDelegateView
183 if (!GetAnchorView())
186 anchor_rect_ = GetAnchorView()->GetBoundsInScreen();

Completed in 596 milliseconds