Searched refs:WTF (Results 1 - 25 of 628) 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 DNumberOfCores.h24 namespace WTF { namespace
H A DForward.h26 namespace WTF { namespace
53 using WTF::Function;
54 using WTF::OwnPtr;
55 using WTF::PassOwnPtr;
56 using WTF::PassRefPtr;
57 using WTF::RefPtr;
58 using WTF::Vector;
60 using WTF::ArrayBuffer;
61 using WTF::ArrayBufferView;
62 using WTF
[all...]
H A DNotFound.h29 namespace WTF { namespace
33 using WTF::kNotFound;
H A DDateMath.h51 namespace WTF { namespace
85 } // namespace WTF
87 using WTF::isLeapYear;
88 using WTF::dateToDaysFrom1970;
89 using WTF::dayInMonthFromDayInYear;
90 using WTF::dayInYear;
91 using WTF::minutesPerHour;
92 using WTF::monthFromDayInYear;
93 using WTF::msPerDay;
94 using WTF
[all...]
H A DCurrentTime.h37 namespace WTF { namespace
59 } // namespace WTF
61 using WTF::currentTime;
62 using WTF::currentTimeMS;
63 using WTF::monotonicallyIncreasingTime;
H A DHashTableDeletedValueType.h34 namespace WTF { namespace
38 } // namespace WTF
H A DFastMalloc.h27 namespace WTF { namespace
56 } // namespace WTF
58 using WTF::fastCalloc;
59 using WTF::fastFree;
60 using WTF::fastMalloc;
61 using WTF::fastRealloc;
62 using WTF::fastStrDup;
63 using WTF::fastZeroedMalloc;
66 using WTF::fastMallocForbid;
67 using WTF
[all...]
H A DThreading.h38 WTF::lockAtomicallyInitializedStaticMutex(); \
40 WTF::unlockAtomicallyInitializedStaticMutex();
42 namespace WTF { namespace
67 } // namespace WTF
69 using WTF::ThreadIdentifier;
70 using WTF::createThread;
71 using WTF::currentThread;
72 using WTF::detachThread;
73 using WTF::waitForThreadCompletion;
74 using WTF
[all...]
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 DMainThread.h37 namespace WTF { namespace
52 } // namespace WTF
54 using WTF::callOnMainThread;
55 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/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
99 typedef HashMap<WTF::String, WTF::String> LinkLocalPathMap;
113 WTF::String m_localDirectoryName;
123 const WTF::TextEncoding& textEncoding;
125 const WTF::String& directoryName;
141 SerializeDomParam(const WebCore::KURL&, const WTF::TextEncoding&, WebCore::Document*, const WTF::String& directoryName);
148 WTF::String preActionBeforeSerializeOpenTag(const WebCore::Element* element,
153 WTF
[all...]
/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;
61 using WTF::isJapaneseEncoding;
62 using WTF::shouldShowBackslashAsCurrencySymbolIn;
64 using WTF::dumpTextEncodingNameMap;
H A DAtomicStringHash.h35 namespace WTF { namespace
52 template<> struct HashTraits<WTF::AtomicString> : GenericHashTraits<WTF::AtomicString> {
54 typedef const WTF::AtomicString& PeekType;
56 static const WTF::AtomicString& emptyValue() { return nullAtom; }
57 static PeekType peek(const WTF::AtomicString& value) { return value; }
60 static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
61 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
66 using WTF
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DCharacterNames.h31 namespace WTF { namespace
93 } // namespace WTF
95 using WTF::Unicode::aegeanWordSeparatorLine;
96 using WTF::Unicode::aegeanWordSeparatorDot;
97 using WTF::Unicode::blackCircle;
98 using WTF::Unicode::blackSquare;
99 using WTF::Unicode::blackUpPointingTriangle;
100 using WTF::Unicode::bullet;
101 using WTF::Unicode::bullseye;
102 using WTF
[all...]
/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/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);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DBindingVisitors.h32 namespace WTF { namespace
50 virtual void visitJSExternalString(WTF::StringImpl*) = 0;
58 virtual void visitJSExternalArray(WTF::ArrayBufferView*) = 0;
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationClock.h41 static PassOwnPtr<AnimationClock> create(WTF::TimeFunction monotonicallyIncreasingTime = WTF::monotonicallyIncreasingTime) argument
65 AnimationClock(WTF::TimeFunction monotonicallyIncreasingTime)
71 WTF::TimeFunction m_monotonicallyIncreasingTime;

Completed in 1578 milliseconds

1234567891011>>