Searched refs:i_pNewLayouter (Results 1 – 2 of 2) sorted by relevance
97 void SetLayouter( const PDeckLayouter& i_pNewLayouter );165 void ToolPanelDeck_Impl::SetLayouter( const PDeckLayouter& i_pNewLayouter ) in SetLayouter() argument167 ENSURE_OR_RETURN_VOID( i_pNewLayouter.get(), "invalid layouter" ); in SetLayouter()172 m_pLayouter = i_pNewLayouter; in SetLayouter()432 void ToolPanelDeck::SetLayouter( const PDeckLayouter& i_pNewLayouter ) in SetLayouter() argument434 return m_pImpl->SetLayouter( i_pNewLayouter ); in SetLayouter()
142 void SetLayouter( const PDeckLayouter& i_pNewLayouter );
Completed in 20 milliseconds