Searched defs:staticFunctions (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Tools/DumpRenderTree/gtk/
H A DPlainTextController.cpp53 static JSStaticFunction staticFunctions[] = { local
61 classDefinition.staticFunctions = staticFunctions;
H A DTextInputController.cpp150 static JSStaticFunction staticFunctions[] = { variable
167 classDefinition.staticFunctions = staticFunctions;
H A DEventSender.cpp192 classDefinition.staticFunctions = staticMenuItemFunctions;
790 static JSStaticFunction staticFunctions[] = { variable
821 classDefinition.staticFunctions = staticFunctions;
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityController.cpp102 static JSStaticFunction staticFunctions[] = { local
118 0, kJSClassAttributeNone, "AccessibilityController", 0, staticValues, staticFunctions,
H A DAccessibilityTextMarker.cpp70 static JSStaticFunction staticFunctions[] = { local
76 0, kJSClassAttributeNone, "AccessibilityTextMarker", 0, staticValues, staticFunctions,
122 static JSStaticFunction staticFunctions[] = { local
128 0, kJSClassAttributeNone, "AccessibilityTextMarkerRange", 0, staticValues, staticFunctions,
H A DGCController.cpp87 static JSStaticFunction staticFunctions[] = { local
95 0, kJSClassAttributeNone, "GCController", 0, 0, staticFunctions,
H A DAccessibilityUIElement.cpp914 static JSStaticFunction staticFunctions[] = { local
977 0, kJSClassAttributeNone, "AccessibilityUIElement", 0, staticValues, staticFunctions,
H A DLayoutTestController.cpp2134 static JSStaticFunction* staticFunctions = LayoutTestController::staticFunctions(); local
2136 0, kJSClassAttributeNone, "LayoutTestController", 0, staticValues, staticFunctions,
2154 JSStaticFunction* LayoutTestController::staticFunctions() function in class:LayoutTestController
2156 static JSStaticFunction staticFunctions[] = { local
2315 return staticFunctions;
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.cpp95 if (const JSStaticFunction* staticFunction = definition->staticFunctions) {
153 swap(definition.staticFunctions, protoDefinition.staticFunctions); // Move static functions to the prototype.
177 staticFunctions = new OpaqueJSClassStaticFunctionsTable;
183 staticFunctions->add(StringImpl::create(it->first->characters(), it->first->length()), entry);
187 staticFunctions = 0;
197 if (staticFunctions) {
198 deleteAllValues(*staticFunctions);
199 delete staticFunctions;
223 OpaqueJSClassStaticFunctionsTable* OpaqueJSClass::staticFunctions(JS function in class:OpaqueJSClass
[all...]
H A DJSClassRef.h84 OpaqueJSClassStaticFunctionsTable* staticFunctions; member in struct:OpaqueJSClassContextData
95 OpaqueJSClassStaticFunctionsTable* staticFunctions(JSC::ExecState*);
H A DJSObjectRef.h318 @field staticFunctions A JSStaticFunction array containing the class's statically declared function properties. Pass NULL to specify no statically declared function properties. The array must be terminated by a JSStaticFunction 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.
351 const JSStaticFunction* staticFunctions; member in struct:__anon14297
/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.cpp633 static JSStaticFunction staticFunctions[] = { variable
667 classDefinition.staticFunctions = staticFunctions;
/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 1286 milliseconds