Searched refs:m_records (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.cpp74 if (!m_records.isEmpty())
141 records.swap(m_records);
148 m_records.clear();
191 m_records.append(mutation);
229 if (m_records.isEmpty())
233 records.swap(m_records);
274 visitor->trace(m_records);
H A DMutationObserver.h109 MutationRecordVector m_records; member in class:blink::FINAL
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp447 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value,
476 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value,
499 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value,
524 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value,
546 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value,
571 for (AllocationRecord &record : m_records)
602 for (AllocationRecord &record : m_records)
624 for (AllocationRecord &record : m_records)
645 for (AllocationRecord &record : m_records)
661 for (AllocationRecord &record : m_records)
[all...]
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h477 RecordVector m_records; member in class:lldb_private::IRExecutionUnit

Completed in 938 milliseconds