Searched defs:WTF (Results 76 - 100 of 274) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DWTF.cpp32 #include "WTF.h"
37 namespace WTF { namespace
48 // WTF, and Blink in general, cannot handle being re-initialized, even if shutdown first.
90 } // namespace WTF
H A DAlignment.h28 namespace WTF { namespace
H A DArrayBufferBuilder.h39 namespace WTF { namespace
113 } // namespace WTF
115 using WTF::ArrayBufferBuilder;
H A DArrayBufferBuilderTest.cpp39 namespace WTF { namespace
238 } // namespace WTF
H A DArrayBufferContents.h34 namespace WTF { namespace
81 } // namespace WTF
H A DBitVector.h33 namespace WTF { namespace
242 } // namespace WTF
244 using WTF::BitVector;
H A DDataLog.cpp42 namespace WTF { namespace
108 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuffer.h36 namespace WTF { namespace
76 } // namespace WTF
78 using WTF::StringBuffer;
H A DTextCodecUTF16.h31 namespace WTF { namespace
50 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUTF8.h32 namespace WTF { namespace
84 } // namespace WTF
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystemCallbacks.h41 namespace WTF { template <typename T> class PassOwnPtr; } namespace
67 BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::PassOwnPtr<AsyncFileSystemCallbacks>&);
H A DWebFilterKeyframe.h39 namespace WTF { template <typename T> class PassOwnPtr; } namespace
H A DWebMessagePortChannel.h63 namespace WTF { namespace
74 } // namespace WTF
H A DWebPermissionCallbacks.h10 namespace WTF { template <typename T> class PassOwnPtr; } namespace
32 BLINK_PLATFORM_EXPORT WebPermissionCallbacks(const WTF::PassOwnPtr<PermissionCallbacks>&);
H A DWebStorageQuotaCallbacks.h38 namespace WTF { template <typename T> class PassOwnPtr; } namespace
/external/chromium_org/third_party/WebKit/public/web/
H A DWebArrayBufferView.h40 namespace WTF { class ArrayBufferView; } namespace
61 WebArrayBufferView(const WTF::PassRefPtr<WTF::ArrayBufferView>&);
62 WebArrayBufferView& operator=(const WTF::PassRefPtr<WTF::ArrayBufferView>&);
63 operator WTF::PassRefPtr<WTF::ArrayBufferView>() const;
67 WebPrivatePtr<WTF::ArrayBufferView> m_private;
H A DWebDocument.h43 namespace WTF { template <typename T> class PassRefPtr; } namespace
H A DWebHelperPlugin.h61 namespace WTF { namespace
72 } // namespace WTF
H A DWebNodeList.h39 namespace WTF { template <typename T> class PassRefPtr; } namespace
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebString.cpp123 WebString::WebString(const WTF::String& s)
128 WebString& WebString::operator=(const WTF::String& s)
134 WebString::operator WTF::String() const
139 WebString::WebString(const WTF::AtomicString& s)
144 WebString& WebString::operator=(const WTF::AtomicString& s)
150 WebString::operator WTF::AtomicString() const
152 return WTF::AtomicString(m_private.get());
155 void WebString::assign(WTF::StringImpl* p)
/external/chromium_org/skia/config/
H A Dsk_ref_cnt_ext_debug.h29 // Bootstrap for Blink's WTF::RefPtr
31 namespace WTF { namespace
44 using WTF::adopted;
45 using WTF::requireAdoption;
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementDescriptorHash.h44 return WTF::pairIntHash(AtomicStringHash::hash(descriptor.type()), WTF::pairIntHash(AtomicStringHash::hash(descriptor.namespaceURI()), AtomicStringHash::hash(descriptor.localName())));
57 namespace WTF { namespace
64 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DFrameData.h61 namespace WTF { namespace
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURLHash.h51 namespace WTF { namespace
55 } // namespace WTF
H A DSecurityOriginHash.h90 namespace WTF { namespace
96 } // namespace WTF

Completed in 449 milliseconds

1234567891011