HomeSort by relevance Sort by last modified time
    Searched refs:Identifier (Results 76 - 100 of 349) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/js/
JSHTMLFrameSetElementCustom.cpp 44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, const Identifier& propertyName)
50 JSValue JSHTMLFrameSetElement::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
JSStyleSheetListCustom.cpp 50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identifier& propertyName)
55 JSValue JSStyleSheetList::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
JSJavaScriptCallFrameCustom.cpp 108 return jsJavaScriptCallFrameLOCAL_SCOPE(exec, JSValue(), Identifier());
111 return jsJavaScriptCallFrameCLOSURE_SCOPE(exec, JSValue(), Identifier());
117 return jsJavaScriptCallFrameGLOBAL_SCOPE(exec, JSValue(), Identifier());
118 return jsJavaScriptCallFrameWITH_SCOPE(exec, JSValue(), Identifier());
JSDeviceMotionEventCustom.cpp 46 JSValue xValue = object->get(exec, Identifier(exec, "x"));
54 JSValue yValue = object->get(exec, Identifier(exec, "y"));
62 JSValue zValue = object->get(exec, Identifier(exec, "z"));
84 JSValue alphaValue = object->get(exec, Identifier(exec, "alpha"));
92 JSValue betaValue = object->get(exec, Identifier(exec, "beta"));
100 JSValue gammaValue = object->get(exec, Identifier(exec, "gamma"));
117 object->putDirect(exec->globalData(), Identifier(exec, "x"), acceleration->canProvideX() ? jsNumber(acceleration->x()) : jsNull());
118 object->putDirect(exec->globalData(), Identifier(exec, "y"), acceleration->canProvideY() ? jsNumber(acceleration->y()) : jsNull());
119 object->putDirect(exec->globalData(), Identifier(exec, "z"), acceleration->canProvideZ() ? jsNumber(acceleration->z()) : jsNull());
126 object->putDirect(exec->globalData(), Identifier(exec, "alpha"), rotationRate->canProvideAlpha() ? jsNumber(rotationRate->alpha()) : jsNull())
    [all...]
JSInspectorFrontendHostCustom.cpp 95 JSValue label = item->get(exec, Identifier(exec, "label"));
96 JSValue type = item->get(exec, Identifier(exec, "type"));
97 JSValue id = item->get(exec, Identifier(exec, "id"));
98 JSValue enabled = item->get(exec, Identifier(exec, "enabled"));
99 JSValue checked = item->get(exec, Identifier(exec, "checked"));
JSCSSStyleDeclarationCustom.cpp 68 static bool hasCSSPropertyNamePrefix(const Identifier& propertyName, const char* prefix)
90 static String cssPropertyName(const Identifier& propertyName, bool* hadPixelOrPosPrefix = 0)
136 static bool isCSSPropertyName(const Identifier& propertyIdentifier)
143 bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& propertyName)
150 JSValue JSCSSStyleDeclaration::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
179 bool JSCSSStyleDeclaration::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&)
  /external/webkit/Source/WebKit2/UIProcess/Launcher/
ProcessLauncher.h 46 virtual void didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier) = 0;
82 void didFinishLaunchingProcess(PlatformProcessIdentifier, CoreIPC::Connection::Identifier);
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.h 36 JSCallbackFunction(ExecState*, JSGlobalObject*, JSObjectCallAsFunctionCallback, const Identifier& name);
  /external/webkit/Source/JavaScriptCore/runtime/
JSNotAnObject.cpp 77 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, const Identifier&, PropertySlot&)
89 bool JSNotAnObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier&, PropertyDescriptor&)
95 void JSNotAnObject::put(ExecState* exec, const Identifier& , JSValue, PutPropertySlot&)
105 bool JSNotAnObject::deleteProperty(ExecState* exec, const Identifier&)
JSZombie.h 59 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&) { ASSERT_NOT_REACHED(); }
61 virtual bool deleteProperty(ExecState*, const Identifier&) { ASSERT_NOT_REACHED(); return false; }
66 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&) { ASSERT_NOT_REACHED(); return false; }
JSByteArray.cpp 58 bool JSByteArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
69 bool JSByteArray::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
86 return JSObject::getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
89 void JSByteArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
109 propertyNames.add(Identifier::from(exec, i));
Lookup.h 25 #include "Identifier.h"
146 ALWAYS_INLINE const HashEntry* entry(JSGlobalData* globalData, const Identifier& identifier) const
149 return entry(identifier);
152 ALWAYS_INLINE const HashEntry* entry(ExecState* exec, const Identifier& identifier) const
155 return entry(identifier);
159 ALWAYS_INLINE const HashEntry* entry(const Identifier& identifier) const
163 const HashEntry* entry = &table[identifier.impl()->existingHash() & compactHashSizeMask]
    [all...]
RegExpObject.h 55 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
56 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
57 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
  /external/webkit/Source/JavaScriptGlue/
JSUtils.h 37 #include <JavaScriptCore/Identifier.h>
56 Identifier CFStringToIdentifier(CFStringRef inCFString, ExecState*);
57 CFStringRef IdentifierToCFString(const Identifier& inIdentifier);
UserObjectImp.h 49 virtual bool getOwnPropertySlot(ExecState *, const Identifier&, PropertySlot&);
50 virtual void put(ExecState *exec, const Identifier &propertyName, JSValue value, PutPropertySlot&);
67 static JSValue userObjectGetter(ExecState*, JSValue, const Identifier& propertyName);
  /external/webkit/Source/WebCore/bridge/objc/
objc_instance.h 50 virtual JSValue getMethod(ExecState* exec, const Identifier& propertyName);
56 JSValue getValueOfUndefinedField(ExecState*, const Identifier&) const;
57 virtual bool setValueOfUndefinedField(ExecState*, const Identifier&, JSValue);
  /external/v8/src/
preparser.h 226 class Identifier {
228 static Identifier Default() {
229 return Identifier(kUnknownIdentifier);
231 static Identifier Eval() {
232 return Identifier(kEvalIdentifier);
234 static Identifier Arguments() {
235 return Identifier(kArgumentsIdentifier);
237 static Identifier FutureReserved() {
238 return Identifier(kFutureReservedIdentifier);
240 static Identifier FutureStrictReserved()
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 49 class Identifier;
109 RegisterID* registerFor(const Identifier&);
112 int argumentNumberFor(const Identifier&);
116 bool willResolveToArguments(const Identifier&);
121 RegisterID* constRegisterFor(const Identifier&);
129 bool findScopedProperty(const Identifier&, int& index, size_t& depth, bool forWriting, bool& includesDynamicScopes, JSObject*& globalObject);
134 bool isLocal(const Identifier&);
135 bool isLocalConstant(const Identifier&);
197 PassRefPtr<LabelScope> newLabelScope(LabelScope::Type, const Identifier* = 0);
279 RegisterID* emitLoad(RegisterID* dst, const Identifier&)
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestMediaQueryListListener.h 38 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
39 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
64 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
65 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
80 JSC::JSValue jsTestMediaQueryListListenerConstructor(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
JSTestSerializedScriptValueInterface.h 40 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 jsTestSerializedScriptValueInterfaceValue(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
78 JSC::JSValue jsTestSerializedScriptValueInterfaceConstructor(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.h 165 QtRuntimeMethod(QtRuntimeMethodData *dd, ExecState *exec, const Identifier &n, PassRefPtr<QtInstance> inst);
172 QtRuntimeMetaMethod(ExecState *exec, const Identifier &n, PassRefPtr<QtInstance> inst, int index, const QByteArray& signature, bool allowPrivate);
174 virtual bool getOwnPropertySlot(ExecState *, const Identifier&, PropertySlot&);
175 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
186 static JSValue lengthGetter(ExecState*, JSValue, const Identifier&);
187 static JSValue connectGetter(ExecState*, JSValue, const Identifier&);
188 static JSValue disconnectGetter(ExecState*, JSValue, const Identifier&);
195 QtRuntimeConnectionMethod(ExecState *exec, const Identifier &n, bool isConnect, PassRefPtr<QtInstance> inst, int index, const QByteArray& signature );
197 virtual bool getOwnPropertySlot(ExecState *, const Identifier&, PropertySlot&);
198 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&)
    [all...]
qt_instance.h 53 virtual JSValue getMethod(ExecState* exec, const Identifier& propertyName);
67 virtual bool getOwnPropertySlot(JSObject*, ExecState*, const Identifier&, PropertySlot&);
68 virtual void put(JSObject*, ExecState*, const Identifier&, JSValue, PutPropertySlot&);
  /external/clang/lib/Lex/
Preprocessor.cpp 379 // If this is a raw identifier or a literal token, set the pointer data.
447 /// identifier information for the token and install it into the token,
449 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const {
450 assert(Identifier.getRawIdentifierData() != 0 && "No raw identifier data!");
454 if (!Identifier.needsCleaning()) {
456 II = getIdentifierInfo(StringRef(Identifier.getRawIdentifierData(),
457 Identifier.getLength()));
461 StringRef CleanedStr = getSpelling(Identifier, IdentifierBuffer);
465 // Update the token info (identifier info and appropriate token kind)
    [all...]
  /external/webkit/Source/WebCore/bridge/
runtime_array.cpp 54 JSValue RuntimeArray::lengthGetter(ExecState*, JSValue slotBase, const Identifier&)
70 propertyNames.add(Identifier::from(exec, i));
78 bool RuntimeArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
97 bool RuntimeArray::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
130 void RuntimeArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
157 bool RuntimeArray::deleteProperty(ExecState*, const Identifier&)
runtime_method.cpp 46 RuntimeMethod::RuntimeMethod(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, const Identifier& ident, Bindings::MethodList& m)
54 JSValue RuntimeMethod::lengthGetter(ExecState*, JSValue slotBase, const Identifier&)
67 bool RuntimeMethod::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
77 bool RuntimeMethod::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor &descriptor)

Completed in 282 milliseconds

1 2 34 5 6 7 8 91011>>