Searched refs:fLastSelectedPath (Results 1 – 2 of 2) sorted by relevance
121 fLastSelectedPath(NULL), in ScreenshotWindow()312 fLastSelectedPath = static_cast<BMenuItem*> (source); in MessageReceived()355 fLastSelectedPath->SetMarked(true); in MessageReceived()429 if (fLastSelectedPath) { in _NewScreenshot()518 if (!fLastSelectedPath) { in _SetupOutputPathMenu()521 fLastSelectedPath = fOutputPathMenu->ItemAt(1); in _SetupOutputPathMenu()550 fLastSelectedPath = fOutputPathMenu->ItemAt(i); in _AddItemToPathMenu()567 fLastSelectedPath = fOutputPathMenu->ItemAt(index); in _AddItemToPathMenu()629 if (!fScreenshot || !fLastSelectedPath) in _SaveScreenshot()741 if (!fLastSelectedPath) in _FindValidFileName()[all …]
73 BMenuItem* fLastSelectedPath; variable