Home
last modified time | relevance | path

Searched refs:DeprecatedPtrListImpl (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/platform/
DDeprecatedPtrListImpl.cpp72 DeprecatedPtrListImpl::DeprecatedPtrListImpl(void (*deleteFunc)(void *)) : in DeprecatedPtrListImpl() function in WebCore::DeprecatedPtrListImpl
82 DeprecatedPtrListImpl::DeprecatedPtrListImpl(const DeprecatedPtrListImpl &impl) : in DeprecatedPtrListImpl() function in WebCore::DeprecatedPtrListImpl
91 DeprecatedPtrListImpl::~DeprecatedPtrListImpl() in ~DeprecatedPtrListImpl()
105 void DeprecatedPtrListImpl::clear(bool deleteItems) in clear()
125 void *DeprecatedPtrListImpl::at(unsigned n) in at()
141 bool DeprecatedPtrListImpl::insert(unsigned n, const void *item) in insert()
189 bool DeprecatedPtrListImpl::remove(bool shouldDeleteItem) in remove()
230 bool DeprecatedPtrListImpl::remove(unsigned n, bool deleteItem) in remove()
240 bool DeprecatedPtrListImpl::removeFirst(bool deleteItem) in removeFirst()
245 bool DeprecatedPtrListImpl::removeLast(bool deleteItem) in removeLast()
[all …]
DDeprecatedPtrListImpl.h34 class DeprecatedPtrListImpl
38 DeprecatedPtrListImpl(void (*deleteFunc)(void *));
39 DeprecatedPtrListImpl(const DeprecatedPtrListImpl &impl);
40 ~DeprecatedPtrListImpl();
73 DeprecatedPtrListImpl &assign(const DeprecatedPtrListImpl &impl, bool deleteItems);
76 DeprecatedPtrListImpl &operator =(const DeprecatedPtrListImpl &impl);
78 void swap(DeprecatedPtrListImpl &impl);
97 DeprecatedPtrListImplIterator(const DeprecatedPtrListImpl &impl);
112 const DeprecatedPtrListImpl *list;
117 friend class DeprecatedPtrListImpl; variable
DDeprecatedPtrList.h89 DeprecatedPtrListImpl impl;
/external/webkit/WebCore/
DAndroid.mk378 platform/DeprecatedPtrListImpl.cpp \
DWebCore.pro780 platform/DeprecatedPtrListImpl.cpp \
1475 platform/DeprecatedPtrListImpl.h \
DWebCore.gypi2791 'platform/DeprecatedPtrListImpl.cpp',
2792 'platform/DeprecatedPtrListImpl.h',
DGNUmakefile.am1452 WebCore/platform/DeprecatedPtrListImpl.cpp \
1453 WebCore/platform/DeprecatedPtrListImpl.h \
DChangeLog-2006-05-10769 * platform/DeprecatedPtrListImpl.cpp:
5310 * platform/DeprecatedPtrListImpl.h:
5723 * kwq/DeprecatedPtrListImpl.cpp: Removed.
5724 * kwq/DeprecatedPtrListImpl.h: Removed.
5733 * platform/DeprecatedPtrListImpl.cpp: Added.
5734 * platform/DeprecatedPtrListImpl.h: Added.
7385 * kwq/DeprecatedPtrListImpl.cpp:
DChangeLog-2006-12-3144087 * platform/DeprecatedPtrListImpl.cpp:
44088 * platform/DeprecatedPtrListImpl.h:
44731 * platform/DeprecatedPtrListImpl.cpp:
44732 * platform/DeprecatedPtrListImpl.h:
DChangeLog-2009-06-1652097 * platform/DeprecatedPtrListImpl.cpp:
52098 (WebCore::DeprecatedPtrListImpl::insert): Use const_cast to change const-ness.
DChangeLog-2010-01-2930973 … class DeprecatedPtrListNode - instantiated at WebCore/platform/DeprecatedPtrListImpl.cpp:53
30977 * platform/DeprecatedPtrListImpl.cpp:
DChangeLog-2007-10-1415365 …ient crash when clicking on placemarks in Maps widget in WebCore::DeprecatedPtrListImpl::addIterat…
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2394 …5E59001E9ABC /* DeprecatedPtrListImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F587851502D…
2411 …E59001E9ABC /* DeprecatedPtrListImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F587851602…
10133DeprecatedPtrListImpl.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnow…
10134DeprecatedPtrListImpl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKn…
15181 F587851602DE375901EA4122 /* DeprecatedPtrListImpl.cpp */,
15182 F587851502DE375901EA4122 /* DeprecatedPtrListImpl.h */,
16301 93F1996D08245E59001E9ABC /* DeprecatedPtrListImpl.h in Headers */,
18967 93F19A3C08245E59001E9ABC /* DeprecatedPtrListImpl.cpp in Sources */,