Lines Matching refs:pMainViewShell
420 ::boost::shared_ptr<ViewShell> pMainViewShell ( in GetMainViewShell()
423 if (pMainViewShell.get() == NULL) in GetMainViewShell()
424 pMainViewShell = framework::FrameworkHelper::Instance(*const_cast<ViewShellBase*>(this)) in GetMainViewShell()
426 return pMainViewShell; in GetMainViewShell()
963 ViewShell* pMainViewShell = GetMainViewShell().get(); in UpdateBorder() local
964 if (pMainViewShell != NULL && GetWindow()!=NULL) in UpdateBorder()
969 aBorder += pMainViewShell->GetBorder(bOuterResize); in UpdateBorder()
987 ViewShell* pMainViewShell = GetMainViewShell().get(); in ShowUIControls() local
988 if (pMainViewShell != NULL) in ShowUIControls()
989 pMainViewShell->ShowUIControls (bVisible); in ShowUIControls()
1297 ViewShell* pMainViewShell = mrBase.GetMainViewShell().get(); in ResizePixel() local
1307 if (pMainViewShell != NULL) in ResizePixel()
1308 aBorder = pMainViewShell->GetBorder(bOuterResize); in ResizePixel()