Home
last modified time | relevance | path

Searched refs:stats_collection_observer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_view_impl.h236 return stats_collection_observer_.get(); in GetStatsCollectionObserver()
1102 scoped_ptr<StatsCollectionObserver> stats_collection_observer_; variable
Drender_view_impl.cc723 stats_collection_observer_.reset(new StatsCollectionObserver(this)); in Initialize()