Home
last modified time | relevance | path

Searched refs:RemoteObject (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScript.h60 RefPtr<TypeBuilder::Runtime::RemoteObject>* result,
69 RefPtr<TypeBuilder::Runtime::RemoteObject>* result,
81 RefPtr<TypeBuilder::Runtime::RemoteObject>* result,
94 …PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapObject(const ScriptValue&, const String& groupN…
95 …PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapTable(const ScriptValue& table, const ScriptVal…
96 PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapNode(Node*, const String& groupName);
DInjectedScript.cpp46 using WebCore::TypeBuilder::Runtime::RemoteObject;
60 …ool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeB… in evaluate()
71 …ool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeB… in callFunctionOn()
82 …cludeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<RemoteObject>* result, TypeB… in evaluateOnCallFrame()
250 PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapObject(const ScriptValue& value,… in wrapObject()
263 return TypeBuilder::Runtime::RemoteObject::runtimeCast(rawResult); in wrapObject()
266 PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapTable(const ScriptValue& table, … in wrapTable()
281 return TypeBuilder::Runtime::RemoteObject::runtimeCast(rawResult); in wrapTable()
284 PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapNode(Node* node, const String& g… in wrapNode()
DInjectedScriptBase.cpp42 using WebCore::TypeBuilder::Runtime::RemoteObject;
124 …rorString, ScriptFunctionCall& function, RefPtr<TypeBuilder::Runtime::RemoteObject>* objectResult,… in makeEvalCall()
148 *objectResult = TypeBuilder::Runtime::RemoteObject::runtimeCast(resultObj); in makeEvalCall()
DInspectorInspectorAgent.h81 …void inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject…
91 pair<RefPtr<TypeBuilder::Runtime::RemoteObject>, RefPtr<JSONObject> > m_pendingInspectData;
DConsoleMessage.cpp210 …uilder::Array<TypeBuilder::Runtime::RemoteObject> > jsonArgs = TypeBuilder::Array<TypeBuilder::Run… in addToFrontend()
214 …RefPtr<TypeBuilder::Runtime::RemoteObject> inspectorValue = injectedScript.wrapTable(table, column… in addToFrontend()
222 …RefPtr<TypeBuilder::Runtime::RemoteObject> inspectorValue = injectedScript.wrapObject(m_arguments-… in addToFrontend()
DInspectorRuntimeAgent.h66 RefPtr<TypeBuilder::Runtime::RemoteObject>& result,
75 RefPtr<TypeBuilder::Runtime::RemoteObject>& result,
DInjectedScriptCanvasModule.cpp43 using WebCore::TypeBuilder::Runtime::RemoteObject;
191 …, int callIndex, int argumentIndex, const String& objectGroup, RefPtr<RemoteObject>* result, RefPt… in evaluateTraceLogCallArgument()
208 *result = RemoteObject::runtimeCast(remoteObject); in evaluateTraceLogCallArgument()
DInjectedScriptHost.cpp72 …RefPtr<TypeBuilder::Runtime::RemoteObject> remoteObject = TypeBuilder::Runtime::RemoteObject::runt… in inspectImpl()
DInjectedScriptBase.h69 …void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* r…
DInspectorRuntimeAgent.cpp76 …urnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeB… in evaluate()
95 …urnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeB… in callFunctionOn()
DInjectedScriptCanvasModule.h63 …s::TraceLogId&, int, int, const String&, RefPtr<TypeBuilder::Runtime::RemoteObject>*, RefPtr<TypeB…
DInspectorHeapProfilerAgent.h70 …shotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERR…
DInspectorCanvasAgent.h86 …s::TraceLogId&, int, int, const String*, RefPtr<TypeBuilder::Runtime::RemoteObject>&, RefPtr<TypeB…
DInspectorCanvasAgent.cpp54 using WebCore::TypeBuilder::Runtime::RemoteObject;
183 …, int callIndex, int argumentIndex, const String* objectGroup, RefPtr<RemoteObject>& result, RefPt… in evaluateTraceLogCallArgument()
DInspectorInspectorAgent.cpp149 void InspectorInspectorAgent::inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspec… in inspect()
DInspectorDebuggerAgent.h134 RefPtr<TypeBuilder::Runtime::RemoteObject>& result,
137 …l* doNotPauseOnExceptionsAndMuteConsole, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, RefPt…
DInspectorDOMAgent.h133 …, int nodeId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERR…
194 PassRefPtr<TypeBuilder::Runtime::RemoteObject> resolveNode(Node*, const String& objectGroup);
DInjectedScriptSource.js315 …return new InjectedScript.RemoteObject(object, objectGroupName, forceValueType, generatePreview, c…
322 return new InjectedScript.RemoteObject(description);
1070 InjectedScript.RemoteObject = function(object, objectGroupName, forceValueType, generatePreview, co… class in InjectedScript
1114 InjectedScript.RemoteObject.prototype = {
DInspectorHeapProfilerAgent.cpp275 …eapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) in getObjectByHeapObjectId()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DRemoteObject.js36 WebInspector.RemoteObject = function() { } class in WebInspector
38 WebInspector.RemoteObject.prototype = {
151 WebInspector.RemoteObject.fromLocalObject = function(value)
160 WebInspector.RemoteObject.type = function(remoteObject)
176 WebInspector.RemoteObject.toCallArgument = function(remoteObject)
213 WebInspector.RemoteObject.call(this);
422 var argv = [{ value: name }, WebInspector.RemoteObject.toCallArgument(result)]
584 __proto__: WebInspector.RemoteObject.prototype
593 WebInspector.RemoteObject.loadFromObject = function(object, flattenProtoChain, callback)
598 WebInspector.RemoteObject.loadFromObjectPerProto(object, callback);
[all …]
DIndexedDBModel.js396 var key = WebInspector.RemoteObject.fromLocalObject(JSON.parse(dataEntries[i].key));
397 … var primaryKey = WebInspector.RemoteObject.fromLocalObject(JSON.parse(dataEntries[i].primaryKey));
398 … var value = WebInspector.RemoteObject.fromLocalObject(JSON.parse(dataEntries[i].value));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
DRequestJSONView.js109 var obj = WebInspector.RemoteObject.fromLocalObject(this._parsedJSON.data);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
DExtensionPanel.js168 this._setObject(WebInspector.RemoteObject.fromLocalObject(object), title, callback);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
DPaintProfilerView.js260 showCallback(WebInspector.RemoteObject.fromLocalObject(obj), false);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
DConsoleViewMessage.js332 if (parameters[i] instanceof WebInspector.RemoteObject)
336 parameters[i] = WebInspector.RemoteObject.fromLocalObject(parameters[i]);
347 …var shouldFormatMessage = WebInspector.RemoteObject.type(parameters[0]) === "string" && this._mess…

123