Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.cpp180 PassRefPtr<JSONObject> TimelineRecordFactory::createLayoutData(unsigned dirtyObjects, unsigned tota… in createLayoutData() argument
183 data->setNumber("dirtyObjects", dirtyObjects); in createLayoutData()
DTimelineRecordFactory.h81 …static PassRefPtr<JSONObject> createLayoutData(unsigned dirtyObjects, unsigned totalObjects, bool …
DInspectorTimelineAgent.cpp486 unsigned dirtyObjects = 0; in willLayout() local
491 ++dirtyObjects; in willLayout()
493 …pushCurrentRecord(TimelineRecordFactory::createLayoutData(dirtyObjects, totalObjects, partialLayou… in willLayout()