Home
last modified time | relevance | path

Searched refs:eventId (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
DPerfTraceEvent.java160 final long eventId = name.hashCode(); in instant() local
163 savePerfString(name, eventId, EventType.INSTANT, false); in instant()
174 final long eventId = name.hashCode(); in begin() local
175 TraceEvent.startAsync(name, eventId); in begin()
180 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.START, in begin() local
184 savePerfString(name, eventId, EventType.START, false); in begin()
196 final long eventId = name.hashCode(); in end() local
197 TraceEvent.finishAsync(name, eventId); in end()
200 savePerfString(name, eventId, EventType.FINISH, false); in end()
205 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.FINISH, in end() local
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DEvent.java91 public void setEventId(String eventId) throws ParseException { in setEventId() argument
92 if (eventId == null) in setEventId()
94 setParameter(ParameterNames.ID, eventId); in setEventId()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.h77 …void startTransition(CSSPropertyID id, CSSPropertyID eventId, const AnimatableValue* from, const A… in startTransition() argument
82 newTransition.eventId = eventId; in startTransition()
118 CSSPropertyID eventId; member
215 …static void calculateTransitionUpdateForProperty(CSSPropertyID, CSSPropertyID eventId, const CSSTr…
DCSSAnimations.cpp367 …e> eventDelegate = adoptPtrWillBeNoop(new TransitionEventDelegate(element, newTransition.eventId)); in maybeApplyPendingUpdate()
404 void CSSAnimations::calculateTransitionUpdateForProperty(CSSPropertyID id, CSSPropertyID eventId, c… in calculateTransitionUpdateForProperty() argument
449 …update->startTransition(id, eventId, from.get(), to.get(), InertAnimation::create(effect, timing, … in calculateTransitionUpdateForProperty()
491 CSSPropertyID eventId = id; in calculateTransitionUpdate() local
505 …calculateTransitionUpdateForProperty(id, eventId, *transitionData, i, oldStyle, style, activeTrans… in calculateTransitionUpdate()
/external/chromium_org/chrome/browser/resources/ntp4/
Dother_sessions.js38 function recordUmaEvent_(eventId) { argument
40 ['NewTabPage.OtherSessionsMenu', eventId, HISTOGRAM_EVENT_LIMIT]);
321 var eventId = this.session_.collapsed ?
323 recordUmaEvent_(eventId);
/external/chromium_org/chrome/browser/resources/history/
Dother_devices.js36 function recordUmaEvent_(eventId) { argument
38 ['HistoryPage.OtherDevicesMenu', eventId, HISTOGRAM_EVENT.LIMIT]);
117 var eventId = this.session_.collapsed ?
119 recordUmaEvent_(eventId);
/external/chromium_org/win8/test/
Dui_automation_client.cc51 EVENTID eventId);
121 EVENTID eventId);
146 EVENTID eventId) { in HandleAutomationEvent() argument
153 eventId)); in HandleAutomationEvent()
301 EVENTID eventId) { in HandleAutomationEvent() argument
303 if (eventId == UIA_Window_WindowOpenedEventId) in HandleAutomationEvent()
/external/nist-sip/java/javax/sip/header/
DEventHeader.java9 void setEventId(String eventId) throws ParseException; in setEventId() argument
/external/chromium_org/chrome/browser/resources/local_discovery/
Dlocal_discovery.js484 function recordUmaEvent(eventId) { argument
486 ['LocalDiscovery.DevicesPage', eventId, DEVICES_PAGE_EVENTS.MAX_EVENT]);