HomeSort by relevance Sort by last modified time
    Searched refs:memory_history (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 19 #include "cc/resources/memory_history.h"
246 MemoryHistory* memory_history = layer_tree_impl()->memory_history(); local
247 if (memory_history->End())
248 memory_entry_ = **memory_history->End();
  /external/chromium_org/cc/trees/
layer_tree_impl.h 84 MemoryHistory* memory_history() const;
layer_tree_host_impl.h 368 MemoryHistory* memory_history() { function in class:cc::LayerTreeHostImpl
layer_tree_impl.cc 717 MemoryHistory* LayerTreeImpl::memory_history() const { function in class:cc::LayerTreeImpl
718 return layer_tree_host_impl_->memory_history();
    [all...]
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 181 cc/resources/memory_history.cc \
cc.target.darwin-arm64.mk 181 cc/resources/memory_history.cc \
cc.target.darwin-mips.mk 181 cc/resources/memory_history.cc \
cc.target.darwin-mips64.mk 181 cc/resources/memory_history.cc \
cc.target.darwin-x86.mk 181 cc/resources/memory_history.cc \
cc.target.darwin-x86_64.mk 181 cc/resources/memory_history.cc \
cc.target.linux-arm.mk 181 cc/resources/memory_history.cc \
cc.target.linux-arm64.mk 181 cc/resources/memory_history.cc \
cc.target.linux-mips.mk 181 cc/resources/memory_history.cc \
cc.target.linux-mips64.mk 181 cc/resources/memory_history.cc \
cc.target.linux-x86.mk 181 cc/resources/memory_history.cc \
cc.target.linux-x86_64.mk 181 cc/resources/memory_history.cc \

Completed in 542 milliseconds