Lines Matching full:sharedptr
2623 SVG Build fix after SharedPtr -> RefPtr changes.
2725 - land the ksvg2 part of my SharedPtr --> RefPtr change, which I
2978 - renamed SharedPtr to RefPtr via script
2981 * ForwardingHeaders/kxmlcore/SharedPtr.h: Removed.
4200 Instead everything uses SharedPtr now.
4201 Also updated lazy_create to be SharedPtr aware.
4871 - All in SVGDocumentImpl, also now using SharedPtr
8465 * khtml/xml/dom_docimpl.h: Changed to use SharedPtr more.
8466 (DOM::DocumentImpl::realDocType): Add get() since we're using SharedPtr.
8472 (DocumentImpl::~DocumentImpl): Remove explicit deref since we're using SharedPtr.
8473 (DocumentImpl::doctype): Add get() since we're using SharedPtr.
8474 (DocumentTypeImpl::DocumentTypeImpl): Streamlined implementation since we're using SharedPtr.
8698 * khtml/xml/dom2_eventsimpl.h: Changed many data members to use SharedPtr instead of
8713 SharedPtr handles ref/deref.
8715 of the fact that some data members are now SharedPtr.
8717 SharedPtr handles ref/deref.
8719 of the fact that some data members are now SharedPtr.
8722 SharedPtr handles ref/deref.
8725 advantage of the fact that some data members are now SharedPtr.
8728 since SharedPtr handles ref/deref.
8730 advantage of the fact that some data members are now SharedPtr.
8732 since SharedPtr handles ref/deref.
8733 (DOM::ClipboardEventImpl::ClipboardEventImpl): Simplify since SharedPtr handles initialization
9001 * kdom/SharedPtr.h: Added.
9002 (KDOM::SharedPtr::SharedPtr):
9003 (KDOM::SharedPtr::~SharedPtr):
9004 (KDOM::SharedPtr::isNull):
9005 (KDOM::SharedPtr::notNull):
9006 (KDOM::SharedPtr::reset):
9007 (KDOM::SharedPtr::get):
9008 (KDOM::SharedPtr::operator!):
9009 (KDOM::SharedPtr::operator bool):
9010 (KDOM::SharedPtr::operator==):
11821 I also moved SharedPtr and the assertion code from WebCore into a
11827 * ForwardingHeaders/kxmlcore/SharedPtr.h: Added.
18777 with a SharedPtr; this helps in cases where the last reference to the node goes away inside the
19360 to add a SharedPtr or ref/deref pair.
19383 to add a SharedPtr or ref/deref pair.
19988 * khtml/editing/apply_style_command.h: Change m_style to be a SharedPtr.
19990 (khtml::StyleChange::init): Added use of SharedPtr.
20286 * khtml/html/htmlparser.cpp: Changed block stack to hold a SharedPtr to the
20291 (HTMLParser::popNestedHeaderTag): Updated since node is now a SharedPtr.
21893 unify SharedPtr in WebCore and JavaScriptCore
21896 * khtml/misc/shared.h: Removed SharedPtr, and instead included <kjs/shared_ptr.h>
22296 Fixed by making NodeImpl::childNodes() return a SharedPtr.
22300 use get() to get the pointer from the SharedPtr
22304 expect a SharedPtr for childNodes(); no need to delete at end of block. (This code was already
22316 return SharedPtr
22320 use get() to get the pointer from the SharedPtr