Searched refs:totalObjects (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorTraceEvents.cpp | 58 unsigned totalObjects; in beginData() local 60 frame.countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial); in beginData() 64 data->setNumber("totalObjects", totalObjects); in beginData()
|
D | TimelineRecordFactory.cpp | 185 …melineRecordFactory::createLayoutData(unsigned dirtyObjects, unsigned totalObjects, bool partialLa… in createLayoutData() argument 189 data->setNumber("totalObjects", totalObjects); in createLayoutData()
|
D | TimelineRecordFactory.h | 68 …static PassRefPtr<JSONObject> createLayoutData(unsigned dirtyObjects, unsigned totalObjects, bool …
|
D | InspectorTimelineAgent.cpp | 485 unsigned totalObjects; in willLayout() local 486 frame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial); in willLayout() 488 …pushCurrentRecord(TimelineRecordFactory::createLayoutData(needsLayoutObjects, totalObjects, isPart… in willLayout()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | LocalFrame.cpp | 406 void LocalFrame::countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bo… in countObjectsNeedingLayout() argument 416 totalObjects = 0; in countObjectsNeedingLayout() 419 ++totalObjects; in countObjectsNeedingLayout()
|
D | LocalFrame.h | 110 …void countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bool& isParti…
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 293 unsigned totalObjects; in needsLayoutCount() local 294 contextFrame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial); in needsLayoutCount()
|