/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InjectedScript.h | 60 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);
|
D | InjectedScript.cpp | 46 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()
|
D | InjectedScriptBase.cpp | 42 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()
|
D | InspectorInspectorAgent.h | 81 …void inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject… 91 pair<RefPtr<TypeBuilder::Runtime::RemoteObject>, RefPtr<JSONObject> > m_pendingInspectData;
|
D | ConsoleMessage.cpp | 210 …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()
|
D | InspectorRuntimeAgent.h | 66 RefPtr<TypeBuilder::Runtime::RemoteObject>& result, 75 RefPtr<TypeBuilder::Runtime::RemoteObject>& result,
|
D | InjectedScriptCanvasModule.cpp | 43 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()
|
D | InjectedScriptHost.cpp | 72 …RefPtr<TypeBuilder::Runtime::RemoteObject> remoteObject = TypeBuilder::Runtime::RemoteObject::runt… in inspectImpl()
|
D | InjectedScriptBase.h | 69 …void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* r…
|
D | InspectorRuntimeAgent.cpp | 76 …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()
|
D | InjectedScriptCanvasModule.h | 63 …s::TraceLogId&, int, int, const String&, RefPtr<TypeBuilder::Runtime::RemoteObject>*, RefPtr<TypeB…
|
D | InspectorHeapProfilerAgent.h | 70 …shotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERR…
|
D | InspectorCanvasAgent.h | 86 …s::TraceLogId&, int, int, const String*, RefPtr<TypeBuilder::Runtime::RemoteObject>&, RefPtr<TypeB…
|
D | InspectorCanvasAgent.cpp | 54 using WebCore::TypeBuilder::Runtime::RemoteObject; 183 …, int callIndex, int argumentIndex, const String* objectGroup, RefPtr<RemoteObject>& result, RefPt… in evaluateTraceLogCallArgument()
|
D | InspectorInspectorAgent.cpp | 149 void InspectorInspectorAgent::inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspec… in inspect()
|
D | InspectorDebuggerAgent.h | 134 RefPtr<TypeBuilder::Runtime::RemoteObject>& result, 137 …l* doNotPauseOnExceptionsAndMuteConsole, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, RefPt…
|
D | InspectorDOMAgent.h | 133 …, int nodeId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERR… 194 PassRefPtr<TypeBuilder::Runtime::RemoteObject> resolveNode(Node*, const String& objectGroup);
|
D | InjectedScriptSource.js | 315 …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 = {
|
D | InspectorHeapProfilerAgent.cpp | 275 …eapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) in getObjectByHeapObjectId()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | RemoteObject.js | 36 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 …]
|
D | IndexedDBModel.js | 396 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/ |
D | RequestJSONView.js | 109 var obj = WebInspector.RemoteObject.fromLocalObject(this._parsedJSON.data);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/ |
D | ExtensionPanel.js | 168 this._setObject(WebInspector.RemoteObject.fromLocalObject(object), title, callback);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/ |
D | PaintProfilerView.js | 260 showCallback(WebInspector.RemoteObject.fromLocalObject(obj), false);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/ |
D | ConsoleViewMessage.js | 332 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…
|