Searched defs:PassRefPtr (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Source/WebKit/win/
H A DWebURLAuthenticationChallengeSender.h42 static WebURLAuthenticationChallengeSender* createInstance(PassRefPtr<WebCore::AuthenticationClient>);
44 WebURLAuthenticationChallengeSender(PassRefPtr<WebCore::AuthenticationClient>); variable
/external/webkit/Source/WebKit/chromium/src/
H A DWebDeviceOrientation.cpp30 #include <wtf/PassRefPtr.h>
34 WebDeviceOrientation::WebDeviceOrientation(const PassRefPtr<WebCore::DeviceOrientation>& orientation)
56 WebDeviceOrientation& WebDeviceOrientation::operator=(const PassRefPtr<WebCore::DeviceOrientation>& orientation)
79 WebDeviceOrientation::operator PassRefPtr<WebCore::DeviceOrientation>() const
H A DWebDocumentType.cpp37 #include <wtf/PassRefPtr.h>
48 WebDocumentType::WebDocumentType(const PassRefPtr<DocumentType>& elem)
53 WebDocumentType& WebDocumentType::operator=(const PassRefPtr<DocumentType>& elem)
59 WebDocumentType::operator PassRefPtr<DocumentType>() const
H A DWebLabelElement.cpp37 #include <wtf/PassRefPtr.h>
48 WebLabelElement::WebLabelElement(const PassRefPtr<HTMLLabelElement>& elem)
53 WebLabelElement& WebLabelElement::operator=(const PassRefPtr<HTMLLabelElement>& elem)
59 WebLabelElement::operator PassRefPtr<HTMLLabelElement>() const
H A DWebMediaElement.cpp38 #include <wtf/PassRefPtr.h>
49 WebMediaElement::WebMediaElement(const PassRefPtr<HTMLMediaElement>& elem)
54 WebMediaElement& WebMediaElement::operator=(const PassRefPtr<HTMLMediaElement>& elem)
60 WebMediaElement::operator PassRefPtr<HTMLMediaElement>() const
H A DWebPluginDocument.cpp39 #include <wtf/PassRefPtr.h>
56 WebPluginDocument::WebPluginDocument(const PassRefPtr<PluginDocument>& elem)
61 WebPluginDocument& WebPluginDocument::operator=(const PassRefPtr<PluginDocument>& elem)
67 WebPluginDocument::operator PassRefPtr<PluginDocument>() const
H A DWebDOMStringList.cpp73 WebDOMStringList::WebDOMStringList(const WTF::PassRefPtr<WebCore::DOMStringList>& item)
78 WebDOMStringList& WebDOMStringList::operator=(const WTF::PassRefPtr<WebCore::DOMStringList>& item)
84 WebDOMStringList::operator WTF::PassRefPtr<WebCore::DOMStringList>() const
H A DWebData.cpp79 WebData::WebData(const PassRefPtr<SharedBuffer>& buffer)
84 WebData& WebData::operator=(const PassRefPtr<SharedBuffer>& buffer)
90 WebData::operator PassRefPtr<SharedBuffer>() const
92 return PassRefPtr<SharedBuffer>(const_cast<WebDataPrivate*>(m_private));
H A DWebFormControlElement.cpp35 #include <wtf/PassRefPtr.h>
79 WebFormControlElement::WebFormControlElement(const PassRefPtr<HTMLFormControlElement>& elem)
84 WebFormControlElement& WebFormControlElement::operator=(const PassRefPtr<HTMLFormControlElement>& elem)
90 WebFormControlElement::operator PassRefPtr<HTMLFormControlElement>() const
H A DWebGeolocationError.cpp51 WebGeolocationError::WebGeolocationError(PassRefPtr<GeolocationError> error)
56 WebGeolocationError& WebGeolocationError::operator=(PassRefPtr<GeolocationError> error)
62 WebGeolocationError::operator PassRefPtr<GeolocationError>() const
H A DWebIDBDatabaseError.cpp68 WebIDBDatabaseError::WebIDBDatabaseError(const PassRefPtr<IDBDatabaseError>& value)
73 WebIDBDatabaseError& WebIDBDatabaseError::operator=(const PassRefPtr<IDBDatabaseError>& value)
79 WebIDBDatabaseError::operator PassRefPtr<IDBDatabaseError>() const
H A DWebIDBKeyRange.cpp81 WebIDBKeyRange::WebIDBKeyRange(const PassRefPtr<IDBKeyRange>& value)
86 WebIDBKeyRange& WebIDBKeyRange::operator=(const PassRefPtr<IDBKeyRange>& value)
92 WebIDBKeyRange::operator PassRefPtr<IDBKeyRange>() const
H A DWebSelectElement.cpp38 #include <wtf/PassRefPtr.h>
64 WebSelectElement::WebSelectElement(const PassRefPtr<HTMLSelectElement>& elem)
69 WebSelectElement& WebSelectElement::operator=(const PassRefPtr<HTMLSelectElement>& elem)
75 WebSelectElement::operator PassRefPtr<HTMLSelectElement>() const
H A DWebSerializedScriptValue.cpp66 WebSerializedScriptValue::WebSerializedScriptValue(const PassRefPtr<SerializedScriptValue>& value)
71 WebSerializedScriptValue& WebSerializedScriptValue::operator=(const PassRefPtr<SerializedScriptValue>& value)
77 WebSerializedScriptValue::operator PassRefPtr<SerializedScriptValue>() const
H A DWebSpeechInputResult.cpp30 #include <wtf/PassRefPtr.h>
39 WebSpeechInputResult::WebSpeechInputResult(const PassRefPtr<WebCore::SpeechInputResult>& value)
49 WebSpeechInputResult::operator PassRefPtr<WebCore::SpeechInputResult>() const
H A DWebFormElement.cpp43 #include <wtf/PassRefPtr.h>
105 WebFormElement::WebFormElement(const PassRefPtr<HTMLFormElement>& e)
110 WebFormElement& WebFormElement::operator=(const PassRefPtr<HTMLFormElement>& e)
116 WebFormElement::operator PassRefPtr<HTMLFormElement>() const
H A DWebOptionElement.cpp38 #include <wtf/PassRefPtr.h>
84 WebOptionElement::WebOptionElement(const PassRefPtr<HTMLOptionElement>& elem)
89 WebOptionElement& WebOptionElement::operator=(const PassRefPtr<HTMLOptionElement>& elem)
95 WebOptionElement::operator PassRefPtr<HTMLOptionElement>() const
H A DWebDocument.cpp53 #include <wtf/PassRefPtr.h>
141 WebDocument::WebDocument(const PassRefPtr<Document>& elem)
146 WebDocument& WebDocument::operator=(const PassRefPtr<Document>& elem)
152 WebDocument::operator PassRefPtr<Document>() const
H A DWebElement.cpp37 #include <wtf/PassRefPtr.h>
103 WebElement::WebElement(const PassRefPtr<Element>& elem)
108 WebElement& WebElement::operator=(const PassRefPtr<Element>& elem)
114 WebElement::operator PassRefPtr<Element>() const
H A DWebGeolocationPosition.cpp50 WebGeolocationPosition& WebGeolocationPosition::operator=(PassRefPtr<GeolocationPosition> position)
56 WebGeolocationPosition::operator PassRefPtr<GeolocationPosition>() const
H A DWebNotification.cpp43 #include <wtf/PassRefPtr.h>
144 WebNotification::WebNotification(const WTF::PassRefPtr<Notification>& notification)
149 WebNotification& WebNotification::operator=(const WTF::PassRefPtr<Notification>& notification)
155 WebNotification::operator WTF::PassRefPtr<Notification>() const
157 return WTF::PassRefPtr<Notification>(const_cast<WebNotificationPrivate*>(m_private));
H A DWebRange.cpp37 #include <wtf/PassRefPtr.h>
71 return PassRefPtr<Node>(m_private->startContainer(exceptionCode));
76 return PassRefPtr<Node>(m_private->endContainer(exceptionCode));
89 WebRange::WebRange(const WTF::PassRefPtr<WebCore::Range>& range)
94 WebRange& WebRange::operator=(const WTF::PassRefPtr<WebCore::Range>& range)
100 WebRange::operator WTF::PassRefPtr<WebCore::Range>() const
102 return PassRefPtr<Range>(const_cast<WebRangePrivate*>(m_private));
H A DWebHTTPBody.cpp153 WebHTTPBody::WebHTTPBody(const PassRefPtr<FormData>& data)
158 WebHTTPBody& WebHTTPBody::operator=(const PassRefPtr<FormData>& data)
164 WebHTTPBody::operator PassRefPtr<FormData>() const
/external/clang/test/SemaTemplate/
H A Dinstantiate-default-assignment-operator.cpp2 template<typename> struct PassRefPtr { }; struct
5 RefPtr& operator=(const PassRefPtr<T>&);
/external/webkit/Source/JavaScriptCore/wtf/
H A DPassRefPtr.h30 template<typename T> class PassRefPtr;
31 template<typename T> PassRefPtr<T> adoptRef(T*);
45 // T::ref() and T::deref(), which will fail compiling when PassRefPtr<T> is used as
64 template<typename T> class PassRefPtr { class in namespace:WTF
66 PassRefPtr() : m_ptr(0) { } function in class:WTF::PassRefPtr
67 PassRefPtr(T* ptr) : m_ptr(ptr) { refIfNotNull(ptr); } function in class:WTF::PassRefPtr
69 // a const PassRefPtr. However, it makes it much easier to work with PassRefPtr
71 PassRefPtr(const PassRefPtr function in class:WTF::PassRefPtr
72 template<typename U> PassRefPtr(const PassRefPtr<U>& o) : m_ptr(o.leakRef()) { } function in class:WTF::PassRefPtr
107 PassRefPtr(T* ptr, bool) : m_ptr(ptr) { } function in class:WTF::PassRefPtr
171 template<typename T> template<typename U> inline PassRefPtr<T>::PassRefPtr(const RefPtr<U>& o) function in class:WTF::PassRefPtr
[all...]

Completed in 265 milliseconds

12