OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPanelMinimized
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc
187
bool DetachedPanelCollection::
IsPanelMinimized
(const Panel* panel) const {
docked_panel_collection.cc
331
if (!
IsPanelMinimized
(panel))
413
return !
IsPanelMinimized
(panel);
417
return
IsPanelMinimized
(panel);
420
bool DockedPanelCollection::
IsPanelMinimized
(const Panel* panel) const {
stacked_panel_collection.cc
197
if (current_panel != active_panel && !
IsPanelMinimized
(current_panel)) {
296
if (!
IsPanelMinimized
(other_panel)) {
484
bool StackedPanelCollection::
IsPanelMinimized
(const Panel* panel) const {
Completed in 484 milliseconds