OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalObjects
(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
180
PassRefPtr<JSONObject> TimelineRecordFactory::createLayoutData(unsigned dirtyObjects, unsigned
totalObjects
, bool partialLayout)
184
data->setNumber("
totalObjects
",
totalObjects
);
InspectorTimelineAgent.cpp
487
unsigned
totalObjects
= 0;
489
++
totalObjects
;
493
pushCurrentRecord(TimelineRecordFactory::createLayoutData(dirtyObjects,
totalObjects
, partialLayout), TimelineRecordType::Layout, true, frame);
[
all
...]
Completed in 31 milliseconds