Searched defs:AtomicStringTable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp39 class AtomicStringTable { class in namespace:WTF
40 WTF_MAKE_NONCOPYABLE(AtomicStringTable);
42 static AtomicStringTable* create(WTFThreadData& data)
44 data.m_atomicStringTable = new AtomicStringTable;
45 data.m_atomicStringTableDestructor = AtomicStringTable::destroy;
70 AtomicStringTable() { } function in class:WTF::AtomicStringTable
82 static void destroy(AtomicStringTable* table)
98 static inline AtomicStringTable& atomicStringTable()
102 AtomicStringTable* table = data.atomicStringTable();
104 table = AtomicStringTable
[all...]

Completed in 161 milliseconds