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