OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propertyIdentifier
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/inspector/front-end/
ScopeChainSidebarPane.js
120
if (this.hasChildren && this.
propertyIdentifier
in this.treeOutline.section.pane._expandedProperties)
126
this.treeOutline.section.pane._expandedProperties[this.
propertyIdentifier
] = true;
131
delete this.treeOutline.section.pane._expandedProperties[this.
propertyIdentifier
];
134
get
propertyIdentifier
()
/external/webkit/Source/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp
136
static bool isCSSPropertyName(const Identifier&
propertyIdentifier
)
140
return CSSStyleDeclaration::isPropertyName(cssPropertyName(
propertyIdentifier
));
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.cpp
668
NPIdentifier
propertyIdentifier
= browser->getstringidentifier(propertyString);
672
bool retval = browser->getproperty(obj->npp, object,
propertyIdentifier
, &variant);
697
NPIdentifier
propertyIdentifier
= browser->getstringidentifier(propertyString);
700
bool retval = browser->hasproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]),
propertyIdentifier
);
712
NPIdentifier
propertyIdentifier
= browser->getstringidentifier(propertyString);
715
bool retval = browser->hasmethod(obj->npp, NPVARIANT_TO_OBJECT(args[0]),
propertyIdentifier
);
741
NPIdentifier
propertyIdentifier
= browser->getstringidentifier(propertyString);
745
bool retval = browser->getproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]),
propertyIdentifier
, &variant);
[
all
...]
Completed in 47 milliseconds