Home
last modified time | relevance | path

Searched refs:ownProperties (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp120 …perties(ErrorString* errorString, const String& objectId, const bool* ownProperties, const bool* a… in getProperties() argument
132 …injectedScript.getProperties(errorString, objectId, ownProperties && *ownProperties, accessorPrope… in getProperties()
DInspectorRuntimeAgent.h78 …virtual void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, const …
DInjectedScript.h87 …void getProperties(ErrorString*, const String& objectId, bool ownProperties, bool accessorProperti…
DInjectedScript.cpp180 …:getProperties(ErrorString* errorString, const String& objectId, bool ownProperties, bool accessor… in getProperties() argument
184 function.appendArgument(ownProperties); in getProperties()
DInjectedScriptSource.js392 getProperties: function(objectId, ownProperties, accessorPropertiesOnly) argument
401 var descriptors = this._propertyDescriptors(object, ownProperties, accessorPropertiesOnly);
497 _propertyDescriptors: function(object, ownProperties, accessorPropertiesOnly) argument
561 if (ownProperties) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DRemoteObject.js323 doGetProperties: function(ownProperties, accessorPropertiesOnly, callback) argument
372 …this._runtimeAgent.getProperties(this._objectId, ownProperties, accessorPropertiesOnly, remoteObje…
683 doGetProperties: function(ownProperties, accessorPropertiesOnly, callback) argument
709 …WebInspector.RemoteObjectImpl.prototype.doGetProperties.call(this, ownProperties, accessorProperti… argument