OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeBoundsForNextPanel
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/panels/
panel_manager.h
84
bool
ComputeBoundsForNextPanel
(gfx::Rect* bounds, bool allow_size_change);
panel_manager.cc
79
bool is_within_bounds =
ComputeBoundsForNextPanel
(&bounds, true);
94
if (
ComputeBoundsForNextPanel
(&bounds, true)) {
275
ComputeBoundsForNextPanel
(&new_bounds, false);
281
bool PanelManager::
ComputeBoundsForNextPanel
(gfx::Rect* bounds,
Completed in 25 milliseconds