HomeSort by relevance Sort by last modified time
    Searched defs:RestorePanel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 157 void DetachedPanelCollection::RestorePanel(Panel* panel) {
docked_panel_collection.cc 337 RestorePanel(panel);
361 void DockedPanelCollection::RestorePanel(Panel* panel) {
392 RestorePanel(*iter);
409 RestorePanel(panel);
stacked_panel_collection.cc 351 RestorePanel(panel);
371 void StackedPanelCollection::RestorePanel(Panel* panel) {
437 RestorePanel(panel_clicked);
452 RestorePanel(panel);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 470 RestorePanel(window);
517 RestorePanel(iter->window);
552 void PanelLayoutManager::RestorePanel(aura::Window* panel) {

Completed in 37 milliseconds