Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h105 static void appendStyleRecalcDetails(JSONObject* data, unsigned elementCount);
DTimelineRecordFactory.cpp282 void TimelineRecordFactory::appendStyleRecalcDetails(JSONObject* data, unsigned elementCount) in appendStyleRecalcDetails() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp545 TimelineRecordFactory::appendStyleRecalcDetails(entry.data.get(), m_styleRecalcElementCounter); in didRecalculateStyle()