Searched defs:EventPhase (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_instrumentation.h20 enum EventPhase { enum in class:content::GpuEventsDispatcher
31 static void FireEvent(EventPhase phase, GpuChannel* channel) {
39 static void DoFireEvent(EventPhase, GpuChannel* channel);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dmain.js12 var EventPhase = null; variable
303 EventPhase = Constants.logEventPhase;
/external/chromium_org/net/base/
H A Dnet_log.h53 enum EventPhase { enum in class:net::NetLog
126 EventPhase phase,
133 const EventPhase phase;
148 EventPhase phase() const { return data_->phase; }
271 static const char* EventPhaseToString(EventPhase event_phase);
312 EventPhase phase,
345 void AddEntry(NetLog::EventType type, NetLog::EventPhase phase) const;
347 NetLog::EventPhase phase,
/external/chromium_org/ui/events/
H A Devent_constants.h131 enum EventPhase { enum in namespace:ui
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h217 static Query EventPhase() { return Query(EVENT_PHASE); } function in class:trace_analyzer::Query

Completed in 1320 milliseconds