HomeSort by relevance Sort by last modified time
    Searched defs:EventType (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/ash/wm/
lock_state_observer.h 16 enum EventType {
22 virtual void OnLockStateEvent(EventType event) = 0;
  /external/chromium_org/chrome/browser/extensions/
permissions_updater.h 51 enum EventType {
66 void NotifyPermissionsUpdated(EventType event_type,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h 127 enum EventType {
132 static EventType eventType(Event*);
133 bool treatLinkAsLiveForEventType(EventType) const;
  /external/chromium/base/debug/
trace_event.h 93 enum EventType {
110 EventType type,
116 EventType type,
trace_event_win.h 47 enum EventType {
66 EventType type,
73 EventType type,
82 EventType type,
104 EventType type,
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.h 42 enum EventType {
76 static bool SignalStatusEvent(EventType type);
133 static EventType GetStatusEvent();
  /external/qemu/android/
hw-events.h 38 } EventType;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
PerfTraceEvent.java 45 private enum EventType {
53 EventType(String typeStr) {
158 savePerfString(name, eventId, EventType.INSTANT, false);
174 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.START,
178 savePerfString(name, eventId, EventType.START, false);
193 savePerfString(name, eventId, EventType.FINISH, false);
198 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.FINISH,
215 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.START,
218 savePerfString(name, eventId, EventType.START, false);
233 savePerfString(name, eventId, EventType.FINISH, false)
    [all...]
  /external/chromium_org/chrome/browser/performance_monitor/
event.h 20 enum EventType {
46 const char* EventTypeToString(EventType event_type);
57 Event(const EventType& type,
67 EventType type() const { return type_; }
74 EventType type_;
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 10 var EventType = null;
300 EventType = Constants.logEventTypes;
301 EventTypeNames = makeInverseMap(EventType);
  /external/chromium_org/tools/android/forwarder2/
socket.h 89 enum EventType {
120 bool WaitForEvent(EventType type, int timeout_secs);
  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 29 enum EventType {
40 // u64 typ : 3; // EventType.
  /frameworks/native/include/media/drm/
DrmAPI.h 79 enum EventType {
301 void sendEvent(EventType eventType, int extra,
315 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
320 inline void DrmPlugin::sendEvent(EventType eventType, int extra,
329 listener->sendEvent(eventType, extra, sessionId, data);
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 39 typedef DirectoryManagerEvent EventType;
40 static inline bool IsChannelShutdownEvent(const EventType& event) {
  /external/chromium/net/base/
net_log.h 40 enum EventType {
80 // particular EventType uses, in order to get at the individual components.
122 virtual void AddEntry(EventType type,
140 static const char* EventTypeToString(EventType event_type);
143 static std::vector<EventType> GetAllEventTypes();
153 static Value* EntryToDictionaryValue(NetLog::EventType type,
176 void AddEntry(NetLog::EventType type,
181 NetLog::EventType type,
189 void AddEvent(NetLog::EventType event_type,
191 void BeginEvent(NetLog::EventType event_type
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_file_host_unittest.cc 134 enum EventType {
140 std::vector<EventType> events_;
  /external/libnfc-nxp/src/
phHciNfc_SWP.c 613 uint8_t EventType = 0;
618 EventType = (uint8_t) GET_BITS8( message->msg_header,
624 if (NXP_EVT_SWP_PROTECTED == EventType)
626 EventInfo.eventType = NFC_EVT_PROTECTED;
phHciNfc_WI.c 676 uint8_t EventType = 0;
683 EventType = (uint8_t) GET_BITS8( message->msg_header,
689 switch(EventType)
693 EventInfo.eventType = NFC_EVT_START_OF_TRANSACTION;
698 EventInfo.eventType = NFC_EVT_END_OF_TRANSACTION;
703 EventInfo.eventType = NFC_EVT_TRANSACTION;
716 EventInfo.eventType = NFC_EVT_APDU_RECEIVED;
722 EventInfo.eventType = NFC_EVT_EMV_CARD_REMOVAL;
726 EventInfo.eventType = NFC_EVT_MIFARE_ACCESS;
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 23 // 1. Choose an EventType. This could be an Enum or something more complicated.
24 // 2. Create an EventTraits class for your EventType. It must have
27 // typedef x EventType;
28 // static bool IsChannelShutdownEvent(const EventType& event);
100 typedef typename EventTraits::EventType EventType;
101 typedef EventListener<EventType> Listener;
108 explicit EventChannel(const EventType& shutdown_event)
170 void NotifyListeners(const EventType& event) {
213 const EventType shutdown_event_
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 75 typedef GaiaAuthEvent EventType;
  /external/chromium/net/websockets/
websocket_unittest.cc 21 enum EventType {
25 WebSocketEvent(EventType type, net::WebSocket* websocket,
30 EventType event_type;
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler_unittest.cc 38 enum EventType {
45 EventType type;
48 EventLog(EventType type, const JobInfo& info) : type(type), info(info) {
53 bool Has(EventType type, JobType job_type) {
  /external/chromium_org/net/base/
net_log.h 44 enum EventType {
125 Entry(EventType type,
133 EventType type() const { return type_; }
147 const EventType type_;
210 void AddGlobalEntry(EventType type);
211 void AddGlobalEntry(EventType type,
251 static const char* EventTypeToString(EventType event_type);
305 void AddEntry(EventType type,
340 void AddEntry(NetLog::EventType type, NetLog::EventPhase phase) const;
341 void AddEntry(NetLog::EventType type
    [all...]
  /external/chromium_org/net/socket/
unix_domain_socket_posix_unittest.cc 46 enum EventType {
74 void Notify(EventType event) {
80 EventType WaitForEvent() {
84 EventType event = events_.front();
93 queue<EventType> events_;
136 void Notify(EventType event) {
289 EventType event = event_manager_->WaitForEvent();
316 EventType event = event_manager_->WaitForEvent();
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpbase_unittest.cc 64 enum EventType { E_HEADER_COMPLETE, E_COMPLETE, E_CLOSED };
66 EventType event;

Completed in 1025 milliseconds

1 2