Searched refs:propertyIdentifier (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | ScopeChainSidebarPane.js | 160 …if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperti… 166 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true; 171 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier]; 174 get propertyIdentifier() getter in WebInspector.ScopeVariableTreeElement
|
/external/chromium_org/content/shell/tools/plugin/ |
D | PluginObject.cpp | 780 NPIdentifier propertyIdentifier = in testGetProperty() local 786 browser->getproperty(obj->npp, object, propertyIdentifier, &variant); in testGetProperty() 814 NPIdentifier propertyIdentifier = in testHasProperty() local 819 obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier); in testHasProperty() 834 NPIdentifier propertyIdentifier = in testHasMethod() local 839 obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier); in testHasMethod() 870 NPIdentifier propertyIdentifier = in testGetPropertyReturnValue() local 876 obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier, &variant); in testGetPropertyReturnValue()
|