HomeSort by relevance Sort by last modified time
    Searched refs:CompositeLayers (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 65 CompositeLayers: "CompositeLayers",
TimelinePresentationModel.js 84 recordStyles[recordTypes.CompositeLayers] = { title: WebInspector.UIString("Composite Layers"), category: categories["painting"] };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 82 static const char CompositeLayers[] = "CompositeLayers";
418 pushCurrentRecord(JSONObject::create(), TimelineRecordType::CompositeLayers, false, 0);
423 didCompleteCurrentRecord(TimelineRecordType::CompositeLayers);

Completed in 532 milliseconds