Searched refs:propertyIdentifier (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | ScopeChainSidebarPane.js | 154 …if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperti… 160 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true; 165 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier]; 168 get propertyIdentifier() getter in WebInspector.ScopeVariableTreeElement
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGPropertyInfo.h | 69 , propertyIdentifier(newPropertyIdentifier) in SVGPropertyInfo() 78 const AtomicString& propertyIdentifier; member
|
D | SVGAnimatedProperty.h | 55 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier); in lookupOrCreateWrapper() 70 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier); in lookupWrapper()
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
D | PluginObject.cpp | 692 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testGetProperty() local 696 bool retval = browser->getproperty(obj->npp, object, propertyIdentifier, &variant); in testGetProperty() 721 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testHasProperty() local 724 bool retval = browser->hasproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier); in testHasProperty() 736 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testHasMethod() local 739 bool retval = browser->hasmethod(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier); in testHasMethod() 765 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testGetPropertyReturnValue() local 769 …bool retval = browser->getproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier, &va… in testGetPropertyReturnValue()
|