OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:most_recently_active_panels_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc
29
DCHECK(
most_recently_active_panels_
.empty());
185
if (!
most_recently_active_panels_
.empty()) {
186
Panel* most_recently_active_panel =
most_recently_active_panels_
.front();
192
most_recently_active_panels_
.rbegin();
193
iter !=
most_recently_active_panels_
.rend() &&
228
most_recently_active_panels_
.push_front(panel);
230
most_recently_active_panels_
.push_back(panel);
276
most_recently_active_panels_
.remove(panel);
292
!
most_recently_active_panels_
.empty()) {
293
for (Panels::const_iterator iter =
most_recently_active_panels_
.begin()
[
all
...]
stacked_panel_collection.h
88
return
most_recently_active_panels_
.empty() ?
89
NULL :
most_recently_active_panels_
.front();
172
Panels
most_recently_active_panels_
;
member in class:StackedPanelCollection
Completed in 44 milliseconds