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

  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_drag_handler.cc 66 Panel* current_panel = *current_panel_iterator; local
71 if (dragging_panel_left_boundary > current_panel->GetBounds().x() +
72 current_panel->GetBounds().width() / 2)
77 *dragging_panel_iterator = current_panel;
100 Panel* current_panel = *current_panel_iterator; local
105 if (dragging_panel_right_boundary < current_panel->GetBounds().x() +
106 current_panel->GetBounds().width() / 2)
111 *dragging_panel_iterator = current_panel;
stacked_panel_collection.cc 196 Panel* current_panel = *iter; local
197 if (current_panel != active_panel && !IsPanelMinimized(current_panel)) {
199 current_panel->GetBounds().height() - panel::kTitlebarHeight;
200 MinimizePanel(current_panel);
392 Panel* current_panel = *iter; local
393 gfx::Rect bounds = current_panel->GetBounds();
395 current_panel->SetPanelBounds(bounds);
panel_drag_controller.cc 91 Panel* current_panel = *iter; local
92 if (!panel_found && current_panel != panel)
95 if (in_preview != current_panel->in_preview_mode())
96 current_panel->SetPreviewMode(in_preview);
base_panel_browser_test.cc 503 Panel* current_panel = *iter; local
504 if (panel != current_panel)
505 current_panel->Deactivate();

Completed in 75 milliseconds