Searched refs:ownProperties (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorRuntimeAgent.cpp | 120 …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()
|
D | InspectorRuntimeAgent.h | 78 …virtual void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, const …
|
D | InjectedScript.h | 87 …void getProperties(ErrorString*, const String& objectId, bool ownProperties, bool accessorProperti…
|
D | InjectedScript.cpp | 180 …:getProperties(ErrorString* errorString, const String& objectId, bool ownProperties, bool accessor… in getProperties() argument 184 function.appendArgument(ownProperties); in getProperties()
|
D | InjectedScriptSource.js | 392 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/ |
D | RemoteObject.js | 323 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
|