Home
last modified time | relevance | path

Searched refs:bubble_anchor (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dpinned_contents_info_bubble.h17 explicit PinnedContentsBorderContents(const gfx::Point& bubble_anchor) in PinnedContentsBorderContents() argument
18 : bubble_anchor_(bubble_anchor) {} in PinnedContentsBorderContents()
59 explicit PinnedContentsInfoBubble(const gfx::Point& bubble_anchor) in PinnedContentsInfoBubble() argument
60 : bubble_anchor_(bubble_anchor) {} in PinnedContentsInfoBubble()
Dpinned_contents_info_bubble.cc41 const gfx::Point& bubble_anchor, in Show() argument
45 new PinnedContentsInfoBubble(bubble_anchor); in Show()