OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:graphicsLayerId
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h
97
static PassRefPtr<JSONObject> createPaintData(const FloatQuad&, long long layerRootNodeId, int
graphicsLayerId
);
TimelineRecordFactory.cpp
260
PassRefPtr<JSONObject> TimelineRecordFactory::createPaintData(const FloatQuad& quad, long long layerRootNodeId, int
graphicsLayerId
)
264
data->setNumber("layerId",
graphicsLayerId
);
InspectorTimelineAgent.cpp
583
int
graphicsLayerId
= graphicsLayer ? graphicsLayer->platformLayer()->id() : 0;
584
entry.data = TimelineRecordFactory::createPaintData(quad, nodeId(renderer),
graphicsLayerId
);
[
all
...]
Completed in 114 milliseconds