Searched defs:EventDispatch (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSpinButtonElement.h43 enum EventDispatch { enum in class:blink::FINAL
53 virtual void spinButtonDidReleaseMouseCapture(EventDispatch) = 0;
63 void releaseCapture(EventDispatch = EventDispatchAllowed);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp83 static const char EventDispatch[] = "EventDispatch"; member in namespace:blink::TimelineRecordType
500 pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, document->frame());
508 pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, window->frame());
514 didCompleteCurrentRecord(TimelineRecordType::EventDispatch);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineModel.js44 EventDispatch: "EventDispatch",
H A DTracingTimelineModel.js27 EventDispatch: "EventDispatch",

Completed in 7352 milliseconds