HomeSort by relevance Sort by last modified time
    Searched refs:propertyIdentifier (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 69 , propertyIdentifier(newPropertyIdentifier)
78 const AtomicString& propertyIdentifier;
SVGAnimatedProperty.h 54 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier);
69 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScopeChainSidebarPane.js 155 if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperties)
161 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true;
166 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier];
169 get propertyIdentifier()
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.cpp 693 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString);
697 bool retval = browser->getproperty(obj->npp, object, propertyIdentifier, &variant);
722 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString);
725 bool retval = browser->hasproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier);
737 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString);
740 bool retval = browser->hasmethod(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier);
766 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString);
770 bool retval = browser->getproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier, &variant);
    [all...]

Completed in 815 milliseconds