Searched refs:Identifier (Results 126 - 150 of 343) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestInterface.h40 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
41 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
77 JSC::JSValue jsTestInterfaceConstructor(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
H A DJSTestObj.cpp149 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
150 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
169 bool JSTestObjConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
174 bool JSTestObjConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
247 bool JSTestObjPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
252 bool JSTestObjPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
271 bool JSTestObj::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
276 bool JSTestObj::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
281 JSValue jsTestObjReadOnlyIntAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
290 JSValue jsTestObjReadOnlyStringAttr(ExecState* exec, JSValue slotBase, const Identifier argument
299 jsTestObjReadOnlyTestObjAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
308 jsTestObjShortAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
317 jsTestObjUnsignedShortAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
326 jsTestObjIntAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
335 jsTestObjLongLongAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
344 jsTestObjUnsignedLongLongAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
353 jsTestObjStringAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
362 jsTestObjTestObjAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
371 jsTestObjXMLObjAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
380 jsTestObjCreate(ExecState* exec, JSValue slotBase, const Identifier&) argument
389 jsTestObjReflectedStringAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
398 jsTestObjReflectedIntegralAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
407 jsTestObjReflectedUnsignedIntegralAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
416 jsTestObjReflectedBooleanAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
425 jsTestObjReflectedURLAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
434 jsTestObjReflectedNonEmptyURLAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
443 jsTestObjReflectedStringAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
452 jsTestObjReflectedCustomIntegralAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
461 jsTestObjReflectedCustomBooleanAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
470 jsTestObjReflectedCustomURLAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
479 jsTestObjReflectedCustomNonEmptyURLAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
488 jsTestObjAttrWithGetterException(ExecState* exec, JSValue slotBase, const Identifier&) argument
498 jsTestObjAttrWithSetterException(ExecState* exec, JSValue slotBase, const Identifier&) argument
507 jsTestObjStringAttrWithGetterException(ExecState* exec, JSValue slotBase, const Identifier&) argument
517 jsTestObjStringAttrWithSetterException(ExecState* exec, JSValue slotBase, const Identifier&) argument
526 jsTestObjCustomAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
532 jsTestObjScriptStringAttr(ExecState* exec, JSValue slotBase, const Identifier&) argument
542 jsTestObjConditionalAttr1(ExecState* exec, JSValue slotBase, const Identifier&) argument
553 jsTestObjConditionalAttr2(ExecState* exec, JSValue slotBase, const Identifier&) argument
564 jsTestObjConditionalAttr3(ExecState* exec, JSValue slotBase, const Identifier&) argument
574 jsTestObjDescription(ExecState* exec, JSValue slotBase, const Identifier&) argument
583 jsTestObjId(ExecState* exec, JSValue slotBase, const Identifier&) argument
592 jsTestObjHash(ExecState* exec, JSValue slotBase, const Identifier&) argument
601 jsTestObjConstructor(ExecState* exec, JSValue slotBase, const Identifier&) argument
1569 jsTestObjCONST_VALUE_0(ExecState* exec, JSValue, const Identifier&) argument
1575 jsTestObjCONST_VALUE_1(ExecState* exec, JSValue, const Identifier&) argument
1581 jsTestObjCONST_VALUE_2(ExecState* exec, JSValue, const Identifier&) argument
1587 jsTestObjCONST_VALUE_4(ExecState* exec, JSValue, const Identifier&) argument
1593 jsTestObjCONST_VALUE_8(ExecState* exec, JSValue, const Identifier&) argument
1599 jsTestObjCONST_VALUE_9(ExecState* exec, JSValue, const Identifier&) argument
1605 jsTestObjCONST_VALUE_10(ExecState* exec, JSValue, const Identifier&) argument
1610 jsTestObjCONST_VALUE_11(ExecState* exec, JSValue, const Identifier&) argument
1616 jsTestObjCONST_VALUE_12(ExecState* exec, JSValue, const Identifier&) argument
1622 jsTestObjCONST_VALUE_13(ExecState* exec, JSValue, const Identifier&) argument
1628 jsTestObjCONST_VALUE_14(ExecState* exec, JSValue, const Identifier&) argument
[all...]
/external/webkit/Source/WebCore/bridge/c/
H A Dc_class.cpp36 #include <runtime/Identifier.h>
76 MethodList CClass::methodsNamed(const Identifier& identifier, Instance* instance) const
101 Field* CClass::fieldNamed(const Identifier& identifier, Instance* instance) const
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaClassJSC.cpp34 #include <runtime/Identifier.h>
117 MethodList JavaClass::methodsNamed(const Identifier& identifier, Instance*) const
126 Field* JavaClass::fieldNamed(const Identifier& identifier, Instance*) const
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.h49 JSC::Bindings::MethodList methodsNamed(const JSC::Identifier&);
50 JSC::Bindings::Field* fieldNamed(const JSC::Identifier&);
66 virtual JSC::JSValue getMethod(JSC::ExecState* exec, const JSC::Identifier& propertyName);
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp37 assert(II->hadMacroDefinition() && "Identifier has not been not a macro!");
40 assert(Pos != Macros.end() && "Identifier macro info is missing!");
257 return false; // Identifier is a macro argument.
307 /// expanded as a macro, handle it and return the next token as 'Identifier'.
308 bool Preprocessor::HandleMacroExpandedIdentifier(Token &Identifier, argument
319 if (Callbacks) Callbacks->MacroExpands(Identifier, MD,
320 Identifier.getLocation());
321 ExpandBuiltinMacro(Identifier);
332 SourceLocation ExpansionEnd = Identifier.getLocation();
345 Args = ReadFunctionLikeMacroArgs(Identifier, M
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DInternalFunction.h28 #include "Identifier.h"
53 InternalFunction(JSGlobalData*, JSGlobalObject*, Structure*, const Identifier&);
H A DError.cpp125 error->putWithAttributes(globalData, Identifier(globalData, linePropertyName), jsNumber(line), ReadOnly | DontDelete);
127 error->putWithAttributes(globalData, Identifier(globalData, sourceIdPropertyName), jsNumber((double)sourceID), ReadOnly | DontDelete);
129 error->putWithAttributes(globalData, Identifier(globalData, sourceURLPropertyName), jsString(globalData, sourceURL), ReadOnly | DontDelete);
141 return error->hasProperty(exec, Identifier(exec, linePropertyName))
142 || error->hasProperty(exec, Identifier(exec, sourceIdPropertyName))
143 || error->hasProperty(exec, Identifier(exec, sourceURLPropertyName));
H A DJSFunction.cpp64 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int length, const Identifier& name, NativeExecutable* thunk)
74 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, int length, const Identifier& name, NativeFunction func)
93 const Identifier& name = static_cast<FunctionExecutable*>(m_executable.get())->name();
160 JSValue JSFunction::argumentsGetter(ExecState* exec, JSValue slotBase, const Identifier&) argument
167 JSValue JSFunction::callerGetter(ExecState* exec, JSValue slotBase, const Identifier&) argument
174 JSValue JSFunction::lengthGetter(ExecState*, JSValue slotBase, const Identifier&) argument
181 bool JSFunction::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
228 bool JSFunction::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
278 void JSFunction::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
305 bool JSFunction::deleteProperty(ExecState* exec, const Identifier
[all...]
H A DJSGlobalObject.h156 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
157 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
158 virtual bool hasOwnPropertyForWrite(ExecState*, const Identifier&);
159 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
160 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes);
162 virtual void defineGetter(ExecState*, const Identifier& propertyName, JSObject* getterFunc, unsigned attributes);
163 virtual void defineSetter(ExecState*, const Identifier& propertyName, JSObject* setterFunc, unsigned attributes);
167 bool symbolTableHasProperty(const Identifier& propertyName);
264 GlobalPropertyInfo(const Identifier& i, JSValue v, unsigned a)
271 const Identifier identifie
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSDirectoryEntryCustom.cpp65 JSValue jsCreate = object->get(exec, Identifier(exec, "create"));
67 JSValue jsExclusive = object->get(exec, Identifier(exec, "exclusive"));
111 JSValue jsCreate = object->get(exec, Identifier(exec, "create"));
113 JSValue jsExclusive = object->get(exec, Identifier(exec, "exclusive"));
H A DJSImageDataCustom.cpp49 Identifier dataName(exec, "data");
H A DJSPluginElementFunctions.cpp103 JSValue runtimeObjectPropertyGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
113 bool runtimeObjectCustomGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot, JSHTMLElement* element)
125 bool runtimeObjectCustomGetOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, JSHTMLElement* element)
141 bool runtimeObjectCustomPut(ExecState* exec, const Identifier& propertyName, JSValue value, JSHTMLElement* element, PutPropertySlot& slot)
H A DJSDirectoryEntrySyncCustom.cpp58 JSValue jsCreate = object->get(exec, Identifier(exec, "create"));
60 JSValue jsExclusive = object->get(exec, Identifier(exec, "exclusive"));
H A DJSNamedNodeMapCustom.cpp71 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, const Identifier& propertyName)
76 JSValue JSNamedNodeMap::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.h35 virtual JSValue getMethod(ExecState* exec, const Identifier& propertyName);
H A Dqt_pixmapruntime.cpp47 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
48 virtual Field* fieldNamed(const Identifier&, Instance*) const;
179 JSValue QtPixmapInstance::getMethod(ExecState* exec, const Identifier& propertyName)
196 MethodList QtPixmapClass::methodsNamed(const Identifier& identifier, Instance*) const
208 Field* QtPixmapClass::fieldNamed(const Identifier& identifier, Instance*) const
219 arr.add(Identifier(exec, UString(QtPixmapToDataUrlMethod::name())));
220 arr.add(Identifier(exec, UString(QtPixmapAssignToElementMethod::name())));
221 arr.add(Identifier(exec, UString(QtPixmapToStringMethod::name())));
222 arr.add(Identifier(exec, UString(QtPixmapWidthField::name())));
223 arr.add(Identifier(exe
[all...]
/external/webkit/Source/WebKit2/UIProcess/Launcher/
H A DProcessLauncher.cpp50 void ProcessLauncher::didFinishLaunchingProcess(PlatformProcessIdentifier processIdentifier, CoreIPC::Connection::Identifier identifier)
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.h38 JSNPMethod(JSC::ExecState*, JSC::JSGlobalObject*, const JSC::Identifier&, NPIdentifier);
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGOperations.cpp93 Identifier propertyName(exec, asString(property)->value(exec));
100 Identifier ident(exec, property.toString(exec));
104 EncodedJSValue operationGetById(ExecState* exec, EncodedJSValue encodedBase, Identifier* identifier)
154 Identifier ident(exec, property.toString(exec));
171 void operationPutByIdStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encodedBase, Identifier* identifier)
177 void operationPutByIdNonStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encodedBase, Identifier* identifier)
183 void operationPutByIdDirectStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encodedBase, Identifier* identifier)
189 void operationPutByIdDirectNonStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encodedBase, Identifier* identifier)
/external/webkit/Source/WebCore/bridge/
H A Dtestqtbindings.cpp105 global->put(exec, Identifier("myInterface"), Instance::createRuntimeObject(Instance::QtLanguage, (void*)myObject));
118 JSValue* lineVal = exVal->getObject()->get(exec, Identifier("line"));
H A Druntime_object.cpp60 JSValue RuntimeObject::fallbackObjectGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
78 JSValue RuntimeObject::fieldGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
97 JSValue RuntimeObject::methodGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
114 bool RuntimeObject::getOwnPropertySlot(ExecState *exec, const Identifier& propertyName, PropertySlot& slot)
159 bool RuntimeObject::getOwnPropertyDescriptor(ExecState *exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
208 void RuntimeObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
228 bool RuntimeObject::deleteProperty(ExecState*, const Identifier&) argument
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
H A DJInputJoyInput.java11 import net.java.games.input.Component.Identifier;
12 import net.java.games.input.Component.Identifier.Axis;
13 import net.java.games.input.Component.Identifier.Button;
37 Identifier id = comp.getIdentifier();
135 Identifier id = e.getComponent().getIdentifier();
136 if (id == Identifier.Axis.POV){
/external/clang/lib/AST/
H A DDeclarationName.cpp85 case DeclarationName::Identifier: {
140 case StoredIdentifier: return Identifier;
189 case Identifier:
283 case Identifier:
304 case Identifier:
456 case DeclarationName::Identifier:
482 case DeclarationName::Identifier:
504 case DeclarationName::Identifier:
533 case DeclarationName::Identifier:
562 case DeclarationName::Identifier
[all...]
H A DNestedNameSpecifier.cpp48 assert(II && "Identifier cannot be NULL");
102 assert(II && "Identifier cannot be NULL");
125 return Identifier;
164 case Identifier:
165 // Identifier specifiers always represent dependent types
185 case Identifier:
186 // Identifier specifiers always represent dependent types
204 case Identifier:
229 case Identifier:
302 case NestedNameSpecifier::Identifier
513 Extend(ASTContext &Context, IdentifierInfo *Identifier, SourceLocation IdentifierLoc, SourceLocation ColonColonLoc) argument
[all...]

Completed in 694 milliseconds

1234567891011>>