Home
last modified time | relevance | path

Searched defs:remoteObject (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DExtensionAuditCategory.js172 function onEvaluate(remoteObject) argument
207 function onEvaluate(remoteObject) argument
DObjectPropertiesSection.js574 WebInspector.FunctionScopeMainTreeElement = function(remoteObject) argument
661 WebInspector.ScopeTreeElement = function(title, subtitle, remoteObject) argument
DElementsPanel.js1174 function revealElement(remoteObject) argument
DRemoteObject.js116 WebInspector.RemoteObject.type = function(remoteObject) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptHost.cpp76 …RefPtr<TypeBuilder::Runtime::RemoteObject> remoteObject = TypeBuilder::Runtime::RemoteObject::runt… in inspectImpl() local
DInjectedScriptCanvasModule.cpp206 RefPtr<JSONObject> remoteObject = resultObject->getObject("result"); in evaluateTraceLogCallArgument() local
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
DObjectStore.java260 RemoteObject remoteObject = new RemoteObject(this, source); in onMessage() local