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 357 RestorePanel(panel);
377 void StackedPanelCollection::RestorePanel(Panel* panel) {
443 RestorePanel(panel_clicked);
458 RestorePanel(panel);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 480 RestorePanel(window_state->window());
526 RestorePanel(*iter);
574 void PanelLayoutManager::RestorePanel(aura::Window* panel) {
    [all...]

Completed in 37 milliseconds