HomeSort by relevance Sort by last modified time
    Searched full:_postmessage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
HeapSnapshotWorkerDispatcher.js 38 this._postMessage = postMessage;
57 this._postMessage({eventName: name, data: data});
109 this._postMessage(response);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotProxy.js 57 this._postMessage({callId: this._nextCallId++, disposition: "create", objectId: objectId, methodName: "WebInspector.HeapSnapshotLoader"});
70 this._postMessage({callId: this._nextCallId++, disposition: "dispose", objectId: objectId});
77 this._postMessage({callId: callId, disposition: "evaluateForTest", source: script});
104 this._postMessage({callId: callId, disposition: "factory", objectId: objectId, methodName: methodName, methodArguments: methodArguments, newObjectId: newObjectId});
107 this._postMessage({callId: callId, disposition: "factory", objectId: objectId, methodName: methodName, methodArguments: methodArguments, newObjectId: newObjectId});
123 this._postMessage({callId: callId, disposition: "method", objectId: objectId, methodName: methodName, methodArguments: methodArguments});
174 _postMessage: function(message)

Completed in 54 milliseconds