Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 144) sorted by relevance

123456

/external/chromium/base/
Dthread_local_win.cc14 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) { in AllocateSlot()
20 void ThreadLocalPlatform::FreeSlot(SlotType& slot) { in FreeSlot()
27 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) { in GetValueFromSlot()
32 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) { in SetValueInSlot()
Dthread_local_posix.cc14 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) { in AllocateSlot()
20 void ThreadLocalPlatform::FreeSlot(SlotType& slot) { in FreeSlot()
26 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) { in GetValueFromSlot()
31 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) { in SetValueInSlot()
/external/webkit/JavaScriptCore/runtime/
DRegExpConstructor.cpp139 PutPropertySlot slot; in fillArrayInstance() local
188 …onstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
198 JSValue regExpConstructorDollar1(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpConstructorDollar1()
203 JSValue regExpConstructorDollar2(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpConstructorDollar2()
208 JSValue regExpConstructorDollar3(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpConstructorDollar3()
213 JSValue regExpConstructorDollar4(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpConstructorDollar4()
218 JSValue regExpConstructorDollar5(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpConstructorDollar5()
223 JSValue regExpConstructorDollar6(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpConstructorDollar6()
228 JSValue regExpConstructorDollar7(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpConstructorDollar7()
233 JSValue regExpConstructorDollar8(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpConstructorDollar8()
[all …]
DRegExpObject.cpp70 …gExpObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
80 JSValue regExpObjectGlobal(ExecState*, const Identifier&, const PropertySlot& slot) in regExpObjectGlobal()
85 JSValue regExpObjectIgnoreCase(ExecState*, const Identifier&, const PropertySlot& slot) in regExpObjectIgnoreCase()
90 JSValue regExpObjectMultiline(ExecState*, const Identifier&, const PropertySlot& slot) in regExpObjectMultiline()
95 JSValue regExpObjectSource(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpObjectSource()
100 JSValue regExpObjectLastIndex(ExecState* exec, const Identifier&, const PropertySlot& slot) in regExpObjectLastIndex()
105 …pObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
DJSActivation.cpp71 …Activation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
94 …JSActivation::put(ExecState*, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
120 PutPropertySlot slot; in putWithAttributes() local
142 JSValue JSActivation::argumentsGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) in argumentsGetter()
147 PropertySlot slot; in argumentsGetter() local
DJSFunction.cpp125 JSValue JSFunction::argumentsGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) in argumentsGetter()
132 JSValue JSFunction::callerGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) in callerGetter()
139 JSValue JSFunction::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) in lengthGetter()
146 …JSFunction::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
188 PropertySlot slot; in getOwnPropertyDescriptor() local
222 …unction::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
DJSObject.h349 …ject::inlineGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in inlineGetOwnPropertySlot()
371 …l JSObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
376 …JSCell::fastGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in fastGetOwnPropertySlot()
385 …bool JSObject::getPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getPropertySlot()
398 …S_INLINE bool JSObject::getPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getPropertySlot()
429 …ertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot, JSCell* s… in putDirectInternal()
518 …ifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) in putDirectInternal()
528 PutPropertySlot slot; in putDirectInternal() local
532 …ifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) in putDirect()
542 PutPropertySlot slot; in putDirect() local
[all …]
DRegExpMatchesArray.h33 …irtual bool getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
40 virtual bool getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
54 …virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot) in put()
DStringObject.cpp50 …ringObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
57 bool StringObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
71 …gObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
DArguments.cpp144 bool Arguments::getOwnPropertySlot(ExecState* exec, unsigned i, PropertySlot& slot) in getOwnPropertySlot()
157 … Arguments::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
220 void Arguments::put(ExecState* exec, unsigned i, JSValue value, PutPropertySlot& slot) in put()
233 …guments::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
DJSObject.cpp86 bool JSObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
97 …SObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
169 PutPropertySlot slot; in put() local
173 …ifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) in putWithAttributes()
190 PropertySlot slot; in hasProperty() local
196 PropertySlot slot; in hasProperty() local
223 PropertySlot slot; in hasOwnProperty() local
306 PutPropertySlot slot; in defineGetter() local
333 PutPropertySlot slot; in defineSetter() local
517 NEVER_INLINE void JSObject::fillGetterPropertySlot(PropertySlot& slot, JSValue* location) in fillGetterPropertySlot()
[all …]
DJSByteArray.cpp60 …SByteArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
82 bool JSByteArray::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
91 …teArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
DLookup.h174 …exec, const HashTable* table, ThisImp* thisObj, const Identifier& propertyName, PropertySlot& slot) in getStaticPropertySlot()
197 PropertySlot slot; in getStaticPropertyDescriptor() local
213 …xec, const HashTable* table, JSObject* thisObj, const Identifier& propertyName, PropertySlot& slot) in getStaticFunctionSlot()
241 PropertySlot slot; in getStaticFunctionDescriptor() local
252 …exec, const HashTable* table, ThisImp* thisObj, const Identifier& propertyName, PropertySlot& slot) in getStaticValueSlot()
278 PropertySlot slot; in getStaticValueDescriptor() local
315 …fier& propertyName, JSValue value, const HashTable* table, ThisImp* thisObj, PutPropertySlot& slot) in lookupPut()
/external/webkit/WebCore/bindings/js/
DScriptObject.cpp66 PutPropertySlot slot; in set() local
78 PutPropertySlot slot; in set() local
86 PutPropertySlot slot; in set() local
94 PutPropertySlot slot; in set() local
102 PutPropertySlot slot; in set() local
110 PutPropertySlot slot; in set() local
118 PutPropertySlot slot; in set() local
126 PutPropertySlot slot; in set() local
134 PutPropertySlot slot; in set() local
142 PutPropertySlot slot; in set() local
DJSHTMLObjectElementCustom.cpp36 …nt::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate()
46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
61 …bjectElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) in nameGetter()
DJSHTMLEmbedElementCustom.cpp36 …nt::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate()
46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
61 …EmbedElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) in nameGetter()
DJSHTMLAppletElementCustom.cpp36 …nt::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate()
46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
61 …ppletElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) in nameGetter()
DJSPluginElementFunctions.cpp60 JSValue runtimeObjectGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) in runtimeObjectGetter()
68 …timeObjectPropertyGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) in runtimeObjectPropertyGetter()
78 …etOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot, JSHTMLEleme… in runtimeObjectCustomGetOwnPropertySlot()
96 PropertySlot slot; in runtimeObjectCustomGetOwnPropertyDescriptor() local
105 …* exec, const Identifier& propertyName, JSValue value, HTMLElement* element, PutPropertySlot& slot) in runtimeObjectCustomPut()
DJSStorageCustom.cpp44 …ue JSStorage::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) in nameGetter()
55 PropertySlot slot; in deleteProperty() local
81 PropertySlot slot; in putDelegate() local
/external/webkit/WebCore/bridge/
Druntime_array.cpp48 JSValue RuntimeArray::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) in lengthGetter()
54 JSValue RuntimeArray::indexGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) in indexGetter()
72 …ntimeArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
94 PropertySlot slot; in getOwnPropertyDescriptor() local
104 PropertySlot slot; in getOwnPropertyDescriptor() local
114 bool RuntimeArray::getOwnPropertySlot(ExecState *exec, unsigned index, PropertySlot& slot) in getOwnPropertySlot()
124 …meArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
Druntime_object.cpp70 …mp::fallbackObjectGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) in fallbackObjectGetter()
88 …meObjectImp::fieldGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) in fieldGetter()
107 …eObjectImp::methodGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) in methodGetter()
126 …eObjectImp::getOwnPropertySlot(ExecState *exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
187 PropertySlot slot; in getOwnPropertyDescriptor() local
197 PropertySlot slot; in getOwnPropertyDescriptor() local
207 PropertySlot slot; in getOwnPropertyDescriptor() local
220 …jectImp::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
Druntime_method.cpp53 JSValue RuntimeMethod::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) in lengthGetter()
66 …timeMethod::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot) in getOwnPropertySlot()
79 PropertySlot slot; in getOwnPropertyDescriptor() local
/external/freetype/src/smooth/
Dftsmooth.c60 FT_GlyphSlot slot, in ft_smooth_transform()
87 FT_GlyphSlot slot, in ft_smooth_get_cbox()
100 FT_GlyphSlot slot, in ft_smooth_render_generic()
353 FT_GlyphSlot slot, in ft_smooth_render()
368 FT_GlyphSlot slot, in ft_smooth_render_lcd()
386 FT_GlyphSlot slot, in ft_smooth_render_lcd_v()
/external/freetype/src/base/
Dftsynth.c47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique()
84 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
/external/freetype/src/raster/
Dftrend1.c60 FT_GlyphSlot slot, in ft_raster1_transform()
87 FT_GlyphSlot slot, in ft_raster1_get_cbox()
100 FT_GlyphSlot slot, in ft_raster1_render()

123456