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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 100 WebSocketDestroy : "WebSocketDestroy",
TimelinePresentationModel.js 110 recordStyles[recordTypes.WebSocketDestroy] = { title: WebInspector.UIString("Destroy WebSocket"), category: categories["scripting"] };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 118 static const char WebSocketDestroy[] = "WebSocketDestroy";
636 appendRecord(TimelineRecordFactory::createGenericWebSocketData(identifier), TimelineRecordType::WebSocketDestroy, true, document->frame());

Completed in 737 milliseconds