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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSelectorQuery.h108 HashMap<AtomicString, OwnPtr<SelectorQuery> > m_entries; member in class:blink::SelectorQueryCache
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventListenerMap.h50 bool isEmpty() const { return m_entries.isEmpty(); }
68 Vector<std::pair<AtomicString, OwnPtr<EventListenerVector> >, 2> m_entries; member in class:blink::EventListenerMap
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDirectoryReader.h72 EntryHeapVector m_entries; member in class:blink::DirectoryReader
H A DDirectoryReaderSync.h61 m_entries.appendVector(entries);
78 EntrySyncHeapVector m_entries; member in class:blink::DirectoryReaderSync
H A DFileSystemCallbacks.h115 PersistentHeapVector<Member<Entry> > m_entries; member in class:blink::FINAL
H A DInspectorFileSystemAgent.cpp220 RefPtr<Array<TypeBuilder::FileSystem::Entry> > m_entries; member in class:blink::__anon11188::FINAL
244 m_entries = Array<TypeBuilder::FileSystem::Entry>::create();
264 reportResult(static_cast<FileError::ErrorCode>(0), m_entries);
297 m_entries->addItem(entryForFrontend);
/external/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h48 return !m_entries.empty();
73 EntryCollection m_entries; member in class:lldb_private::CommandObjectRegexCommand
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DInjectedStyleSheets.h66 const InjectedStyleSheetEntryVector& entries() const { return m_entries; }
72 InjectedStyleSheetEntryVector m_entries; member in class:blink::InjectedStyleSheets
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h67 m_entries()
74 m_entries.push_back(Entry(tag, name));
83 return m_entries.size();
90 return m_entries[idx];
97 return m_entries[idx];
105 collection m_entries; member in class:DWARFDeclContext
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLFormattingElementList.h109 size_t size() const { return m_entries.size(); }
125 const Entry& at(size_t i) const { return m_entries[i]; }
126 Entry& at(size_t i) { return m_entries[i]; }
128 void trace(Visitor* visitor) { visitor->trace(m_entries); }
142 WillBeHeapVector<Entry> m_entries; member in class:blink::HTMLFormattingElementList
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGEnumeration.h77 , m_entries(entries)
82 // This assumes that |m_entries| are sorted.
83 unsigned short maxInternalEnumValue() const { return valueOfLastEnum(m_entries); }
93 const StringEntries& m_entries; member in class:blink::SVGEnumerationBase
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIPortMap.h23 explicit MIDIPortMap(const HeapHashMap<String, Member<T> >& entries) : m_entries(entries) { }
26 size_t size() const { return m_entries.size(); }
31 bool has(const String& key) const { return m_entries.contains(key); }
36 visitor->trace(m_entries);
58 // Note: This template class relies on the fact that m_map.m_entries will
98 const MapType m_entries; member in class:blink::MIDIPortMap
104 return new MapIterator<KeySelector>(this, m_entries.begin(), m_entries.end());
110 return new MapIterator<EntrySelector>(this, m_entries.begin(), m_entries
[all...]
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.hpp94 std::vector<ValueEntry*>& getValues (void) { return m_entries; }
95 const std::vector<ValueEntry*>& getValues (void) const { return m_entries; }
103 std::vector<ValueEntry*> m_entries; member in class:rsg::ValueScope
/external/lldb/include/lldb/Symbol/
H A DLineTable.h391 entry_collection m_entries; ///< The collection of line entries in this line table. member in class:lldb_private::LineTable
410 entry_collection m_entries; ///< The collection of line entries in this sequence. member in class:lldb_private::LineTable::LineSequenceImpl
/external/lldb/include/lldb/Core/
H A DMappedHash.h216 m_entries.push_back (entry);
223 if (m_entries.empty())
226 const uint32_t num_entries = m_entries.size();
244 unique_hashes[i] = m_entries[i].hash;
271 const uint32_t hash = m_entries[i].hash;
273 const uint32_t strp_offset = m_entries[i].str_offset;
274 const uint32_t die_offset = m_entries[i].die_offset;
350 collection m_entries; member in class:MappedHash::ExportTable
H A DRangeMap.h179 m_entries ()
190 m_entries.push_back (entry);
196 if (idx < m_entries.size())
198 m_entries.erase (m_entries.begin() + idx);
207 if (m_entries.size() > 1)
208 std::stable_sort (m_entries.begin(), m_entries.end());
218 for (pos = m_entries.begin(), end = m_entries
446 Collection m_entries; member in class:lldb_private::RangeArray
732 Collection m_entries; member in class:lldb_private::RangeVector
1052 Collection m_entries; member in class:lldb_private::RangeDataArray
1352 Collection m_entries; member in class:lldb_private::RangeDataVector
1538 Collection m_entries; member in class:lldb_private::AddressDataArray
[all...]
/external/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp258 bzero (&m_entries, sizeof(m_entries));
275 if (((uint8_t *)m_entries[i].addr + m_entries[i].offset) == ((uint8_t *)m.addr + m.offset))
281 m_entries[m_size] = m;
295 m_entries[m_size] = terminator_entry;
296 return m_entries;
300 malloc_match m_entries[k_max_entries]; member in class:MatchResults
331 malloc_stack_entry * result = m_entries + m_size;
345 m_entries[m_siz
353 malloc_stack_entry m_entries[k_max_entries]; member in class:MallocStackLoggingEntries
574 Entry *m_entries; member in class:ObjCClassInfo
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h245 size_t regionOffset = reinterpret_cast<Address>(&m_entries[i]) - reinterpret_cast<Address>(this);
249 new (&m_entries[i]) WrapperPersistentNode(nextFree, regionOffset);
250 nextFree = &m_entries[i];
305 if (m_entries[i].isAlive()) {
306 m_entries[i].trace(visitor);
317 WrapperPersistentNode m_entries[wrapperPersistentsPerRegion]; member in class:blink::WrapperPersistentRegion
H A DHeap.h639 : m_entries(adoptArrayPtr(new Entry[HeapExtentCache::numberOfEntries]))
669 WTF::OwnPtr<Entry[]> m_entries; member in class:blink::HeapExtentCache
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp662 Entry* m_entries; member in class:mkvparser::SeekHead
829 mutable BlockEntry** m_entries; member in class:mkvparser::Cluster
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp754 Entry* m_entries; member in class:mkvparser::SeekHead
947 mutable BlockEntry** m_entries; member in class:mkvparser::Cluster
/external/libvpx/libwebm/
H A Dmkvparser.hpp662 Entry* m_entries; member in class:mkvparser::SeekHead
829 mutable BlockEntry** m_entries; member in class:mkvparser::Cluster

Completed in 415 milliseconds