HomeSort by relevance Sort by last modified time
    Searched refs:UsesAlwaysOnTopPanels (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_collection.h 131 virtual bool UsesAlwaysOnTopPanels() const = 0;
detached_panel_collection.h 53 virtual bool UsesAlwaysOnTopPanels() const OVERRIDE;
docked_panel_collection.h 67 virtual bool UsesAlwaysOnTopPanels() const OVERRIDE;
stacked_panel_collection.h 56 virtual bool UsesAlwaysOnTopPanels() const OVERRIDE;
panel_manager.cc 213 if (panel_collection && panel_collection->UsesAlwaysOnTopPanels())
278 panel->Initialize(url, bounds, collection->UsesAlwaysOnTopPanels());
505 panel->SetAlwaysOnTop(target_collection->UsesAlwaysOnTopPanels());
detached_panel_collection.cc 193 bool DetachedPanelCollection::UsesAlwaysOnTopPanels() const {
docked_panel_collection.cc 424 bool DockedPanelCollection::UsesAlwaysOnTopPanels() const {
stacked_panel_collection.cc 482 bool StackedPanelCollection::UsesAlwaysOnTopPanels() const {

Completed in 4344 milliseconds