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

<<11

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncodingRegistry.cpp 28 #include "wtf/text/TextEncodingRegistry.h"
30 #include "wtf/ASCIICType.h"
31 #include "wtf/CurrentTime.h"
32 #include "wtf/HashMap.h"
33 #include "wtf/HashSet.h"
34 #include "wtf/MainThread.h"
35 #include "wtf/StdLibExtras.h"
36 #include "wtf/StringExtras.h"
37 #include "wtf/ThreadingPrimitives.h"
38 #include "wtf/text/CString.h
    [all...]
StringImpl.h 27 #include "wtf/ASCIICType.h"
28 #include "wtf/Forward.h"
29 #include "wtf/HashMap.h"
30 #include "wtf/StringHasher.h"
31 #include "wtf/Vector.h"
32 #include "wtf/WTFExport.h"
33 #include "wtf/unicode/Unicode.h"
43 namespace WTF {
111 friend struct WTF::CStringTranslator;
112 template<typename CharacterType> friend struct WTF::HashAndCharactersTranslator
    [all...]
WTFString.h 28 #include "wtf/HashTableDeletedValueType.h"
29 #include "wtf/WTFExport.h"
30 #include "wtf/text/ASCIIFastPath.h"
31 #include "wtf/text/StringImpl.h"
32 #include "wtf/text/StringView.h"
38 namespace WTF {
413 String(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }
601 return WTF::isAllSpecialCharacters<isSpecialCharacter, LChar>(characters8(), len);
602 return WTF::isAllSpecialCharacters<isSpecialCharacter, UChar>(characters16(), len)
    [all...]
WTFString.cpp 27 #include "wtf/ASCIICType.h"
28 #include "wtf/DataLog.h"
29 #include "wtf/HexNumber.h"
30 #include "wtf/MathExtras.h"
31 #include "wtf/text/CString.h"
32 #include "wtf/StringExtras.h"
33 #include "wtf/Vector.h"
34 #include "wtf/dtoa.h"
35 #include "wtf/unicode/CharacterNames.h"
36 #include "wtf/unicode/UTF8.h
    [all...]
StringImpl.cpp 26 #include "wtf/text/StringImpl.h"
28 #include "wtf/DynamicAnnotations.h"
29 #include "wtf/LeakAnnotations.h"
30 #include "wtf/MainThread.h"
31 #include "wtf/OwnPtr.h"
32 #include "wtf/PartitionAlloc.h"
33 #include "wtf/PassOwnPtr.h"
34 #include "wtf/StdLibExtras.h"
35 #include "wtf/WTF.h
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 18 namespace WTF {
123 using namespace WTF;
238 namespace WTF {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 29 #include "wtf/Vector.h"
327 namespace WTF {
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashMap.h 24 #include "wtf/DefaultAllocator.h"
25 #include "wtf/HashTable.h"
27 namespace WTF {
132 void removeAll(const Collection& toBeRemoved) { WTF::removeAll(*this, toBeRemoved); }
502 } // namespace WTF
504 using WTF::HashMap;
MathExtras.h 29 #include "wtf/CPU.h"
34 #include "wtf/Assertions.h"
321 namespace WTF {
341 } // namespace WTF
DateMath.cpp 88 #include "wtf/text/StringBuilder.h"
98 using namespace WTF;
100 namespace WTF {
298 return floor(WTF::currentTimeMS());
838 } // namespace WTF
PartitionAlloc.h 99 #include "wtf/Assertions.h"
100 #include "wtf/BitwiseOperations.h"
101 #include "wtf/ByteSwap.h"
102 #include "wtf/CPU.h"
103 #include "wtf/PageAllocator.h"
104 #include "wtf/SpinLock.h"
116 namespace WTF {
656 } // namespace WTF
658 using WTF::SizeSpecificPartitionAllocator;
659 using WTF::PartitionAllocatorGeneric
    [all...]
Vector.h 24 #include "wtf/Alignment.h"
25 #include "wtf/DefaultAllocator.h"
26 #include "wtf/FastAllocBase.h"
27 #include "wtf/Noncopyable.h"
28 #include "wtf/NotFound.h"
29 #include "wtf/StdLibExtras.h"
30 #include "wtf/VectorTraits.h"
31 #include "wtf/WTF.h"
35 namespace WTF {
    [all...]
HashTable.h 23 #include "wtf/Alignment.h"
24 #include "wtf/Assertions.h"
25 #include "wtf/DefaultAllocator.h"
26 #include "wtf/HashTraits.h"
27 #include "wtf/WTF.h"
33 #include "wtf/DataLog.h"
70 namespace WTF {
    [all...]
LinkedHashSet.h 25 #include "wtf/DefaultAllocator.h"
26 #include "wtf/HashSet.h"
27 #include "wtf/OwnPtr.h"
28 #include "wtf/PassOwnPtr.h"
30 namespace WTF {
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;
ListHashSet.h 25 #include "wtf/DefaultAllocator.h"
26 #include "wtf/HashSet.h"
27 #include "wtf/OwnPtr.h"
28 #include "wtf/PassOwnPtr.h"
30 namespace WTF {
38 // Unlike iteration of most WTF Hash data structures, iteration is
182 void removeAll(const Collection& other) { WTF::removeAll(*this, other); }
    [all...]
PartitionAlloc.cpp 32 #include "wtf/PartitionAlloc.h"
42 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::kPageMetadataSize, PartitionPage_not_too_big)
    [all...]
dtoa.cpp 38 #include "wtf/CPU.h"
39 #include "wtf/MathExtras.h"
40 #include "wtf/ThreadingPrimitives.h"
41 #include "wtf/Vector.h"
49 namespace WTF {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
CharacterNames.h 29 #include "wtf/unicode/Unicode.h"
31 namespace WTF {
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
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 29 namespace WTF {
228 } // namespace WTF
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 55 #include "wtf/text/StringBuilder.h"
1148 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/
Handle.h 37 #include "wtf/Functional.h"
38 #include "wtf/HashFunctions.h"
39 #include "wtf/Locker.h"
40 #include "wtf/RawPtr.h"
41 #include "wtf/RefCounted.h"
42 #include "wtf/TypeTraits.h"
79 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
    [all...]
HeapTest.cpp 41 #include "wtf/HashTraits.h"
42 #include "wtf/LinkedHashSet.h"
82 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 {
425 m_threads.last()->postTask(new Task(WTF::bind(threadFunc, tester)));
    [all...]

Completed in 326 milliseconds

<<11