OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc
49
gfx::Rect
top_bounds
= top_panel()->GetBounds();
local
50
int common_width =
top_bounds
.width();
54
int common_x =
top_bounds
.x();
60
int total_height = bottom_panel()->GetBounds().bottom() -
top_bounds
.y();
61
int start_y =
top_bounds
.y();
74
gfx::Rect
top_bounds
= top_panel()->GetBounds();
75
RefreshLayoutWithTopPanelStartingAt(
top_bounds
.origin(),
top_bounds
.width());
panel_drag_controller.cc
70
// Return the vertical distance between the bottom edge of |
top_bounds
| and
72
int GetVerticalDistance(const gfx::Rect&
top_bounds
,
74
return abs(bottom_bounds.y() -
top_bounds
.bottom());
Completed in 586 milliseconds