Searched refs:fWindowCount (Results 1 - 17 of 17) sorted by relevance

/haiku/src/apps/debuganalyzer/
H A DDebugAnalyzer.cpp30 fWindowCount(0)
37 if (fWindowCount == 0 && _CreateWindow(NULL) != B_OK)
92 fWindowCount++;
101 if (--fWindowCount == 0)
111 int32 fWindowCount; member in class:DebugAnalyzer
/haiku/src/apps/packageinstaller/
H A Dmain.cpp37 fWindowCount(0)
52 if (fWindowCount == 0) {
54 fWindowCount++;
102 fWindowCount--;
105 if (fWindowCount == 0)
121 fWindowCount++;
H A Dmain.h33 uint32 fWindowCount; member in class:PackageInstaller
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp132 fWindowCount = 0;
187 fWindowCount++;
244 fWindowCount++;
254 fWindowCount--;
255 if (fWindowCount == 0) {
339 if (fWindowCount > 0)
352 return fWindowCount;
H A DStyledEditApp.h51 int32 fWindowCount; member in class:StyledEditApp
/haiku/src/apps/haikudepot/ui/
H A DApp.h47 int32 fWindowCount; member in class:App
H A DApp.cpp45 fWindowCount(0),
85 if (fWindowCount > 0)
122 fWindowCount--;
123 if (fWindowCount == 0)
435 fWindowCount++;
/haiku/src/apps/people/
H A DPeopleApp.h54 uint32 fWindowCount; member in class:TPeopleApp
H A DPeopleApp.cpp74 fWindowCount(0),
231 fWindowCount--;
232 if (fWindowCount < 1)
286 if (fWindowCount < 1)
307 fWindowCount++;
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp82 uint32 fWindowCount; member in class:FileTypes
191 fWindowCount(0),
271 fWindowCount++;
285 fWindowCount++;
349 fWindowCount++;
363 fWindowCount++;
425 if (fWindowCount == 0)
450 if (--fWindowCount == 0 && !fFilePanel->IsShowing())
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.h75 int32 fWindowCount; member in class:IconEditorApp
H A DIconEditorApp.cpp50 fWindowCount(0),
189 fWindowCount--;
190 if (fWindowCount == 0)
214 if (fWindowCount == 0)
293 fWindowCount++;
/haiku/src/apps/webpositive/
H A DBrowserApp.h75 int fWindowCount; member in class:BrowserApp
H A DBrowserApp.cpp72 fWindowCount(0),
329 fWindowCount++;
333 fWindowCount--;
335 if (fWindowCount <= 0) {
388 if (fWindowCount == 0) {
562 if (fWindowCount > 0)
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp99 uint32 fWindowCount; member in class:DiskProbe
253 fWindowCount(0)
352 fWindowCount++;
439 fWindowCount++;
448 if (--fWindowCount == 0 && !fFilePanel->IsShowing())
491 if (fWindowCount == 0)
/haiku/src/apps/mail/
H A DMailApp.h115 int32 fWindowCount; member in class:TMailApp
H A DMailApp.cpp104 fWindowCount(0),
397 fWindowCount--;
412 if (!fWindowCount && !fSigWindow && !fPrefsWindow)
587 if (!fPrintHelpAndExit && !fWindowCount) {
1126 r.OffsetBy(fontFactor * (((fWindowCount + 5) % 10) * 15 - 75),
1127 fontFactor * (((fWindowCount + 5) % 10) * 15 - 75));
1129 fWindowCount++;

Completed in 74 milliseconds