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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotProxy.js 190 createLoader: function(snapshotConstructorName, proxyConstructor)
193 var proxy = new WebInspector.HeapSnapshotLoaderProxy(this, objectId, snapshotConstructorName, proxyConstructor);
217 callFactoryMethod: function(callback, objectId, methodName, proxyConstructor)
228 callback(remoteResult ? new proxyConstructor(this, newObjectId) : null);
237 return new proxyConstructor(this, newObjectId);
342 callFactoryMethod: function(callback, methodName, proxyConstructor, var_args)
370 WebInspector.HeapSnapshotLoaderProxy = function(worker, objectId, snapshotConstructorName, proxyConstructor)
374 this._proxyConstructor = proxyConstructor;
  /dalvik/vm/reflect/
Proxy.cpp 42 static void proxyConstructor(const u4* args, JValue* pResult,
755 meth->nativeFunc = proxyConstructor;
851 static void proxyConstructor(const u4* args, JValue* pResult,
    [all...]

Completed in 88 milliseconds