Home
last modified time | relevance | path

Searched refs:getInternalProperties (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptExterns.js36 InjectedScriptHostClass.prototype.getInternalProperties = function(object) { } method in InjectedScriptHostClass
DInjectedScript.h84 …void getInternalProperties(ErrorString*, const String& objectId, RefPtr<TypeBuilder::Array<TypeBui…
DInspectorRuntimeAgent.cpp128 injectedScript.getInternalProperties(errorString, objectId, &internalProperties); in getProperties()
DInjectedScriptHost.idl44 [Custom] Array getInternalProperties(any obj);
DInjectedScript.cpp195 void InjectedScript::getInternalProperties(ErrorString* errorString, const String& objectId, RefPtr… in getInternalProperties() function in WebCore::InjectedScript
DInjectedScriptSource.js347 getInternalProperties: function(objectId, ownProperties) method in InjectedScript
355 var internalProperties = InjectedScriptHost.getInternalProperties(object);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptDebugServer.h95 v8::Local<v8::Value> getInternalProperties(v8::Handle<v8::Object>&);
DDebuggerScript.js82 DebuggerScript.getInternalProperties = function(value) function
DScriptDebugServer.cpp533 v8::Local<v8::Value> ScriptDebugServer::getInternalProperties(v8::Handle<v8::Object>& object) in getInternalProperties() function in WebCore::ScriptDebugServer
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8InjectedScriptHostCustom.cpp241 v8SetReturnValue(info, debugServer.getInternalProperties(object)); in getInternalPropertiesMethodCustom()