OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CanShowMinimizeButton
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc
174
bool DetachedPanelCollection::
CanShowMinimizeButton
(const Panel* panel) const {
docked_panel_collection.cc
412
bool DockedPanelCollection::
CanShowMinimizeButton
(const Panel* panel) const {
stacked_panel_collection.cc
475
bool StackedPanelCollection::
CanShowMinimizeButton
(const Panel* panel) const {
panel.cc
219
bool Panel::
CanShowMinimizeButton
() const {
220
return collection_ && collection_->
CanShowMinimizeButton
(this);
Completed in 25 milliseconds