HomeSort by relevance Sort by last modified time
    Searched refs:partialLayout (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)
184 data->setBoolean("partialLayout", partialLayout);
InspectorTimelineAgent.cpp 307 bool partialLayout = !!root;
309 if (!partialLayout)
319 pushCurrentRecord(TimelineRecordFactory::createLayoutData(dirtyObjects, totalObjects, partialLayout), TimelineRecordType::Layout, true, frame);

Completed in 36 milliseconds