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

  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.cc 876 Panel* other_panel = NULL; local
880 other_panel = panel_ != stack->top_panel() ? stack->top_panel()
884 if (!other_panel) {
888 other_panel = panel_ != panels.front() ? panels.front() : panels.back();
893 other_panel ? gtk_widget_get_window
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 289 Panel* other_panel = *iter; local
290 if (!IsPanelMinimized(other_panel)) {
291 other_panel->Activate();
569 Panel* other_panel = resized_panel == top_panel() ? bottom_panel() local
571 gfx::Rect other_bounds = other_panel->GetBounds();

Completed in 4280 milliseconds