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