Searched refs:createAnimationFrameData (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTimelineRecordFactory.h91 static PassRefPtr<JSONObject> createAnimationFrameData(int callbackId);
H A DTimelineRecordFactory.cpp217 PassRefPtr<JSONObject> TimelineRecordFactory::createAnimationFrameData(int callbackId) function in class:WebCore::TimelineRecordFactory
H A DInspectorTimelineAgent.cpp849 appendRecord(TimelineRecordFactory::createAnimationFrameData(callbackId), TimelineRecordType::RequestAnimationFrame, true, document->frame());
854 appendRecord(TimelineRecordFactory::createAnimationFrameData(callbackId), TimelineRecordType::CancelAnimationFrame, true, document->frame());
859 pushCurrentRecord(TimelineRecordFactory::createAnimationFrameData(callbackId), TimelineRecordType::FireAnimationFrame, false, document->frame());

Completed in 123 milliseconds