Searched defs:staticValues (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityController.cpp111 static JSStaticValue staticValues[] = { local
118 0, kJSClassAttributeNone, "AccessibilityController", 0, staticValues, staticFunctions,
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 DAccessibilityUIElement.cpp862 static JSStaticValue staticValues[] = { local
977 0, kJSClassAttributeNone, "AccessibilityUIElement", 0, staticValues, staticFunctions,
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;
/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 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);
/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.cpp648 static JSStaticValue staticValues[] = { variable
668 classDefinition.staticValues = staticValues;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEventSender.cpp193 classDefinition.staticValues = staticMenuItemValues;
808 static JSStaticValue staticValues[] = { variable
822 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 171 milliseconds