Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h81 …static PassRefPtr<JSONObject> createLayoutData(unsigned dirtyObjects, unsigned totalObjects, bool …
DTimelineRecordFactory.cpp180 PassRefPtr<JSONObject> TimelineRecordFactory::createLayoutData(unsigned dirtyObjects, unsigned tota… in createLayoutData() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp493 …pushCurrentRecord(TimelineRecordFactory::createLayoutData(dirtyObjects, totalObjects, partialLayou… in willLayout()