Searched defs:is_top (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.cc260 bool is_top = panel == top_panel(); local
268 if (reason == PanelCollection::PANEL_CLOSED && is_top) {
278 if (is_top) {
/external/chromium_org/content/common/
H A Dpage_state_serialization.cc487 const ExplodedFrameState& state, SerializeObject* obj, bool is_top) {
527 void ReadFrameState(SerializeObject* obj, bool is_top, argument
529 if (obj->version < 14 && !is_top)
486 WriteFrameState( const ExplodedFrameState& state, SerializeObject* obj, bool is_top) argument

Completed in 241 milliseconds