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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 97 WebSocketCreate : "WebSocketCreate",
TimelinePresentationModel.js 107 recordStyles[recordTypes.WebSocketCreate] = { title: WebInspector.UIString("Create WebSocket"), category: categories["scripting"] };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 115 static const char WebSocketCreate[] = "WebSocketCreate";
621 appendRecord(TimelineRecordFactory::createWebSocketCreateData(identifier, url, protocol), TimelineRecordType::WebSocketCreate, true, document->frame());

Completed in 30 milliseconds