Searched refs:isRoot (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp799 bool isRoot = (messageInfo.sender == 0);
868 if (!isRoot)
922 if (error == B_OK && getShadowPwd && !isRoot)
1020 if (error == B_OK && !isRoot)
1095 if (error == B_OK && !isRoot)
1137 if (error == B_OK && !isRoot)
1211 if (error == B_OK && !isRoot)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp3027 bool isRoot = parent == fVariableTableModel->Root(); local
3028 int32 childCount = isRoot ? fVariableTableModel->CountChildren(parent)
3031 ModelNode* node = (ModelNode*)(isRoot ? fVariableTableModel->ChildAt(
3085 bool isRoot = parent == fVariableTableModel->Root(); local
3086 int32 childCount = isRoot ? fVariableTableModel->CountChildren(parent)
3089 ModelNode* node = (ModelNode*)(isRoot ? fVariableTableModel->ChildAt(
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1450 bool isRoot = TargetModel()->IsRoot(); local
1463 || isRoot != TargetModel()->IsRoot()) {

Completed in 161 milliseconds