Home
last modified time | relevance | path

Searched refs:createDecodeImageData (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h69 static PassRefPtr<JSONObject> createDecodeImageData(const String& imageType);
DTimelineRecordFactory.cpp194 PassRefPtr<JSONObject> TimelineRecordFactory::createDecodeImageData(const String& imageType) in createDecodeImageData() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp609 RefPtr<JSONObject> data = TimelineRecordFactory::createDecodeImageData(imageType); in willDecodeImage()