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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
ScopeChainSidebarPane.js 160 if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperties)
166 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true;
171 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier];
174 get propertyIdentifier()
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.cpp 780 NPIdentifier propertyIdentifier =
786 browser->getproperty(obj->npp, object, propertyIdentifier, &variant);
814 NPIdentifier propertyIdentifier =
819 obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier);
834 NPIdentifier propertyIdentifier =
839 obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier);
870 NPIdentifier propertyIdentifier =
876 obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier, &variant);
    [all...]

Completed in 93 milliseconds