MemoryHistory     217 cc/layers/heads_up_display_layer_impl.cc       MemoryHistory* memory_history = layer_tree_impl()->memory_history();
MemoryHistory     221 cc/layers/heads_up_display_layer_impl.cc         memory_entry_ = MemoryHistory::Entry();
MemoryHistory     128 cc/layers/heads_up_display_layer_impl.h   MemoryHistory::Entry memory_entry_;
MemoryHistory      12 cc/resources/memory_history.cc scoped_ptr<MemoryHistory> MemoryHistory::Create() {
MemoryHistory      13 cc/resources/memory_history.cc   return make_scoped_ptr(new MemoryHistory());
MemoryHistory      16 cc/resources/memory_history.cc MemoryHistory::MemoryHistory() {}
MemoryHistory      18 cc/resources/memory_history.cc void MemoryHistory::SaveEntry(const MemoryHistory::Entry& entry) {
MemoryHistory      22 cc/resources/memory_history.cc void MemoryHistory::GetMinAndMax(size_t* min, size_t* max) const {
MemoryHistory      16 cc/resources/memory_history.h class MemoryHistory {
MemoryHistory      18 cc/resources/memory_history.h   static scoped_ptr<MemoryHistory> Create();
MemoryHistory      46 cc/resources/memory_history.h   MemoryHistory();
MemoryHistory      50 cc/resources/memory_history.h   DISALLOW_COPY_AND_ASSIGN(MemoryHistory);
MemoryHistory     146 cc/resources/tile_manager.h   const MemoryHistory::Entry& memory_stats_from_last_assign() const {
MemoryHistory     273 cc/resources/tile_manager.h   MemoryHistory::Entry memory_stats_from_last_assign_;
MemoryHistory     238 cc/trees/layer_tree_host_impl.cc       memory_history_(MemoryHistory::Create()),
MemoryHistory      49 cc/trees/layer_tree_host_impl.h class MemoryHistory;
MemoryHistory     339 cc/trees/layer_tree_host_impl.h   MemoryHistory* memory_history() {
MemoryHistory     586 cc/trees/layer_tree_host_impl.h   scoped_ptr<MemoryHistory> memory_history_;
MemoryHistory     639 cc/trees/layer_tree_impl.cc MemoryHistory* LayerTreeImpl::memory_history() const {
MemoryHistory      42 cc/trees/layer_tree_impl.h class MemoryHistory;
MemoryHistory      73 cc/trees/layer_tree_impl.h   MemoryHistory* memory_history() const;