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

  /external/chromium_org/content/common/gpu/
devtools_gpu_instrumentation.h 20 enum EventPhase {
31 static void FireEvent(EventPhase phase, GpuCommandBufferStub* stub) {
39 static void DoFireEvent(EventPhase, GpuCommandBufferStub* stub);
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 12 var EventPhase = null;
303 EventPhase = Constants.logEventPhase;
  /external/chromium/net/base/
net_log.h 48 enum EventPhase {
125 EventPhase phase,
149 static const char* EventPhaseToString(EventPhase event_phase);
156 NetLog::EventPhase phase,
177 NetLog::EventPhase phase,
183 NetLog::EventPhase phase,
  /external/chromium_org/net/base/
net_log.h 53 enum EventPhase {
127 EventPhase phase,
135 EventPhase phase() const { return phase_; }
149 const EventPhase phase_;
265 static const char* EventPhaseToString(EventPhase event_phase);
307 EventPhase phase,
340 void AddEntry(NetLog::EventType type, NetLog::EventPhase phase) const;
342 NetLog::EventPhase phase,
  /external/chromium_org/ui/events/
event_constants.h 107 enum EventPhase {
  /external/chromium_org/base/test/
trace_event_analyzer.h 217 static Query EventPhase() { return Query(EVENT_PHASE); }

Completed in 326 milliseconds