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

<<11

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCrypto.h42 namespace WTF { template <typename T> class PassRefPtr; } namespace
102 BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const WTF::PassRefPtr<CryptoResult>&);
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h18 namespace WTF { namespace
123 using namespace WTF;
238 namespace WTF { namespace
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h327 namespace WTF { namespace
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashMap.h27 namespace WTF { namespace
132 void removeAll(const Collection& toBeRemoved) { WTF::removeAll(*this, toBeRemoved); }
502 } // namespace WTF
504 using WTF::HashMap;
H A DMathExtras.h321 namespace WTF { namespace
341 } // namespace WTF
H A DDateMath.cpp98 using namespace WTF;
100 namespace WTF { namespace
298 return floor(WTF::currentTimeMS());
838 } // namespace WTF
H A DPartitionAlloc.h116 namespace WTF { namespace
656 } // namespace WTF
658 using WTF::SizeSpecificPartitionAllocator;
659 using WTF::PartitionAllocatorGeneric;
660 using WTF::PartitionRoot;
661 using WTF::partitionAllocInit;
662 using WTF::partitionAllocShutdown;
663 using WTF::partitionAlloc;
664 using WTF::partitionFree;
665 using WTF
[all...]
H A DLinkedHashSet.h30 namespace WTF { namespace
38 // Unlike ListHashSet, but like most WTF collections, iteration is NOT safe
246 void removeAll(const Collection& other) { WTF::removeAll(*this, other); }
739 using WTF::LinkedHashSet;
H A DListHashSet.h30 namespace WTF { namespace
38 // Unlike iteration of most WTF Hash data structures, iteration is
182 void removeAll(const Collection& other) { WTF::removeAll(*this, other); }
1013 } // namespace WTF
1015 using WTF::ListHashSet;
H A DPartitionAlloc.cpp42 COMPILE_ASSERT(WTF::kPartitionPageSize * 4 <= WTF::kSuperPageSize, ok_super_page_size);
43 COMPILE_ASSERT(!(WTF::kSuperPageSize % WTF::kPartitionPageSize), ok_super_page_multiple);
46 COMPILE_ASSERT(WTF::kSystemPageSize * 4 <= WTF::kPartitionPageSize, ok_partition_page_size);
47 COMPILE_ASSERT(!(WTF::kPartitionPageSize % WTF::kSystemPageSize), ok_partition_page_multiple);
48 COMPILE_ASSERT(sizeof(WTF::PartitionPage) <= WTF
56 namespace WTF { namespace
[all...]
H A DVector.h31 #include "wtf/WTF.h"
35 namespace WTF { namespace
569 COMPILE_ASSERT(!WTF::IsPolymorphic<T>::value || !VectorTraits<T>::canInitializeWithMemset, CantInitializeWithMemsetIfThereIsAVtable);
1200 } // namespace WTF
1202 using WTF::Vector;
H A DHashTable.h27 #include "wtf/WTF.h"
70 namespace WTF { namespace
1385 } // namespace WTF
H A Ddtoa.cpp49 namespace WTF { namespace
1309 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp33 namespace WTF { namespace
148 return WTF::equal(str, buf.s, buf.length);
176 return WTF::equal(string, buffer.characters, buffer.length);
314 return WTF::equal(string, buffer.baseString->characters8() + buffer.start, buffer.length);
315 return WTF::equal(string, buffer.baseString->characters16() + buffer.start, buffer.length);
354 return WTF::equal(str, buf.s, buf.length);
374 return WTF::equal(str, buf.s, buf.length);
516 } // namespace WTF
H A DStringImpl.h43 namespace WTF { namespace
111 friend struct WTF::CStringTranslator;
112 template<typename CharacterType> friend struct WTF::HashAndCharactersTranslator;
113 friend struct WTF::HashAndUTF8CharactersTranslator;
114 friend struct WTF::CharBufferFromLiteralDataTranslator;
115 friend struct WTF::LCharBufferTranslator;
116 friend struct WTF::SubstringTranslator;
117 friend struct WTF::UCharBufferTranslator;
120 // StringImpls are allocated out of the WTF buffer partition.
628 return WTF
[all...]
H A DTextCodecICU.cpp42 namespace WTF { namespace
546 } // namespace WTF
H A DWTFString.h38 namespace WTF { namespace
413 String(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }
601 return WTF::isAllSpecialCharacters<isSpecialCharacter, LChar>(characters8(), len);
602 return WTF::isAllSpecialCharacters<isSpecialCharacter, UChar>(characters16(), len);
661 } // namespace WTF
665 using WTF::CString;
666 using WTF::KeepTrailingZeros;
667 using WTF::StrictUTF8Conversion;
668 using WTF
[all...]
H A DWTFString.cpp41 namespace WTF { namespace
1235 } // namespace WTF
H A DStringImpl.cpp35 #include "wtf/WTF.h"
55 namespace WTF { namespace
1109 return WTF::find(characters8(), m_length, matchFunction, start);
1110 return WTF::find(characters16(), m_length, matchFunction, start);
1126 return WTF::find(characters16(), length(), *matchString, index);
1238 return WTF::find(characters8(), length(), matchString->characters8()[0]);
1239 return WTF::find(characters8(), length(), matchString->characters16()[0]);
1242 return WTF::find(characters16(), length(), matchString->characters8()[0]);
1243 return WTF::find(characters16(), length(), matchString->characters16()[0]);
1277 return WTF
[all...]
/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/wtf/unicode/icu/
H A DUnicodeIcu.h29 namespace WTF { namespace
228 } // namespace WTF
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp1148 WebAXObject::WebAXObject(const WTF::PassRefPtr<AXObject>& object)
1153 WebAXObject& WebAXObject::operator=(const WTF::PassRefPtr<AXObject>& object)
1159 WebAXObject::operator WTF::PassRefPtr<AXObject>() const
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h79 typedef typename WTF::RemoveConst<T>::Type NonConstType;
80 typedef WTF::IsSubclassOfTemplate<NonConstType, GarbageCollected> GarbageCollectedSubclass;
82 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapHashSet> HeapHashSetSubclass;
83 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapLinkedHashSet> HeapLinkedHashSetSubclass;
84 typedef WTF::IsSubclassOfTemplateTypenameSizeTypename<NonConstType, HeapListHashSet> HeapListHashSetSubclass;
85 typedef WTF::IsSubclassOfTemplate5<NonConstType, HeapHashMap> HeapHashMapSubclass;
86 typedef WTF::IsSubclassOfTemplateTypenameSize<NonConstType, HeapVector> HeapVectorSubclass;
87 typedef WTF::IsSubclassOfTemplateTypenameSize<NonConstType, HeapDeque> HeapDequeSubclass;
88 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapHashCountedSet> HeapHashCountedSetSubclass;
89 typedef WTF
1212 namespace WTF { namespace
[all...]
H A DHeapTest.cpp82 ThreadMarker(WTF::HashTableDeletedValueType deleted) : m_creatingThread(reinterpret_cast<ThreadState*>(-1)), m_num(0) { }
126 PairWithWeakHandling(WTF::HashTableDeletedValueType)
140 bool traceInCollection(Visitor* visitor, WTF::ShouldWeakPointersBeMarkedStrongly strongify)
152 namespace WTF { namespace
425 m_threads.last()->postTask(new Task(WTF::bind(threadFunc, tester)));
2807 T& iteratorExtractor(WTF::KeyValuePair<T, unsigned>& pair)
3957 sleepingThread->postTask(new Task(WTF::bind(sleeperMainFunc)));
4271 static const WTF::WeakHandlingFlag weakHandlingFlag = WTF::WeakHandlingInCollections;
4272 static bool traceInCollection(Visitor* visitor, WeakSet& set, WTF
5247 namespace WTF { namespace
[all...]

Completed in 7548 milliseconds

<<11