Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h85 static PassRefPtr<JSONObject> createResizeImageData(bool shouldCache);
DTimelineRecordFactory.cpp196 PassRefPtr<JSONObject> TimelineRecordFactory::createResizeImageData(bool shouldCache) in createResizeImageData() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp628 RefPtr<JSONObject> data = TimelineRecordFactory::createResizeImageData(shouldCache); in willResizeImage()