Searched refs:mpWorkWindow (Results 1 – 2 of 2) sorted by relevance
53 mpWorkWindow(NULL) in FullScreenPane()56 mpWorkWindow.reset(new WorkWindow( in FullScreenPane()66 if (mpWorkWindow.get() == NULL) in FullScreenPane()74 mpWorkWindow->SetBackground(Wallpaper()); in FullScreenPane()121 if (mpWorkWindow.get() != NULL) in disposing()125 mpWorkWindow.reset(); in disposing()154 if( bool(mpWorkWindow)) in setVisible() local155 mpWorkWindow->Show(bIsVisible); in setVisible()164 if( bool(mpWorkWindow)) in getAccessible() local204 mpWorkWindow->GetSizePixel().Width(), in IMPL_LINK()[all …]
92 ::boost::scoped_ptr<WorkWindow> mpWorkWindow;
Completed in 29 milliseconds