Home
last modified time | relevance | path

Searched refs:WindowEventType (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Dmetrics_helpers.h37 enum WindowEventType { enum
44 void RecordWindowEvent(WindowEventType type, int window_id, int parent_id);
135 static const char* WindowEventTypeToString(WindowEventType type);
Dmetrics_helpers.cc294 void MetricsLogBase::RecordWindowEvent(WindowEventType type, in RecordWindowEvent()
339 const char* MetricsLogBase::WindowEventTypeToString(WindowEventType type) { in WindowEventTypeToString()
/external/chromium/chrome/browser/metrics/
Dmetrics_service.cc1469 MetricsLog::WindowEventType window_type; in LogWindowChange()