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

  /external/chromium/net/base/
net_log.cc 32 #define EVENT_TYPE(label) case TYPE_ ## label: return #label;
34 #undef EVENT_TYPE
42 #define EVENT_TYPE(label) types.push_back(TYPE_ ## label);
44 #undef EVENT_TYPE
131 NetLog::EventType event_type,
133 AddEntry(event_type, NetLog::PHASE_NONE, params);
137 NetLog::EventType event_type,
139 AddEntry(event_type, NetLog::PHASE_BEGIN, params);
143 NetLog::EventType event_type,
145 AddEntry(event_type, NetLog::PHASE_END, params)
    [all...]
net_log.h 41 #define EVENT_TYPE(label) TYPE_ ## label,
43 #undef EVENT_TYPE
139 // Returns a C-String symbolic name for |event_type|.
140 static const char* EventTypeToString(EventType event_type);
189 void AddEvent(NetLog::EventType event_type,
191 void BeginEvent(NetLog::EventType event_type,
193 void EndEvent(NetLog::EventType event_type,
200 void EndEventWithNetErrorCode(NetLog::EventType event_type,
285 NetLog::EventType event_type,
  /external/chromium_org/chrome/browser/performance_monitor/
key_builder.cc 66 EVENT_TYPE // The type of event.
222 DCHECK(split[EVENT_TYPE].size() == 1);
224 static_cast<int>(split[EVENT_TYPE].at(0))];
  /external/chromium_org/net/base/
net_log.cc 293 #define EVENT_TYPE(label) case TYPE_ ## label: return #label;
295 #undef EVENT_TYPE
443 void BoundNetLog::AddEventWithNetErrorCode(NetLog::EventType event_type,
447 AddEvent(event_type);
449 AddEvent(event_type, NetLog::IntegerCallback("net_error", net_error));
453 void BoundNetLog::EndEventWithNetErrorCode(NetLog::EventType event_type,
457 EndEvent(event_type);
459 EndEvent(event_type, NetLog::IntegerCallback("net_error", net_error));
463 void BoundNetLog::AddByteTransferEvent(NetLog::EventType event_type,
466 AddEvent(event_type, base::Bind(BytesTransferredCallback, byte_count, bytes))
    [all...]
net_log.h 45 #define EVENT_TYPE(label) TYPE_ ## label,
47 #undef EVENT_TYPE
250 // Returns a C-String symbolic name for |event_type|.
251 static const char* EventTypeToString(EventType event_type);
363 void AddEventWithNetErrorCode(NetLog::EventType event_type,
370 void EndEventWithNetErrorCode(NetLog::EventType event_type,
375 void AddByteTransferEvent(NetLog::EventType event_type,
  /external/chromium_org/sandbox/win/src/
nt_internals.h 626 } EVENT_TYPE, *PEVENT_TYPE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreend.h 51 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
r600d.h 121 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreend.h 51 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
r600d.h 121 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
sid.h 41 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
sid.h 41 #define EVENT_TYPE(x) ((x) << 0)
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 180 milliseconds