Searched defs:WTF (Results 1 - 25 of 281) sorted by last modified time

1234567891011>>

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DInspectorClientAndroid.h49 virtual bool sendMessageToFrontend(const WTF::String&) { return false; } argument
H A DPlatformBridge.cpp59 WTF::Vector<String> PlatformBridge::getSupportedKeyStrengthList()
63 return WTF::Vector<String>();
174 void PlatformBridge::updateTextfield(FrameView* frameView, Node* nodePtr, const WTF::String& text)
244 namespace WTF { namespace
257 } // namespace WTF
/external/webkit/Source/WebKit/chromium/public/
H A DWebAccessibilityObject.h39 namespace WTF { template <typename T> class PassRefPtr; } namespace
124 WebAccessibilityObject(const WTF::PassRefPtr<WebCore::AccessibilityObject>&);
125 WebAccessibilityObject& operator=(const WTF::PassRefPtr<WebCore::AccessibilityObject>&);
126 operator WTF::PassRefPtr<WebCore::AccessibilityObject>() const;
H A DWebAttribute.h39 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WebAttribute(const WTF::PassRefPtr<WebCore::Attribute>&);
H A DWebAudioBus.h33 namespace WTF { template <typename T> class PassOwnPtr; } namespace
62 WTF::PassOwnPtr<WebCore::AudioBus> release();
H A DWebBlobData.h40 namespace WTF { template <typename T> class PassOwnPtr; } namespace
80 WebBlobData(const WTF::PassOwnPtr<WebCore::BlobData>&);
81 WebBlobData& operator=(const WTF::PassOwnPtr<WebCore::BlobData>&);
82 operator WTF::PassOwnPtr<WebCore::BlobData>();
87 void assign(const WTF::PassOwnPtr<WebCore::BlobData>&);
H A DWebCString.h42 namespace WTF { namespace
96 WebCString(const WTF::CString&);
97 WebCString& operator=(const WTF::CString&);
98 operator WTF::CString() const;
H A DWebDOMEvent.h40 namespace WTF { template <typename T> class PassRefPtr; } namespace
97 WebDOMEvent(const WTF::PassRefPtr<WebCore::Event>&);
H A DWebDOMStringList.h40 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WebDOMStringList(const WTF::PassRefPtr<WebCore::DOMStringList>&);
66 WebDOMStringList& operator=(const WTF::PassRefPtr<WebCore::DOMStringList>&);
67 operator WTF::PassRefPtr<WebCore::DOMStringList>() const;
H A DWebData.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
85 WebData(const WTF::PassRefPtr<WebCore::SharedBuffer>&);
86 WebData& operator=(const WTF::PassRefPtr<WebCore::SharedBuffer>&);
87 operator WTF::PassRefPtr<WebCore::SharedBuffer>() const;
H A DWebDeviceOrientation.h30 namespace WTF { template <typename T> class PassRefPtr; } namespace
60 WebDeviceOrientation(const WTF::PassRefPtr<WebCore::DeviceOrientation>&);
61 WebDeviceOrientation& operator=(const WTF::PassRefPtr<WebCore::DeviceOrientation>&);
62 operator WTF::PassRefPtr<WebCore::DeviceOrientation>() const;
H A DWebDocument.h41 namespace WTF { template <typename T> class PassRefPtr; } namespace
86 WebDocument(const WTF::PassRefPtr<WebCore::Document>&);
87 WebDocument& operator=(const WTF::PassRefPtr<WebCore::Document>&);
88 operator WTF::PassRefPtr<WebCore::Document>() const;
H A DWebDocumentType.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
60 WebDocumentType(const WTF::PassRefPtr<WebCore::DocumentType>&);
61 WebDocumentType& operator=(const WTF::PassRefPtr<WebCore::DocumentType>&);
62 operator WTF::PassRefPtr<WebCore::DocumentType>() const;
H A DWebDragData.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
102 WebDragData(const WTF::PassRefPtr<WebCore::ChromiumDataObject>&);
103 WebDragData& operator=(const WTF::PassRefPtr<WebCore::ChromiumDataObject>&);
104 operator WTF::PassRefPtr<WebCore::ChromiumDataObject>() const;
H A DWebHTTPBody.h41 namespace WTF { template <typename T> class PassRefPtr; } namespace
96 WebHTTPBody(const WTF::PassRefPtr<WebCore::FormData>&);
97 WebHTTPBody& operator=(const WTF::PassRefPtr<WebCore::FormData>&);
98 operator WTF::PassRefPtr<WebCore::FormData>() const;
H A DWebIDBKeyPath.h35 namespace WTF { template<typename T, size_t inlineCapacity> class Vector; } namespace
52 operator const WTF::Vector<WebCore::IDBKeyPathElement, 0>& () const;
59 WebIDBKeyPath(const WTF::Vector<WebCore::IDBKeyPathElement, 0>&, int parseError);
62 WebPrivateOwnPtr<WTF::Vector<WebCore::IDBKeyPathElement, 0> > m_private;
H A DWebImage.h44 namespace WTF { template <typename T> class PassRefPtr; } namespace
82 WebImage(const WTF::PassRefPtr<WebCore::Image>&);
83 WebImage& operator=(const WTF::PassRefPtr<WebCore::Image>&);
H A DWebLabelElement.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
60 WebLabelElement(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
61 WebLabelElement& operator=(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
62 operator WTF::PassRefPtr<WebCore::HTMLLabelElement>() const;
H A DWebNamedNodeMap.h39 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WebNamedNodeMap(const WTF::PassRefPtr<WebCore::NamedNodeMap>&);
H A DWebNodeCollection.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
65 WebNodeCollection(const WTF::PassRefPtr<WebCore::HTMLCollection>&);
H A DWebNodeList.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
64 WebNodeList(const WTF::PassRefPtr<WebCore::NodeList>&);
H A DWebNotification.h39 namespace WTF { template <typename T> class PassRefPtr; } namespace
100 WebNotification(const WTF::PassRefPtr<WebCore::Notification>&);
101 WebNotification& operator=(const WTF::PassRefPtr<WebCore::Notification>&);
102 operator WTF::PassRefPtr<WebCore::Notification>() const;
H A DWebRange.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
74 WebRange(const WTF::PassRefPtr<WebCore::Range>&);
75 WebRange& operator=(const WTF::PassRefPtr<WebCore::Range>&);
76 operator WTF::PassRefPtr<WebCore::Range>() const;
H A DWebSecurityOrigin.h38 namespace WTF { template <typename T> class PassRefPtr; } namespace
100 WebSecurityOrigin(const WTF::PassRefPtr<WebCore::SecurityOrigin>&);
101 WebSecurityOrigin& operator=(const WTF::PassRefPtr<WebCore::SecurityOrigin>&);
102 operator WTF::PassRefPtr<WebCore::SecurityOrigin>() const;
/external/webkit/Source/WebKit/chromium/src/
H A DChromiumCurrentTime.cpp37 namespace WTF { namespace
44 } // namespace WTF

Completed in 110 milliseconds

1234567891011>>