/external/webkit/WebCore/bindings/js/ |
D | JSSVGPathSegListCustom.cpp | 58 SVGPathSeg* obj = WTF::getPtr(imp->initialize(newItem, ec)); in initialize() 79 SVGPathSeg* obj = WTF::getPtr(imp->getItem(index, ec)); in getItem() 100 …JSC::JSValue result = toJS(exec, deprecatedGlobalObjectForPrototype(exec), WTF::getPtr(imp->insert… in insertItemBefore() 121 …JSC::JSValue result = toJS(exec, deprecatedGlobalObjectForPrototype(exec), WTF::getPtr(imp->replac… in replaceItem() 157 …JSC::JSValue result = toJS(exec, deprecatedGlobalObjectForPrototype(exec), WTF::getPtr(imp->append… in appendItem()
|
D | JSElementCustom.cpp | 92 JSValue result = toJS(exec, globalObject(), WTF::getPtr(imp->setAttributeNode(newAttr, ec))); in setAttributeNode() 126 JSValue result = toJS(exec, globalObject(), WTF::getPtr(imp->setAttributeNodeNS(newAttr, ec))); in setAttributeNodeNS()
|
/external/opencore/protocols/http_parcom/src/ |
D | http_composer.cpp | 162 *((char*)messageBuffer.getPtr() + iEntityBodyLength) = HTTP_CHAR_NULL; in compose() 209 char *ptr = (char *)aComposedMessageBuffer.getPtr(); in composeFirstLine() 233 OSCL_ASSERT(iFirstLineLength == (uint32)(ptr - (char*)aComposedMessageBuffer.getPtr())); in composeFirstLine() 269 char *ptr = (char *)aComposedMessageBuffer.getPtr(); in composeHeaders() 312 …OSCL_ASSERT(iHeaderLength == (ptr - (char*)aComposedMessageBuffer.getPtr() + aComposedMessageBuffe… in composeHeaders()
|
D | http_parser.cpp | 446 char *ptr = (char *)aInputLineData.getPtr(); in parseBoudaryLine() 552 aHttpFrag.bind(iHTTPMemFrag.getPtr(), offset); in getNextCompleteLine() 671 HTTPMemoryFragment aFrag(iHTTPMemFrag.getPtr(), remaining_bytes); in isNextLineAvailable() 703 oscl_memcpy(iLineBuffer + iLineBufferOccupied, (char*)aFrag.getPtr(), aFrag.getCapacity()); in assemblyLineFragments() 715 … oscl_memcpy(aNewLineBuffer + iLineBufferOccupied, (char*)aFrag.getPtr(), aFrag.getCapacity()); in assemblyLineFragments() 728 char *ptr = (char *)aInputDataStream.getPtr(), *start_ptr = ptr; in checkNextLine() 905 char *ptr = (char *)aInputDataStream.getPtr(); in parseNextValueItem() 1055 char *ptr = (char *)aInputDataStream.getPtr(); in parseFirstLine() 1103 (char *)aInputDataStream.getPtr(), aInputDataStream.getAvailableSpace(), in parseFirstLine() 1369 char *ptr = (char *)aInputLineData.getPtr(); in getCTEChunkLength() [all …]
|
D | http_parcom_internal.h | 138 void *getPtr() in getPtr() function 261 void *getPtr() in getPtr() function
|
/external/webkit/JavaScriptCore/wtf/ |
D | GetPtr.h | 26 template <typename T> inline T* getPtr(T* p) in getPtr() function
|
D | ListRefPtr.h | 52 template <typename T> inline T* getPtr(const ListRefPtr<T>& p) in getPtr() function
|
D | OwnArrayPtr.h | 66 template <typename T> inline T* getPtr(const OwnArrayPtr<T>& p) in getPtr() function
|
D | GOwnPtr.h | 89 template <typename T> inline typename GOwnPtr<T>::PtrType getPtr(const GOwnPtr<T>& p) in getPtr() function
|
D | OwnPtr.h | 133 template <typename T> inline typename OwnPtr<T>::PtrType getPtr(const OwnPtr<T>& p) in getPtr() function
|
D | PassOwnPtr.h | 166 template <typename T> inline T* getPtr(const PassOwnPtr<T>& p) in getPtr() function
|
D | PassRefPtr.h | 183 template <typename T> inline T* getPtr(const PassRefPtr<T>& p) in getPtr() function
|
D | RefPtr.h | 195 template <typename T> inline T* getPtr(const RefPtr<T>& p) in getPtr() function
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 7701 - add WTF::getPtr, a function template that makes it possible to write 7706 * wtf/ListRefPtr.h: (WTF::getPtr): Added. 7707 * wtf/OwnArrayPtr.h: (WTF::getPtr): Added. 7708 * wtf/OwnPtr.h: (WTF::getPtr): Added. 7709 * wtf/PassRefPtr.h: (WTF::getPtr): Added. 7710 * wtf/RefPtr.h: (WTF::getPtr): Added.
|
D | ChangeLog-2009-06-16 | 1644 (WTF::getPtr): 29324 (WTF::getPtr):
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 20804 and just using WTF::getPtr as Sam Weinig suggested. Also kill some 20805 places using get() where getPtr() is cleaner - not for m_impl.get(). 23585 (WTF::getPtr): 34732 the class name. Use WTF::getPtr to extract the pointer, and removed the
|
D | ChangeLog-2009-06-16 | 80444 (GetObjCTypeGetter): Add a case for EventListener and use WTF::getPtr.
|