OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUpdatedWindowBounds
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/views/bubble/
bubble_frame_view_unittest.cc
56
TEST_F(BubbleFrameViewTest,
GetUpdatedWindowBounds
) {
65
window_bounds = frame.
GetUpdatedWindowBounds
(
76
window_bounds = frame.
GetUpdatedWindowBounds
(
87
window_bounds = frame.
GetUpdatedWindowBounds
(
98
window_bounds = frame.
GetUpdatedWindowBounds
(
109
window_bounds = frame.
GetUpdatedWindowBounds
(
120
window_bounds = frame.
GetUpdatedWindowBounds
(
131
window_bounds = frame.
GetUpdatedWindowBounds
(
142
window_bounds = frame.
GetUpdatedWindowBounds
(
154
window_bounds = frame.
GetUpdatedWindowBounds
(
[
all
...]
bubble_frame_view.h
69
gfx::Rect
GetUpdatedWindowBounds
(const gfx::Rect& anchor_rect,
bubble_frame_view.cc
98
return const_cast<BubbleFrameView*>(this)->
GetUpdatedWindowBounds
(
243
gfx::Rect BubbleFrameView::
GetUpdatedWindowBounds
(const gfx::Rect& anchor_rect,
342
GetUpdatedWindowBounds
(gfx::Rect(), client_size, false).size());
bubble_delegate.cc
324
return GetBubbleFrameView()->
GetUpdatedWindowBounds
(GetAnchorRect(),
/external/chromium_org/ash/shelf/
overflow_bubble_view.cc
197
gfx::Rect bubble_rect = GetBubbleFrameView()->
GetUpdatedWindowBounds
(
Completed in 58 milliseconds