Searched defs:EventType (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/ash/wm/
H A Dlock_state_observer.h16 enum EventType { enum in class:ash::LockStateObserver
22 virtual void OnLockStateEvent(EventType event) = 0;
/external/chromium_org/chrome/browser/extensions/
H A Dpermissions_updater.h51 enum EventType { enum in class:extensions::PermissionsUpdater
66 void NotifyPermissionsUpdated(EventType event_type,
/external/llvm/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp32 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { argument
33 switch (EventType) {
/external/chromium/base/debug/
H A Dtrace_event.h93 enum EventType { enum in class:base::debug::TraceLog
110 EventType type,
116 EventType type,
H A Dtrace_event_win.h47 enum EventType { enum in class:base::debug::TraceLog
66 EventType type,
73 EventType type,
82 EventType type,
104 EventType type,
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_service.h42 enum EventType { enum in class:SpellcheckService
76 static bool SignalStatusEvent(EventType type);
133 static EventType GetStatusEvent();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.h127 enum EventType { enum in class:WebCore::HTMLAnchorElement
132 static EventType eventType(Event*);
133 bool treatLinkAsLiveForEventType(EventType) const;
/external/qemu/android/
H A Dhw-events.h38 } EventType; typedef in typeref:enum:__anon24111
/external/chromium_org/chrome/browser/performance_monitor/
H A Devent.h20 enum EventType { enum in namespace:performance_monitor
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/
H A Dmain.js10 var EventType = null; variable
300 EventType = Constants.logEventTypes;
301 EventTypeNames = makeInverseMap(EventType);
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.h89 enum EventType { enum in class:forwarder2::Socket
120 bool WaitForEvent(EventType type, int timeout_secs);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h29 enum EventType { enum in namespace:__tsan
40 // u64 typ : 3; // EventType.
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventsWrapper.h66 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { argument
69 return NotifyEventFunc(EventType, EventSpecificData);
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_manager.h39 typedef DirectoryManagerEvent EventType; typedef in struct:syncable::DirectoryManagerEvent
40 static inline bool IsChannelShutdownEvent(const EventType& event) {
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_file_host_unittest.cc134 enum EventType { enum in class:NaClFileHostTest
140 std::vector<EventType> events_;
/external/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp45 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { argument
46 switch (EventType) {
/external/chromium/chrome/common/deprecated/
H A Devent_sys-inl.h23 // 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; typedef in class:EventChannel
101 typedef EventListener<EventType> Listener;
108 explicit EventChannel(const EventType& shutdown_event)
170 void NotifyListeners(const EventType& event) {
213 const EventType shutdown_event
248 typedef typename EventTraits::EventType EventType; typedef in class:EventListenerHookupImpl
285 typedef typename EventTraits::EventType EventType; typedef in class:SimpleHookup
310 typedef typename EventTraits::EventType EventType; typedef in class:ArgHookup
[all...]
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.h75 typedef GaiaAuthEvent EventType; typedef in struct:gaia::GaiaAuthEvent
/external/chromium/net/base/
H A Dnet_log.h40 enum EventType { enum in class:net::NetLog
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_typ
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler_unittest.cc38 enum EventType { enum in class:drive::__anon4396::JobListLogger
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/content/public/android/java/src/org/chromium/content/common/
H A DPerfTraceEvent.java45 private enum EventType { enum in class:PerfTraceEvent
53 EventType(String typeStr) { method in class:PerfTraceEvent.EventType
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
[all...]
/external/chromium_org/net/base/
H A Dnet_log.h44 enum EventType { enum in class:net::NetLog
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 typ
[all...]
/external/chromium_org/net/socket/
H A Dunix_domain_socket_posix_unittest.cc46 enum EventType { enum in namespace:net::__anon8992
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/
H A Dhttpbase_unittest.cc64 enum EventType { E_HEADER_COMPLETE, E_COMPLETE, E_CLOSED }; enum in class:talk_base::HttpBaseTest
66 EventType event;
/external/libnfc-nxp/src/
H A DphHciNfc_SWP.c613 uint8_t EventType = 0; local
618 EventType = (uint8_t) GET_BITS8( message->msg_header,
624 if (NXP_EVT_SWP_PROTECTED == EventType)

Completed in 884 milliseconds

12