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

1234567891011>>

/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DConversionMode.h29 namespace WTF { namespace
37 } // namespace WTF
39 using WTF::ConversionMode;
40 using WTF::LenientConversion;
41 using WTF::StrictConversion;
42 using WTF::StrictConversionReplacingUnpairedSurrogatesWithFFFD;
H A DAtomicStringHash.h35 namespace WTF { namespace
52 template<> struct HashTraits<WTF::AtomicString> : GenericHashTraits<WTF::AtomicString> {
54 static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
55 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
60 using WTF::AtomicStringHash;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFunctionDispatcher.cpp29 namespace WTF { namespace
39 } // namespace WTF
H A DRAMSize.h29 namespace WTF { namespace
35 using WTF::ramSize;
H A DRandomNumber.h29 namespace WTF { namespace
37 using WTF::randomNumber;
H A DTriState.h29 namespace WTF { namespace
44 using WTF::TriState;
45 using WTF::FalseTriState;
46 using WTF::TrueTriState;
47 using WTF::MixedTriState;
48 using WTF::triState;
H A DCurrentTime.h37 namespace WTF { namespace
66 } // namespace WTF
68 using WTF::currentTime;
69 using WTF::currentTimeMS;
70 using WTF::monotonicallyIncreasingTime;
71 using WTF::currentCPUTime;
H A DCryptographicallyRandomNumber.h31 namespace WTF { namespace
38 using WTF::cryptographicallyRandomNumber;
39 using WTF::cryptographicallyRandomValues;
H A DSixCharacterHash.h31 namespace WTF { namespace
42 } // namespace WTF
44 using WTF::sixCharacterHashStringToInteger;
45 using WTF::integerToSixCharacterHashString;
H A DForward.h26 namespace WTF { namespace
56 using WTF::AtomicString;
57 using WTF::AtomicStringImpl;
58 using WTF::BinarySemaphore;
59 using WTF::CString;
60 using WTF::Decoder;
61 using WTF::Encoder;
62 using WTF::Function;
63 using WTF::FunctionDispatcher;
64 using WTF
[all...]
H A DCryptographicUtilities.h29 namespace WTF { namespace
36 using WTF::constantTimeMemcmp;
H A DNumberOfCores.h24 namespace WTF { namespace
H A DOSRandomSource.h29 namespace WTF { namespace
H A DHashMethod.h31 namespace WTF { namespace
41 } // namespace WTF
43 using WTF::HashMethod;
H A DProcessID.h37 namespace WTF { namespace
48 } // namespace WTF
50 using WTF::getCurrentProcessID;
H A DDateMath.h54 namespace WTF { namespace
97 return floor(WTF::currentTimeMS());
131 } // namespace WTF
133 using WTF::isLeapYear;
134 using WTF::dateToDaysFrom1970;
135 using WTF::dayInMonthFromDayInYear;
136 using WTF::dayInYear;
137 using WTF::minutesPerHour;
138 using WTF::monthFromDayInYear;
139 using WTF
[all...]
H A Dmbmalloc.cpp40 return WTF::fastMalloc(size);
45 return WTF::fastFree(p);
50 return WTF::fastRealloc(p, size);
55 WTF::releaseFastMallocFreeMemory();
H A DCompilationThread.h29 namespace WTF { namespace
53 } // namespace WTF
55 using WTF::CompilationScope;
56 using WTF::exchangeIsCompilationThread;
H A DMainThread.h36 namespace WTF { namespace
93 } // namespace WTF
95 using WTF::callOnMainThread;
96 using WTF::cancelCallOnMainThread;
97 using WTF::setMainThreadCallbacksPaused;
98 using WTF::isMainThread;
99 using WTF::isMainThreadOrGCThread;
100 using WTF::canAccessThreadLocalDataForThread;
101 using WTF::isUIThread;
102 using WTF
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflKeyboardUtilities.h31 namespace WTF { namespace
39 WTF::String keyIdentifierForEvasKeyName(const WTF::String&);
40 WTF::String singleCharacterString(const WTF::String&);
41 int windowsKeyCodeForEvasKeyName(const WTF::String&);
/macosx-10.10/WebCore-7600.1.25/loader/mac/
H A DLoaderNSURLExtras.h31 namespace WTF { namespace
36 NSString *suggestedFilenameWithMIMEType(NSURL *, const WTF::String& MIMEType);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DDeferGC.cpp34 WTF::ThreadSpecificKey DisallowGC::s_isGCDisallowedOnCurrentThread = 0;
/macosx-10.10/WTF-7600.1.24/wtf/unicode/
H A DCharacterNames.h31 namespace WTF { namespace
96 } // namespace WTF
98 using WTF::Unicode::AppleLogo;
99 using WTF::Unicode::aegeanWordSeparatorLine;
100 using WTF::Unicode::aegeanWordSeparatorDot;
101 using WTF::Unicode::blackCircle;
102 using WTF::Unicode::blackSquare;
103 using WTF::Unicode::blackUpPointingTriangle;
104 using WTF::Unicode::bullet;
105 using WTF
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/text/mac/
H A DStringImplMac.mm27 namespace WTF {
/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Dstrtod.h33 namespace WTF { namespace
43 } // namespace WTF

Completed in 132 milliseconds

1234567891011>>