Searched refs:areaArchive (Results 1 – 1 of 1) sorted by relevance
1034 BMessage areaArchive; in RestoreGroup() local1035 for (int32 i = 0; archive.FindMessage("area", i, &areaArchive) == B_OK; in RestoreGroup()1038 if (areaArchive.FindInt32("left_tab", (int32*)&leftTab) != B_OK in RestoreGroup()1039 || areaArchive.FindInt32("right_tab", (int32*)&rightTab) != B_OK in RestoreGroup()1040 || areaArchive.FindInt32("top_tab", (int32*)&topTab) != B_OK in RestoreGroup()1041 || areaArchive.FindInt32("bottom_tab", (int32*)&bottomTab) != B_OK) in RestoreGroup()1057 for (int32 i = 0; areaArchive.FindInt64("window", i, in RestoreGroup()