Lines Matching refs:rpFactory
121 const SharedShellFactory& rpFactory);
124 const SharedShellFactory& rpFactory);
275 const SharedShellFactory& rpFactory) in AddSubShellFactory() argument
278 mpImpl->AddShellFactory(pViewShell, rpFactory); in AddSubShellFactory()
286 const SharedShellFactory& rpFactory) in RemoveSubShellFactory() argument
289 mpImpl->RemoveShellFactory(pViewShell, rpFactory); in RemoveSubShellFactory()
472 const SharedShellFactory& rpFactory) in AddShellFactory() argument
480 if (iFactory->second == rpFactory) in AddShellFactory()
488 maShellFactories.insert(FactoryList::value_type(pViewShell, rpFactory)); in AddShellFactory()
496 const SharedShellFactory& rpFactory) in RemoveShellFactory() argument
501 if (iFactory->second == rpFactory) in RemoveShellFactory()