Searched refs:needsLayoutObjects (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTraceEvents.cpp57 unsigned needsLayoutObjects; local
60 frame.countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
63 data->setNumber("dirtyObjects", needsLayoutObjects);
H A DInspectorTimelineAgent.cpp484 unsigned needsLayoutObjects; local
486 frame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
488 pushCurrentRecord(TimelineRecordFactory::createLayoutData(needsLayoutObjects, totalObjects, isPartial), TimelineRecordType::Layout, true, frame);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.h110 void countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bool& isPartial);
H A DLocalFrame.cpp406 void LocalFrame::countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bool& isPartial) argument
415 needsLayoutObjects = 0;
421 ++needsLayoutObjects;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp292 unsigned needsLayoutObjects; local
294 contextFrame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
295 return needsLayoutObjects;

Completed in 305 milliseconds