Searched refs:pParentLayouter (Results 1 – 2 of 2) sorted by relevance
60 ILayoutNotifications* pParentLayouter ) in ToolbarLayoutManager() argument64 m_pParentLayouter( pParentLayouter ), in ToolbarLayoutManager()3892 ILayoutNotifications* pParentLayouter( m_pParentLayouter ); in toggleFloatingMode() local3895 if ( pParentLayouter ) in toggleFloatingMode()3896 … pParentLayouter->requestLayout( ILayoutNotifications::HINT_TOOLBARSPACE_HAS_CHANGED ); in toggleFloatingMode()4096 ILayoutNotifications* pParentLayouter( m_pParentLayouter ); in elementReplaced() local4099 if ( bNotify && pParentLayouter ) in elementReplaced()4100 … pParentLayouter->requestLayout( ILayoutNotifications::HINT_TOOLBARSPACE_HAS_CHANGED ); in elementReplaced()
89 ILayoutNotifications* pParentLayouter );