Searched refs:EventPhase (Results 1 - 18 of 18) 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);
H A Ddevtools_gpu_agent.h30 GpuEventsDispatcher::EventPhase,
H A Ddevtools_gpu_instrumentation.cc38 void GpuEventsDispatcher::DoFireEvent(EventPhase phase,
H A Ddevtools_gpu_agent.cc49 GpuEventsDispatcher::EventPhase phase,
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dlog_grouper.js26 return this.orig.phase == EventPhase.PHASE_BEGIN;
30 return this.orig.phase == EventPhase.PHASE_END;
H A Dsource_entry.js25 if (logEntry.phase == EventPhase.PHASE_BEGIN)
35 logEntry.phase == EventPhase.PHASE_END &&
160 e.phase == EventPhase.PHASE_END) {
257 if (this.entries_[i].phase != EventPhase.PHASE_END)
H A Dtimeline_data_series.js171 if (entry.phase == EventPhase.PHASE_BEGIN) {
175 if (entry.phase == EventPhase.PHASE_END)
233 entry.phase == EventPhase.PHASE_END) {
357 entry.phase != EventPhase.PHASE_END) {
H A Dmain.js12 var EventPhase = null; variable
303 EventPhase = Constants.logEventPhase;
H A Dwaterfall_row.js348 if (currentEntry.phase == EventPhase.PHASE_BEGIN) {
351 if (startEntry && currentEntry.phase == EventPhase.PHASE_END) {
H A Dlog_util.js184 getKeyWithValue(EventPhase, event.phase) != '?') {
/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,
H A Dnet_log_unittest.h28 NetLog::EventPhase expected_phase) {
63 NetLog::EventPhase expected_phase) {
73 NetLog::EventPhase expected_phase) {
135 NetLog::EventPhase expected_phase) {
155 NetLog::EventPhase expected_phase) {
H A Dcapturing_net_log.h37 EventPhase phase,
67 EventPhase phase;
H A Dnet_log.cc157 EventPhase phase,
348 const char* NetLog::EventPhaseToString(EventPhase phase) {
399 EventPhase phase,
412 NetLog::EventPhase phase) const {
420 NetLog::EventPhase phase,
H A Dcapturing_net_log.cc17 EventPhase phase,
/external/chromium_org/ui/events/
H A Devent_constants.h131 enum EventPhase { enum in namespace:ui
H A Devent.h44 void set_phase(EventPhase phase) { event_->phase_ = phase; }
68 EventPhase phase() const { return phase_; }
248 EventPhase phase_;
/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 878 milliseconds