Searched refs:staticValues (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityTextMarker.cpp66 static JSStaticValue staticValues[] = { local
76 0, kJSClassAttributeNone, "AccessibilityTextMarker", 0, staticValues, staticFunctions,
118 static JSStaticValue staticValues[] = { local
128 0, kJSClassAttributeNone, "AccessibilityTextMarkerRange", 0, staticValues, staticFunctions,
H A DAccessibilityController.cpp111 static JSStaticValue staticValues[] = { local
118 0, kJSClassAttributeNone, "AccessibilityController", 0, staticValues, staticFunctions,
H A DLayoutTestController.h402 static JSStaticValue* staticValues();
H A DLayoutTestController.cpp2133 static JSStaticValue* staticValues = LayoutTestController::staticValues(); local
2136 0, kJSClassAttributeNone, "LayoutTestController", 0, staticValues, staticFunctions,
2143 JSStaticValue* LayoutTestController::staticValues() function in class:LayoutTestController
2145 static JSStaticValue staticValues[] = { local
2151 return staticValues;
H A DAccessibilityUIElement.cpp862 static JSStaticValue staticValues[] = { local
977 0, kJSClassAttributeNone, "AccessibilityUIElement", 0, staticValues, staticFunctions,
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.cpp79 if (const JSStaticValue* staticValue = definition->staticValues) {
165 staticValues = new OpaqueJSClassStaticValuesTable;
171 staticValues->add(StringImpl::create(it->first->characters(), it->first->length()), entry);
174 staticValues = 0;
192 if (staticValues) {
193 deleteAllValues(*staticValues);
194 delete staticValues;
217 OpaqueJSClassStaticValuesTable* OpaqueJSClass::staticValues(JSC::ExecState* exec) function in class:OpaqueJSClass
220 return jsClassData.staticValues;
H A DJSClassRef.h83 OpaqueJSClassStaticValuesTable* staticValues; member in struct:OpaqueJSClassContextData
94 OpaqueJSClassStaticValuesTable* staticValues(JSC::ExecState*);
H A DJSCallbackObjectFunctions.h150 if (OpaqueJSClassStaticValuesTable* staticValues = jsClass->staticValues(exec)) {
151 if (staticValues->contains(propertyName.impl())) {
211 if (OpaqueJSClassStaticValuesTable* staticValues = jsClass->staticValues(exec)) {
212 if (StaticValueEntry* entry = staticValues->get(propertyName.impl())) {
269 if (OpaqueJSClassStaticValuesTable* staticValues = jsClass->staticValues(exec)) {
270 if (StaticValueEntry* entry = staticValues->get(propertyName.impl())) {
412 if (OpaqueJSClassStaticValuesTable* staticValues
[all...]
H A DJSObjectRef.h317 @field staticValues A JSStaticValue array containing the class's statically declared value properties. Pass NULL to specify no statically declared value properties. The array must be terminated by a JSStaticValue whose name field is NULL.
330 @discussion The staticValues and staticFunctions arrays are the simplest and most efficient means for vending custom properties. Statically declared properties autmatically service requests like getProperty, setProperty, and getPropertyNames. Property access callbacks are required only to implement unusual properties, like array indexes, whose names are not known at compile-time.
350 const JSStaticValue* staticValues; member in struct:__anon14297
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DClassDataItem.java48 private final HashMap<EncodedField, Constant> staticValues; field in class:ClassDataItem
84 this.staticValues = new HashMap<EncodedField, Constant>(40);
131 staticValues.put(field, value);
257 * Gets a {@link CstArray} corresponding to {@link #staticValues} if
272 * Gets a {@link CstArray} corresponding to {@link #staticValues} if
283 * Get the size of staticValues minus any trailing zeros/nulls (both
290 Constant cst = staticValues.get(field);
311 Constant cst = staticValues.get(field);
H A DClassDefItem.java141 CstArray staticValues = classData.getStaticValuesConstant();
142 if (staticValues != null) {
144 byteData.intern(new EncodedArrayItem(staticValues));
/external/webkit/Source/JavaScriptCore/API/tests/
H A DJSNodeList.c108 definition.staticValues = JSNodeList_staticValues;
H A DJSNode.c173 definition.staticValues = JSNode_staticValues;
H A Dtestapi.c544 definition.staticValues = Base_staticValues;
622 definition.staticValues = Derived_staticValues;
849 globalObjectClassDefinition.staticValues = globalObject_staticValues;
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DCodeGeneratorTestRunner.pm143 static const JSStaticValue* staticValues();
219 definition.staticValues = staticValues();
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEventSender.cpp193 classDefinition.staticValues = staticMenuItemValues;
808 static JSStaticValue staticValues[] = { variable
822 classDefinition.staticValues = staticValues;
/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.cpp648 static JSStaticValue staticValues[] = { variable
668 classDefinition.staticValues = staticValues;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1778 milliseconds