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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp444 bool fLeftRootIsMain = root() == mainRoot(); local
445 m_pLeftRoot = new UIGChooserItemGroup(scene(), root()->toGroupItem(), fLeftRootIsMain);
478 bool fLeftRootIsMain = m_rootStack.at(m_rootStack.size() - 2) == mainRoot(); local
479 m_pLeftRoot = new UIGChooserItemGroup(scene(), m_rootStack.at(m_rootStack.size() - 2)->toGroupItem(), fLeftRootIsMain);

Completed in 52 milliseconds