HomeSort by relevance Sort by last modified time
    Searched defs:MemoryHistory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
memory_history.cc 12 scoped_ptr<MemoryHistory> MemoryHistory::Create() {
13 return make_scoped_ptr(new MemoryHistory());
16 MemoryHistory::MemoryHistory() {}
18 void MemoryHistory::SaveEntry(const MemoryHistory::Entry& entry) {
22 void MemoryHistory::GetMinAndMax(size_t* min, size_t* max) const {
memory_history.h 16 class MemoryHistory {
18 static scoped_ptr<MemoryHistory> Create();
46 MemoryHistory();
50 DISALLOW_COPY_AND_ASSIGN(MemoryHistory);

Completed in 53 milliseconds