OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatsCollectionObserver
(Results
1 - 5
of
5
) 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
);
stats_collection_controller.cc
145
StatsCollectionObserver
* observer =
render_view_impl.h
252
// Returns the
StatsCollectionObserver
associated with this view, or NULL
254
StatsCollectionObserver
* GetStatsCollectionObserver() {
[
all
...]
render_view_impl.cc
694
stats_collection_observer_.reset(new
StatsCollectionObserver
(this));
[
all
...]
Completed in 683 milliseconds