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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
InspectorBackend.js 34 function InspectorBackendClass()
44 InspectorBackendClass.prototype = {
92 * @return {!InspectorBackendClass.Connection}
102 * @param {!InspectorBackendClass.MainConnection} connection
117 * @return {!InspectorBackendClass.AgentPrototype}
122 this._agentPrototypes[domain] = new InspectorBackendClass.AgentPrototype(domain);
131 * @return {!InspectorBackendClass.DispatcherPrototype}
136 this._dispatcherPrototypes[domain] = new InspectorBackendClass.DispatcherPrototype();
196 var code = InspectorBackendClass._generateCommands(schema);
235 InspectorBackendClass._generateCommands = function(schema)
    [all...]
WorkerTargetManager.js 30 * @param {!InspectorBackendClass.Connection} connection
42 * @extends {InspectorBackendClass.Connection}
45 * @param {!function(!InspectorBackendClass.Connection)} onConnectionReady
49 InspectorBackendClass.Connection.call(this);
76 __proto__: InspectorBackendClass.Connection.prototype
WorkerManager.js 174 * @extends {InspectorBackendClass.Connection}
176 * @param {function(!InspectorBackendClass.Connection)} onConnectionReady
180 InspectorBackendClass.Connection.call(this);
208 __proto__: InspectorBackendClass.Connection.prototype
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
Main.js 231 new InspectorBackendClass.WebSocketConnection(ws, onConnectionReady);
236 new InspectorBackendClass.MainConnection(onConnectionReady);
240 new InspectorBackendClass.StubConnection(onConnectionReady);
244 * @param {!InspectorBackendClass.Connection} connection
248 connection.addEventListener(InspectorBackendClass.Connection.Events.Disconnected, onDisconnected);
804 * @param {!InspectorBackendClass.Connection} connection
810 new InspectorBackendClass.WebSocketConnection(ws, callback);

Completed in 1753 milliseconds