HomeSort by relevance Sort by last modified time
    Searched defs:WTF (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/wtf/
AddressSpaceRandomization.h 8 #include "wtf/WTFExport.h"
10 namespace WTF {
FastMalloc.h 24 #include "wtf/WTFExport.h"
26 namespace WTF {
39 } // namespace WTF
41 using WTF::fastFree;
42 using WTF::fastMalloc;
43 using WTF::fastRealloc;
44 using WTF::fastStrDup;
45 using WTF::fastZeroedMalloc;
Forward.h 26 namespace WTF {
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::ArrayPiece
    [all...]
ArrayBufferDeallocationObserver.h 30 namespace WTF {
48 } // namespace WTF
BitArray.h 30 #include "wtf/Assertions.h"
32 namespace WTF {
64 } // namespace WTF
66 using WTF::BitArray;
Complex.h 33 #include "wtf/MathExtras.h"
35 namespace WTF {
44 } // namespace WTF
46 using WTF::Complex;
47 using WTF::complexFromMagnitudePhase;
CryptographicallyRandomNumber.h 31 #include "wtf/WTFExport.h"
33 namespace WTF {
46 using WTF::cryptographicallyRandomNumber;
47 using WTF::cryptographicallyRandomValues;
CurrentTime.h 35 #include "wtf/WTFExport.h"
37 namespace WTF {
59 } // namespace WTF
61 using WTF::currentTime;
62 using WTF::currentTimeMS;
63 using WTF::monotonicallyIncreasingTime;
DataLog.h 29 #include "wtf/Assertions.h"
30 #include "wtf/FilePrintStream.h"
35 namespace WTF {
121 } // namespace WTF
123 using WTF::dataLog;
124 using WTF::dataLogF;
125 using WTF::dataLogFString;
DefaultAllocator.cpp 32 #include "wtf/DefaultAllocator.h"
34 #include "wtf/PartitionAlloc.h"
36 namespace WTF {
48 } // namespace WTF
EnumClass.h 29 #include "wtf/Compiler.h"
31 namespace WTF {
128 } // namespace WTF
131 using WTF::EnumClass;
GetPtr.h 24 namespace WTF {
36 } // namespace WTF
HashTableDeletedValueType.h 34 namespace WTF {
38 } // namespace WTF
IntegralTypedArrayBase.h 30 #include "wtf/TypedArrayBase.h"
32 #include "wtf/MathExtras.h"
37 namespace WTF {
60 } // namespace WTF
62 using WTF::IntegralTypedArrayBase;
MainThread.h 35 #include "wtf/WTFExport.h"
37 namespace WTF {
51 } // namespace WTF
53 using WTF::callOnMainThread;
54 using WTF::isMainThread;
NotFound.h 29 namespace WTF {
33 using WTF::kNotFound;
ProcessID.h 37 namespace WTF {
48 } // namespace WTF
50 using WTF::getCurrentProcessID;
SpinLock.h 39 #include "wtf/Atomics.h"
41 namespace WTF {
55 } // namespace WTF
57 using WTF::spinLockLock;
58 using WTF::spinLockUnlock;
Threading.h 33 #include "wtf/WTFExport.h"
38 WTF::lockAtomicallyInitializedStaticMutex(); \
40 WTF::unlockAtomicallyInitializedStaticMutex();
42 namespace WTF {
55 } // namespace WTF
57 using WTF::ThreadIdentifier;
58 using WTF::currentThread;
  /external/chromium_org/third_party/WebKit/Source/wtf/testing/
WTFTestHelpers.h 34 #include "wtf/testing/WTFUnitTestHelpersExport.h"
35 #include "wtf/text/WTFString.h"
38 namespace WTF {
43 } // namespace WTF
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringCF.cpp 27 #include "wtf/text/AtomicString.h"
31 #include "wtf/text/CString.h"
34 namespace WTF {
54 } // namespace WTF
TextEncodingRegistry.h 29 #include "wtf/PassOwnPtr.h"
30 #include "wtf/WTFExport.h"
31 #include "wtf/text/WTFString.h"
32 #include "wtf/unicode/Unicode.h"
34 namespace WTF {
56 } // namespace WTF
58 using WTF::newTextCodec;
59 using WTF::atomicCanonicalTextEncodingName;
60 using WTF::noExtendedTextEncodingNameUsed;
62 using WTF::dumpTextEncodingNameMap
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SubresourceIntegrity.h 10 namespace WTF {
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/
FormDataBuilder.h 25 #include "wtf/Forward.h"
27 namespace WTF{
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/
TextEncodingDetector.h 36 namespace WTF {
47 const char* hintEncodingName, WTF::TextEncoding* detectedEncoding);

Completed in 348 milliseconds

1 2 3 4 5 6 7 8 91011