Searched refs:fPreviewWindow (Results 1 – 2 of 2) sorted by relevance
115 fPreviewWindow(NULL), in DecorManager()140 if (window == fPreviewWindow) { in AllocateDecorator()146 fPreviewWindow = NULL; in AllocateDecorator()173 if (fPreviewWindow == window && window != NULL){ in CleanupForWindow()174 fPreviewWindow = NULL; in CleanupForWindow()187 if (fPreviewWindow != NULL && fPreviewWindow != window){ in PreviewDecorator()189 Window* oldPreviewWindow = fPreviewWindow; in PreviewDecorator()190 fPreviewWindow = NULL; in PreviewDecorator()209 fPreviewWindow = window; in PreviewDecorator()211 fPreviewWindow->ReloadDecor(); in PreviewDecorator()
92 Window* fPreviewWindow; variable