Searched defs:WTF (Results 1 - 25 of 274) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAddressSpaceRandomization.h10 namespace WTF { namespace
H A DFastMalloc.h26 namespace WTF { namespace
39 } // namespace WTF
41 using WTF::fastFree;
42 using WTF::fastMalloc;
43 using WTF::fastRealloc;
44 using WTF::fastStrDup;
45 using WTF::fastZeroedMalloc;
H A DForward.h26 namespace WTF { namespace
56 using WTF::Function;
57 using WTF::OwnPtr;
58 using WTF::PassOwnPtr;
59 using WTF::PassRefPtr;
60 using WTF::RefPtr;
61 using WTF::Vector;
63 using WTF::ArrayBuffer;
64 using WTF::ArrayBufferView;
65 using WTF
[all...]
H A DArrayBufferDeallocationObserver.h30 namespace WTF { namespace
48 } // namespace WTF
H A DCryptographicallyRandomNumber.h33 namespace WTF { namespace
46 using WTF::cryptographicallyRandomNumber;
47 using WTF::cryptographicallyRandomValues;
H A DCurrentTime.h37 namespace WTF { namespace
59 } // namespace WTF
61 using WTF::currentTime;
62 using WTF::currentTimeMS;
63 using WTF::monotonicallyIncreasingTime;
H A DEnumClass.h31 namespace WTF { namespace
128 } // namespace WTF
131 using WTF::EnumClass;
H A DGetPtr.h24 namespace WTF { namespace
36 } // namespace WTF
H A DHashTableDeletedValueType.h34 namespace WTF { namespace
38 } // namespace WTF
H A DMainThread.h37 namespace WTF { namespace
51 } // namespace WTF
53 using WTF::callOnMainThread;
54 using WTF::isMainThread;
H A DNotFound.h29 namespace WTF { namespace
33 using WTF::kNotFound;
H A DProcessID.h37 namespace WTF { namespace
48 } // namespace WTF
50 using WTF::getCurrentProcessID;
H A DThreading.h38 WTF::lockAtomicallyInitializedStaticMutex(); \
40 WTF::unlockAtomicallyInitializedStaticMutex();
42 namespace WTF { namespace
55 } // namespace WTF
57 using WTF::ThreadIdentifier;
58 using WTF::currentThread;
H A DDefaultAllocator.cpp36 namespace WTF { namespace
48 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/testing/
H A DWTFTestHelpers.h38 namespace WTF { namespace
43 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextEncodingRegistry.h34 namespace WTF { namespace
56 } // namespace WTF
58 using WTF::newTextCodec;
59 using WTF::atomicCanonicalTextEncodingName;
60 using WTF::noExtendedTextEncodingNameUsed;
62 using WTF::dumpTextEncodingNameMap;
H A DAtomicStringCF.cpp34 namespace WTF { namespace
54 } // namespace WTF
H A DStringStatics.h36 namespace WTF { namespace
H A DTextCodecLatin1.h31 namespace WTF { namespace
47 } // namespace WTF
H A DTextCodecUserDefined.h31 namespace WTF { namespace
47 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSubresourceIntegrity.h10 namespace WTF { namespace
21 static bool CheckSubresourceIntegrity(const Element&, const WTF::String&, const KURL& resourceUrl);
28 static bool parseIntegrityAttribute(const WTF::String& attribute, WTF::String& integrity, HashAlgorithm&);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DFormDataBuilder.h27 namespace WTF{ namespace
36 static WTF::TextEncoding encodingFromAcceptCharset(const String& acceptCharset, const String& inputEncoding, const String& defaultCharset);
42 static void addFilenameToMultiPartHeader(Vector<char>&, const WTF::TextEncoding&, const String& filename);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextEncodingDetector.h36 namespace WTF { namespace
47 const char* hintEncodingName, WTF::TextEncoding* detectedEncoding);
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dfixed-dtoa.h33 namespace WTF { namespace
58 } // namespace WTF
H A Dstrtod.h33 namespace WTF { namespace
43 } // namespace WTF

Completed in 200 milliseconds

1234567891011