OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMaxPanelHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel_manager.h
90
int
GetMaxPanelHeight
(const gfx::Rect& work_area) const;
panel_manager.cc
217
int PanelManager::
GetMaxPanelHeight
(const gfx::Rect& work_area) const {
247
gfx::Size max_size(GetMaxPanelWidth(work_area),
GetMaxPanelHeight
(work_area));
panel.cc
559
int max_height = manager()->
GetMaxPanelHeight
(work_area);
Completed in 382 milliseconds