Searched refs:staticFunctions (Results 1 - 19 of 19) 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 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 DAccessibilityController.cpp102 static JSStaticFunction staticFunctions[] = { local
118 0, kJSClassAttributeNone, "AccessibilityController", 0, staticValues, staticFunctions,
H A DLayoutTestController.h403 static JSStaticFunction* 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;
H A DAccessibilityUIElement.cpp914 static JSStaticFunction staticFunctions[] = { local
977 0, kJSClassAttributeNone, "AccessibilityUIElement", 0, staticValues, 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 DJSCallbackObjectFunctions.h157 if (OpaqueJSClassStaticFunctionsTable* staticFunctions = jsClass->staticFunctions(exec)) {
158 if (staticFunctions->contains(propertyName.impl())) {
233 if (OpaqueJSClassStaticFunctionsTable* staticFunctions = jsClass->staticFunctions(exec)) {
234 if (StaticFunctionEntry* entry = staticFunctions->get(propertyName.impl())) {
277 if (OpaqueJSClassStaticFunctionsTable* staticFunctions = jsClass->staticFunctions(exec)) {
278 if (StaticFunctionEntry* entry = staticFunctions->get(propertyName.impl())) {
423 if (OpaqueJSClassStaticFunctionsTable* staticFunctions
[all...]
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:__anon15523
/external/webkit/Source/JavaScriptCore/API/tests/
H A DJSNodeList.c109 definition.staticFunctions = JSNodeList_staticFunctions;
H A DJSNode.c174 definition.staticFunctions = JSNode_staticFunctions;
H A Dtestapi.c545 definition.staticFunctions = Base_staticFunctions;
623 definition.staticFunctions = Derived_staticFunctions;
850 globalObjectClassDefinition.staticFunctions = globalObject_staticFunctions;
1413 prototypeLoopClassDefinition.staticFunctions = globalObject_staticFunctions;
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DCodeGeneratorTestRunner.pm142 static const JSStaticFunction* staticFunctions();
220 definition.staticFunctions = staticFunctions();
/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 223 milliseconds