Searched defs:RemoteObject (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRemoteObject.js32 * This may not be an interface due to "instanceof WebInspector.RemoteObject" checks in the code.
36 WebInspector.RemoteObject = function() { }
38 WebInspector.RemoteObject.prototype = {
100 * @param {function(?WebInspector.RemoteObject, boolean=)=} callback
152 * @return {!WebInspector.RemoteObject}
154 WebInspector.RemoteObject.fromLocalObject = function(value)
160 * @param {!WebInspector.RemoteObject} remoteObject
163 WebInspector.RemoteObject.type = function(remoteObject)
176 * @param {!RuntimeAgent.RemoteObject|!WebInspector.RemoteObject|numbe
633 }, class
1090 }, function
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js234 * @return {!RuntimeAgent.RemoteObject}
245 * @return {!RuntimeAgent.RemoteObject}
255 return /** @type {!RuntimeAgent.RemoteObject} */ (result);
262 * @return {!RuntimeAgent.RemoteObject}
311 * @return {!RuntimeAgent.RemoteObject}
317 return new InjectedScript.RemoteObject(object, objectGroupName, forceValueType, generatePreview, columnNames, isTable);
324 return new InjectedScript.RemoteObject(description);
1084 InjectedScript.RemoteObject = function(object, objectGroupName, forceValueType, generatePreview, columnNames, isTable, skipEntriesPreview)
1131 InjectedScript.RemoteObject.prototype = {
1345 var remoteObject = new InjectedScript.RemoteObject(valu
[all...]

Completed in 1341 milliseconds