Lines Matching refs:mpSplitWindow
134 mpSplitWindow(NULL), in SidebarController()
221 if (mpSplitWindow != NULL) in disposing()
223 mpSplitWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing()
224 mpSplitWindow = NULL; in disposing()
824 else if (pEvent->GetWindow()==mpSplitWindow && mpSplitWindow!=NULL) in IMPL_LINK()
1131 if (pSplitWindow != mpSplitWindow) in GetSplitWindow()
1133 if (mpSplitWindow != NULL) in GetSplitWindow()
1134 … mpSplitWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in GetSplitWindow()
1136 mpSplitWindow = pSplitWindow; in GetSplitWindow()
1138 if (mpSplitWindow != NULL) in GetSplitWindow()
1139 mpSplitWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in GetSplitWindow()
1141 return mpSplitWindow; in GetSplitWindow()