OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_panel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc
295
Panel*
other_panel
= *iter;
local
296
if (!IsPanelMinimized(
other_panel
)) {
297
other_panel
->Activate();
575
Panel*
other_panel
= resized_panel == top_panel() ? bottom_panel()
local
577
gfx::Rect other_bounds =
other_panel
->GetBounds();
/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
...]
Completed in 70 milliseconds