HomeSort by relevance Sort by last modified time
    Searched defs:RemoteObject (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RemoteObject.js 40 WebInspector.RemoteObject = function(objectId, type, subtype, value, description, preview)
61 * @return {WebInspector.RemoteObject}
63 WebInspector.RemoteObject.fromPrimitiveValue = function(value)
65 return new WebInspector.RemoteObject(undefined, typeof value, undefined, value);
70 * @return {WebInspector.RemoteObject}
72 WebInspector.RemoteObject.fromLocalObject = function(value)
80 * @param {function(?WebInspector.RemoteObject)} callback
82 WebInspector.RemoteObject.resolveNode = function(node, objectGroup, callback)
86 * @param {RuntimeAgent.RemoteObject} object
96 callback(WebInspector.RemoteObject.fromPayload(object))
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RemoteObject.java 46 public class RemoteObject implements InvocationHandler {
76 public RemoteObject(ObjectStore store, HostedConnection client){
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 123 * @return {!RuntimeAgent.RemoteObject}
134 * @return {!RuntimeAgent.RemoteObject}
144 return /** @type {!RuntimeAgent.RemoteObject} */ (result);
151 * @return {!RuntimeAgent.RemoteObject}
211 * @return {!RuntimeAgent.RemoteObject}
217 return new InjectedScript.RemoteObject(object, objectGroupName, forceValueType, generatePreview, columnNames);
224 return new InjectedScript.RemoteObject(description);
552 var remoteObject = this._wrapObject(value, objectGroup);
554 remoteObject.description = this._toString(value);
557 result: remoteObject };
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 189 if isinstance(ret, RemoteObject):
481 class RemoteObject(object):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 189 if isinstance(ret, RemoteObject):
481 class RemoteObject(object):

Completed in 272 milliseconds