OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBubbleBounds
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/views/autofill/
new_credit_card_bubble_views.h
35
virtual gfx::Rect
GetBubbleBounds
() OVERRIDE;
new_credit_card_bubble_views.cc
107
gfx::Rect NewCreditCardBubbleViews::
GetBubbleBounds
() {
108
gfx::Rect bounds = views::BubbleDelegateView::
GetBubbleBounds
();
/external/chromium_org/ash/shelf/
overflow_bubble_view.h
34
virtual gfx::Rect
GetBubbleBounds
() OVERRIDE;
overflow_bubble_view.cc
183
gfx::Rect OverflowBubbleView::
GetBubbleBounds
() {
shelf_view.cc
[
all
...]
/external/chromium_org/ui/views/bubble/
bubble_delegate.h
131
virtual gfx::Rect
GetBubbleBounds
();
bubble_delegate.cc
312
GetWidget()->SetBounds(
GetBubbleBounds
());
321
gfx::Rect BubbleDelegateView::
GetBubbleBounds
() {
Completed in 177 milliseconds