Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 25 of 155) sorted by relevance

1234567

/external/webkit/Source/JavaScriptCore/runtime/
DRegExpMatchesArray.h33 …virtual bool getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slo… in getOwnPropertySlot()
40 virtual bool getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
47 …virtual bool getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDes… in getOwnPropertyDescriptor()
54 …virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot) in put()
61 virtual void put(ExecState* exec, unsigned propertyName, JSValue v) in put()
68 virtual bool deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
75 virtual bool deleteProperty(ExecState* exec, unsigned propertyName) in deleteProperty()
DJSObject.h149 JSValue getDirect(JSGlobalData& globalData, const Identifier& propertyName) const in getDirect()
155 …teBarrierBase<Unknown>* getDirectLocation(JSGlobalData& globalData, const Identifier& propertyName) in getDirectLocation()
161 …erBase<Unknown>* getDirectLocation(JSGlobalData& globalData, const Identifier& propertyName, unsig… in getDirectLocation()
481 …INE bool JSObject::inlineGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Prope… in inlineGetOwnPropertySlot()
503 ALWAYS_INLINE bool JSObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Pr… in getOwnPropertySlot()
508 ALWAYS_INLINE bool JSCell::fastGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, … in fastGetOwnPropertySlot()
517 ALWAYS_INLINE bool JSObject::getPropertySlot(ExecState* exec, const Identifier& propertyName, Prope… in getPropertySlot()
530 ALWAYS_INLINE bool JSObject::getPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& … in getPropertySlot()
543 inline JSValue JSObject::get(ExecState* exec, const Identifier& propertyName) const in get()
552 inline JSValue JSObject::get(ExecState* exec, unsigned propertyName) const in get()
[all …]
DStringObject.cpp53 bool StringObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot… in getOwnPropertySlot()
60 bool StringObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
67 bool StringObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertyDescriptor()
74 void StringObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertyS… in put()
81 bool StringObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
DJSActivation.cpp76 inline bool JSActivation::symbolTableGet(const Identifier& propertyName, PropertySlot& slot) in symbolTableGet()
88 inline bool JSActivation::symbolTablePut(JSGlobalData& globalData, const Identifier& propertyName, … in symbolTablePut()
118 …tion::symbolTablePutWithAttributes(JSGlobalData& globalData, const Identifier& propertyName, JSVal… in symbolTablePutWithAttributes()
135 bool JSActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot… in getOwnPropertySlot()
157 void JSActivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertyS… in put()
172 void JSActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value… in putWithAttributes()
187 bool JSActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
DJSByteArray.cpp58 bool JSByteArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot&… in getOwnPropertySlot()
69 bool JSByteArray::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Propert… in getOwnPropertyDescriptor()
80 bool JSByteArray::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
89 void JSByteArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySl… in put()
100 void JSByteArray::put(ExecState* exec, unsigned propertyName, JSValue value) in put()
DJSObject.cpp92 bool JSObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
103 void JSObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&… in put()
168 void JSObject::put(ExecState* exec, unsigned propertyName, JSValue value) in put()
174 void JSObject::putWithAttributes(JSGlobalData* globalData, const Identifier& propertyName, JSValue … in putWithAttributes()
179 void JSObject::putWithAttributes(JSGlobalData* globalData, const Identifier& propertyName, JSValue … in putWithAttributes()
184 void JSObject::putWithAttributes(JSGlobalData* globalData, unsigned propertyName, JSValue value, un… in putWithAttributes()
189 void JSObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, un… in putWithAttributes()
194 void JSObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, un… in putWithAttributes()
199 void JSObject::putWithAttributes(ExecState* exec, unsigned propertyName, JSValue value, unsigned at… in putWithAttributes()
217 bool JSObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
[all …]
DJSStaticScopeObject.cpp49 void JSStaticScopeObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPr… in put()
57 void JSStaticScopeObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValu… in putWithAttributes()
70 bool JSStaticScopeObject::getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySl… in getOwnPropertySlot()
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerActivation.cpp54 bool DebuggerActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertySlot()
59 void DebuggerActivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPro… in put()
64 void DebuggerActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue… in putWithAttributes()
69 bool DebuggerActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
79 bool DebuggerActivation::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, … in getOwnPropertyDescriptor()
84 void DebuggerActivation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* ge… in defineGetter()
89 void DebuggerActivation::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* se… in defineSetter()
94 JSValue DebuggerActivation::lookupGetter(ExecState* exec, const Identifier& propertyName) in lookupGetter()
99 JSValue DebuggerActivation::lookupSetter(ExecState* exec, const Identifier& propertyName) in lookupSetter()
/external/webkit/Source/WebCore/css/
DCSSStyleDeclaration.cpp41 PassRefPtr<CSSValue> CSSStyleDeclaration::getPropertyCSSValue(const String& propertyName) in getPropertyCSSValue()
49 String CSSStyleDeclaration::getPropertyValue(const String &propertyName) in getPropertyValue()
57 String CSSStyleDeclaration::getPropertyPriority(const String& propertyName) in getPropertyPriority()
65 String CSSStyleDeclaration::getPropertyShorthand(const String& propertyName) in getPropertyShorthand()
76 bool CSSStyleDeclaration::isPropertyImplicit(const String& propertyName) in isPropertyImplicit()
84 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, ExceptionCod… in setProperty()
96 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String… in setProperty()
107 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) in removeProperty()
115 bool CSSStyleDeclaration::isPropertyName(const String& propertyName) in isPropertyName()
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowShell.cpp88 bool JSDOMWindowShell::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertySlot()
93 bool JSDOMWindowShell::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Pr… in getOwnPropertyDescriptor()
98 void JSDOMWindowShell::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPrope… in put()
103 void JSDOMWindowShell::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue v… in putWithAttributes()
108 bool JSDOMWindowShell::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName,… in defineOwnProperty()
113 bool JSDOMWindowShell::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
128 void JSDOMWindowShell::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* gett… in defineGetter()
133 void JSDOMWindowShell::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* sett… in defineSetter()
138 JSValue JSDOMWindowShell::lookupGetter(ExecState* exec, const Identifier& propertyName) in lookupGetter()
143 JSValue JSDOMWindowShell::lookupSetter(ExecState* exec, const Identifier& propertyName) in lookupSetter()
DJSHistoryCustom.cpp40 …SValue nonCachingStaticBackFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName) in nonCachingStaticBackFunctionGetter()
45 …lue nonCachingStaticForwardFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName) in nonCachingStaticForwardFunctionGetter()
50 … JSValue nonCachingStaticGoFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName) in nonCachingStaticGoFunctionGetter()
55 bool JSHistory::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, Propert… in getOwnPropertySlotDelegate()
95 bool JSHistory::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, P… in getOwnPropertyDescriptorDelegate()
148 bool JSHistory::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
DJSLocationCustom.cpp33 …lue nonCachingStaticReplaceFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName) in nonCachingStaticReplaceFunctionGetter()
38 …alue nonCachingStaticReloadFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName) in nonCachingStaticReloadFunctionGetter()
43 …alue nonCachingStaticAssignFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName) in nonCachingStaticAssignFunctionGetter()
48 bool JSLocation::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertySlotDelegate()
89 bool JSLocation::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, … in getOwnPropertyDescriptorDelegate()
128 bool JSLocation::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPro… in putDelegate()
155 bool JSLocation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
171 void JSLocation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunc… in defineGetter()
277 bool JSLocationPrototype::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue, Put… in putDelegate()
282 void JSLocationPrototype::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* g… in defineGetter()
DJSHTMLAppletElementCustom.cpp36 …MLAppletElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, Prope… in getOwnPropertySlotDelegate()
41 …etElement::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, Prope… in getOwnPropertyDescriptorDelegate()
46 bool JSHTMLAppletElement::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue valu… in putDelegate()
DJSHTMLEmbedElementCustom.cpp36 bool JSHTMLEmbedElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName in getOwnPropertySlotDelegate()
41 …edElement::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, Prope… in getOwnPropertyDescriptorDelegate()
46 bool JSHTMLEmbedElement::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value… in putDelegate()
DJSHTMLObjectElementCustom.cpp36 …MLObjectElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, Prope… in getOwnPropertySlotDelegate()
41 …ctElement::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, Prope… in getOwnPropertyDescriptorDelegate()
46 bool JSHTMLObjectElement::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue valu… in putDelegate()
DJSStorageCustom.cpp39 bool JSStorage::canGetItemsForName(ExecState*, Storage* impl, const Identifier& propertyName) in canGetItemsForName()
44 JSValue JSStorage::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) in nameGetter()
50 bool JSStorage::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
76 bool JSStorage::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutProp… in putDelegate()
DJSCSSStyleDeclarationCustom.cpp68 static bool hasCSSPropertyNamePrefix(const Identifier& propertyName, const char* prefix) in hasCSSPropertyNamePrefix()
90 static String cssPropertyName(const Identifier& propertyName, bool* hadPixelOrPosPrefix = 0) in cssPropertyName()
143 …leDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& propertyName) in canGetItemsForName()
150 …SCSSStyleDeclaration::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) in nameGetter()
179 bool JSCSSStyleDeclaration::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue va… in putDelegate()
DJSDOMStringMapCustom.cpp36 … JSDOMStringMap::canGetItemsForName(ExecState*, DOMStringMap* impl, const Identifier& propertyName) in canGetItemsForName()
41 …Value JSDOMStringMap::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) in nameGetter()
58 bool JSDOMStringMap::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
78 bool JSDOMStringMap::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, Pu… in putDelegate()
DJSDOMPluginArrayCustom.cpp31 …nArray::canGetItemsForName(ExecState*, DOMPluginArray* pluginArray, const Identifier& propertyName) in canGetItemsForName()
36 …lue JSDOMPluginArray::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) in nameGetter()
DJSDOMPluginCustom.cpp30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, const Identifier& propertyName) in canGetItemsForName()
35 JSValue JSDOMPlugin::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) in nameGetter()
DJSDataGridColumnListCustom.cpp41 …olumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifier& propertyName) in canGetItemsForName()
46 …JSDataGridColumnList::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) in nameGetter()
DJSDOMMimeTypeArrayCustom.cpp31 …ay::canGetItemsForName(ExecState*, DOMMimeTypeArray* mimeTypeArray, const Identifier& propertyName) in canGetItemsForName()
36 …e JSDOMMimeTypeArray::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) in nameGetter()
/external/webkit/Source/WebCore/inspector/
DInspectorState.cpp71 void InspectorState::setValue(const String& propertyName, PassRefPtr<InspectorValue> value) in setValue()
77 bool InspectorState::getBoolean(const String& propertyName) in getBoolean()
86 String InspectorState::getString(const String& propertyName) in getString()
95 long InspectorState::getLong(const String& propertyName) in getLong()
104 PassRefPtr<InspectorObject> InspectorState::getObject(const String& propertyName) in getObject()
DInspectorState.h61 …void setBoolean(const String& propertyName, bool value) { setValue(propertyName, InspectorBasicVal… in setBoolean()
62 …void setString(const String& propertyName, const String& value) { setValue(propertyName, Inspector… in setString()
63 …void setLong(const String& propertyName, long value) { setValue(propertyName, InspectorBasicValue:… in setLong()
64 …void setObject(const String& propertyName, PassRefPtr<InspectorObject> value) { setValue(propertyN… in setObject()
/external/webkit/Source/WebCore/dom/
DWebKitTransitionEvent.cpp39 WebKitTransitionEvent::WebKitTransitionEvent(const AtomicString& type, const String& propertyName, … in WebKitTransitionEvent()
53 const String& propertyName, in initWebKitTransitionEvent()
65 const String& WebKitTransitionEvent::propertyName() const in propertyName() function in WebCore::WebKitTransitionEvent

1234567