Home | History | Annotate | Download | only in WebCore

Lines Matching full:sharedptr

47         use SharedPtr for onReadyStateChangeListener and onLoadListener
16498 Changed ElementImpl pointer to a SharedPtr because it was getting destroyed before we were done with it.
16578 (ContainerNodeImpl::insertBefore): Used SharedPtr<NodeImpl> rather than Node to protect the child node.
18100 (khtml::SharedPtr::reset):
31943 (KHTMLView::viewportMousePressEvent): Use a SharedPtr<KHTMLView> to make sure the KHTMLView is not
36645 inherited from SharedPtr. Removed explicit copy constructors and destructors. Removed unneeded
36651 (khtml::EditCommand::EditCommand): Changed since SharedPtr is now a pointer to EditCommandImpl.
50680 (khtml::SharedPtr::SharedPtr):
50681 (khtml::SharedPtr::~SharedPtr):
50682 (khtml::SharedPtr::isEmpty):
50683 (khtml::SharedPtr::get):
50684 (khtml::SharedPtr::operator*):
50685 (khtml::SharedPtr::operator->):
50686 (khtml::SharedPtr::operator!):
50687 (khtml::SharedPtr::operator==):