HomeSort by relevance Sort by last modified time
    Searched refs:dirtyObjects (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 81 static PassRefPtr<JSONObject> createLayoutData(unsigned dirtyObjects, unsigned totalObjects, bool partialLayout);
TimelineRecordFactory.cpp 179 PassRefPtr<JSONObject> TimelineRecordFactory::createLayoutData(unsigned dirtyObjects, unsigned totalObjects, bool partialLayout)
182 data->setNumber("dirtyObjects", dirtyObjects);
InspectorTimelineAgent.cpp 312 unsigned dirtyObjects = 0;
317 ++dirtyObjects;
319 pushCurrentRecord(TimelineRecordFactory::createLayoutData(dirtyObjects, totalObjects, partialLayout), TimelineRecordType::Layout, true, frame);

Completed in 513 milliseconds