OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:another_stack
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_stack_window_gtk.cc
63
PanelStackWindowGtk*
another_stack
=
local
65
for (Panels::const_iterator iter =
another_stack
->panels_.begin();
66
iter !=
another_stack
->panels_.end(); ++iter) {
70
another_stack
->panels_.clear();
/external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc
174
PanelStackView*
another_stack
= static_cast<PanelStackView*>(another);
local
176
for (Panels::const_iterator iter =
another_stack
->panels_.begin();
177
iter !=
another_stack
->panels_.end(); ++iter) {
182
another_stack
->panels_.clear();
Completed in 659 milliseconds