Searched refs:WTF (Results 1 - 25 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTriState.h29 namespace WTF { namespace
39 using WTF::TriState;
40 using WTF::FalseTriState;
41 using WTF::TrueTriState;
42 using WTF::MixedTriState;
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 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 DNotFound.h29 namespace WTF { namespace
33 using WTF::kNotFound;
H A DAddressSpaceRandomization.h10 namespace WTF { namespace
H A DCurrentTime.h37 namespace WTF { namespace
59 } // namespace WTF
61 using WTF::currentTime;
62 using WTF::currentTimeMS;
63 using WTF::monotonicallyIncreasingTime;
H A DDateMath.h51 namespace WTF { namespace
84 } // namespace WTF
86 using WTF::isLeapYear;
87 using WTF::dateToDaysFrom1970;
88 using WTF::dayInMonthFromDayInYear;
89 using WTF::dayInYear;
90 using WTF::minutesPerHour;
91 using WTF::monthFromDayInYear;
92 using WTF::msPerDay;
93 using WTF
[all...]
H A DHashTableDeletedValueType.h34 namespace WTF { namespace
38 } // namespace WTF
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 DProcessID.h37 namespace WTF { namespace
48 } // namespace WTF
50 using WTF::getCurrentProcessID;
H A DComplex.h35 namespace WTF { namespace
44 } // namespace WTF
46 using WTF::Complex;
47 using WTF::complexFromMagnitudePhase;
H A DCryptographicallyRandomNumber.h33 namespace WTF { namespace
46 using WTF::cryptographicallyRandomNumber;
47 using WTF::cryptographicallyRandomValues;
H A DLeakAnnotations.h52 namespace WTF { namespace
76 WTF::LeakSanitizerDisabler leakSanitizerDisabler; static_cast<void>(0)
79 WTF::__lsan_ignore_object(X)
89 } // namespace WTF
H A DMainThread.h37 namespace WTF { namespace
51 } // namespace WTF
53 using WTF::callOnMainThread;
54 using WTF::isMainThread;
H A DSpinLock.h41 namespace WTF { namespace
55 } // namespace WTF
57 using WTF::spinLockLock;
58 using WTF::spinLockUnlock;
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DCharacterNames.h31 namespace WTF { namespace
105 } // namespace WTF
107 using WTF::Unicode::aegeanWordSeparatorLine;
108 using WTF::Unicode::aegeanWordSeparatorDot;
109 using WTF::Unicode::activateArabicFormShaping;
110 using WTF::Unicode::activateSymmetricSwapping;
111 using WTF::Unicode::arabicLetterMark;
112 using WTF::Unicode::blackCircle;
113 using WTF::Unicode::blackSquare;
114 using WTF
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebEntities.h63 WTF::String entityNameByCode(int code) const;
66 WTF::String convertEntitiesInString(const WTF::String&) const;
68 typedef HashMap<int, WTF::String> EntitiesMapType;
H A DWebPageSerializerImpl.h47 namespace WTF { namespace
97 typedef HashMap<WTF::String, WTF::String> LinkLocalPathMap;
111 WTF::String m_localDirectoryName;
121 const WTF::TextEncoding& textEncoding;
123 const WTF::String& directoryName;
139 SerializeDomParam(const KURL&, const WTF::TextEncoding&, Document*, const WTF::String& directoryName);
146 WTF::String preActionBeforeSerializeOpenTag(const Element*,
151 WTF
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicStringHash.h35 namespace WTF { namespace
52 template<> struct HashTraits<WTF::AtomicString> : GenericHashTraits<WTF::AtomicString> {
54 typedef const WTF::AtomicString& PeekOutType;
56 static const WTF::AtomicString& emptyValue() { return nullAtom; }
57 static PeekOutType peek(const WTF::AtomicString& value) { return value; }
60 static void constructDeletedValue(WTF::AtomicString& slot, bool) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
61 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
66 using WTF
[all...]
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;
/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/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;
/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/wtf/dtoa/
H A Dstrtod.h33 namespace WTF { namespace
43 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/testing/
H A DRunAllTests.cpp35 #include "wtf/WTF.h"
51 WTF::setRandomSource(AlwaysZeroNumberSource);
52 WTF::initialize(CurrentTime, 0);
53 WTF::initializeMainThread(0);

Completed in 7141 milliseconds

1234567891011>>