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

  /external/chromium_org/content/renderer/
stats_collection_observer.cc 12 StatsCollectionObserver::StatsCollectionObserver(RenderViewImpl* render_view)
16 StatsCollectionObserver::~StatsCollectionObserver() {
19 void StatsCollectionObserver::DidStartLoading() {
24 void StatsCollectionObserver::DidStopLoading() {
stats_collection_observer.h 17 class StatsCollectionObserver : public RenderViewObserver {
19 explicit StatsCollectionObserver(RenderViewImpl* render_view);
20 virtual ~StatsCollectionObserver();
35 DISALLOW_COPY_AND_ASSIGN(StatsCollectionObserver);

Completed in 31 milliseconds