Home
last modified time | relevance | path

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

12345

/external/webkit/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.h141 JSValue getDirect(const Identifier& propertyName) const in getDirect()
147 JSValue* getDirectLocation(const Identifier& propertyName) in getDirectLocation()
153 JSValue* getDirectLocation(const Identifier& propertyName, unsigned& attributes) in getDirectLocation()
349 …INE bool JSObject::inlineGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Prope… in inlineGetOwnPropertySlot()
371 ALWAYS_INLINE bool JSObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Pr… in getOwnPropertySlot()
376 ALWAYS_INLINE bool JSCell::fastGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, … in fastGetOwnPropertySlot()
385 ALWAYS_INLINE bool JSObject::getPropertySlot(ExecState* exec, const Identifier& propertyName, Prope… in getPropertySlot()
398 ALWAYS_INLINE bool JSObject::getPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& … in getPropertySlot()
411 inline JSValue JSObject::get(ExecState* exec, const Identifier& propertyName) const in get()
420 inline JSValue JSObject::get(ExecState* exec, unsigned propertyName) const in get()
[all …]
DStringObject.cpp50 bool StringObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot… in getOwnPropertySlot()
57 bool StringObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
64 bool StringObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertyDescriptor()
71 void StringObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertyS… in put()
78 bool StringObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
DJSObject.cpp86 bool JSObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
97 void JSObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&… in put()
167 void JSObject::put(ExecState* exec, unsigned propertyName, JSValue value) in put()
173 void JSObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, un… in putWithAttributes()
178 void JSObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, un… in putWithAttributes()
183 void JSObject::putWithAttributes(ExecState* exec, unsigned propertyName, JSValue value, unsigned at… in putWithAttributes()
201 bool JSObject::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
227 bool JSObject::deleteProperty(ExecState* exec, unsigned propertyName) in deleteProperty()
232 …e callDefaultValueFunction(ExecState* exec, const JSObject* object, const Identifier& propertyName) in callDefaultValueFunction()
297 void JSObject::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFuncti… in defineGetter()
[all …]
DJSByteArray.cpp60 bool JSByteArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot&… in getOwnPropertySlot()
71 bool JSByteArray::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Propert… in getOwnPropertyDescriptor()
82 bool JSByteArray::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
91 void JSByteArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySl… in put()
102 void JSByteArray::put(ExecState* exec, unsigned propertyName, JSValue value) in put()
DJSStaticScopeObject.cpp45 void JSStaticScopeObject::put(ExecState*, const Identifier& propertyName, JSValue value, PutPropert… in put()
53 void JSStaticScopeObject::putWithAttributes(ExecState*, const Identifier& propertyName, JSValue val… in putWithAttributes()
72 inline bool JSStaticScopeObject::getOwnPropertySlot(ExecState*, const Identifier& propertyName, Pro… in getOwnPropertySlot()
DJSActivation.cpp71 bool JSActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot… in getOwnPropertySlot()
94 void JSActivation::put(ExecState*, const Identifier& propertyName, JSValue value, PutPropertySlot& … in put()
109 void JSActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value… in putWithAttributes()
124 bool JSActivation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
DJSVariableObject.h104 inline bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot) in symbolTableGet()
114 …inline bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot, b… in symbolTableGet()
125 inline bool JSVariableObject::symbolTablePut(const Identifier& propertyName, JSValue value) in symbolTablePut()
138 …inline bool JSVariableObject::symbolTablePutWithAttributes(const Identifier& propertyName, JSValue… in symbolTablePutWithAttributes()
/external/webkit/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/WebCore/css/
DCSSStyleDeclaration.cpp40 PassRefPtr<CSSValue> CSSStyleDeclaration::getPropertyCSSValue(const String& propertyName) in getPropertyCSSValue()
48 String CSSStyleDeclaration::getPropertyValue(const String &propertyName) in getPropertyValue()
56 String CSSStyleDeclaration::getPropertyPriority(const String& propertyName) in getPropertyPriority()
64 String CSSStyleDeclaration::getPropertyShorthand(const String& propertyName) in getPropertyShorthand()
75 bool CSSStyleDeclaration::isPropertyImplicit(const String& propertyName) in isPropertyImplicit()
83 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, ExceptionCod… in setProperty()
92 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String… in setProperty()
103 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) in removeProperty()
111 bool CSSStyleDeclaration::isPropertyName(const String& propertyName) in isPropertyName()
/external/webkit/WebCore/bindings/js/
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()
56 …MLObjectElement::canGetItemsForName(ExecState*, HTMLObjectElement*, const Identifier& propertyName) in canGetItemsForName()
61 JSValue JSHTMLObjectElement::nameGetter(ExecState* exec, const Identifier& propertyName, const Prop… in nameGetter()
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()
56 …HTMLEmbedElement::canGetItemsForName(ExecState*, HTMLEmbedElement*, const Identifier& propertyName) in canGetItemsForName()
61 JSValue JSHTMLEmbedElement::nameGetter(ExecState* exec, const Identifier& propertyName, const Prope… in nameGetter()
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()
56 …MLAppletElement::canGetItemsForName(ExecState*, HTMLAppletElement*, const Identifier& propertyName) in canGetItemsForName()
61 JSValue JSHTMLAppletElement::nameGetter(ExecState* exec, const Identifier& propertyName, const Prop… in nameGetter()
DJSDOMWindowShell.cpp87 bool JSDOMWindowShell::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertySlot()
92 bool JSDOMWindowShell::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Pr… in getOwnPropertyDescriptor()
97 void JSDOMWindowShell::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPrope… in put()
102 void JSDOMWindowShell::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue v… in putWithAttributes()
107 bool JSDOMWindowShell::defineOwnProperty(JSC::ExecState* exec, const JSC::Identifier& propertyName,… in defineOwnProperty()
112 bool JSDOMWindowShell::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
127 void JSDOMWindowShell::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* gett… in defineGetter()
132 void JSDOMWindowShell::defineSetter(ExecState* exec, const Identifier& propertyName, JSObject* sett… in defineSetter()
137 JSValue JSDOMWindowShell::lookupGetter(ExecState* exec, const Identifier& propertyName) in lookupGetter()
142 JSValue JSDOMWindowShell::lookupSetter(ExecState* exec, const Identifier& propertyName) in lookupSetter()
DJSCSSStyleDeclarationCustom.cpp63 static bool hasCSSPropertyNamePrefix(const Identifier& propertyName, const char* prefix) in hasCSSPropertyNamePrefix()
85 static String cssPropertyName(const Identifier& propertyName, bool* hadPixelOrPosPrefix = 0) in cssPropertyName()
133 static bool isCSSPropertyName(const Identifier& propertyName) in isCSSPropertyName()
138 …leDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& propertyName) in canGetItemsForName()
145 JSValue JSCSSStyleDeclaration::nameGetter(ExecState* exec, const Identifier& propertyName, const Pr… in nameGetter()
174 bool JSCSSStyleDeclaration::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue va… in putDelegate()
DJSHistoryCustom.cpp41 static JSValue nonCachingStaticBackFunctionGetter(ExecState* exec, const Identifier& propertyName, … in nonCachingStaticBackFunctionGetter()
46 …Value nonCachingStaticForwardFunctionGetter(ExecState* exec, const Identifier& propertyName, const… in nonCachingStaticForwardFunctionGetter()
51 static JSValue nonCachingStaticGoFunctionGetter(ExecState* exec, const Identifier& propertyName, co… in nonCachingStaticGoFunctionGetter()
56 bool JSHistory::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, Propert… in getOwnPropertySlotDelegate()
96 bool JSHistory::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, P… in getOwnPropertyDescriptorDelegate()
149 bool JSHistory::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
DJSStorageCustom.cpp39 bool JSStorage::canGetItemsForName(ExecState*, Storage* impl, const Identifier& propertyName) in canGetItemsForName()
44 JSValue JSStorage::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& … 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()
DJSLocationCustom.cpp42 …Value nonCachingStaticReplaceFunctionGetter(ExecState* exec, const Identifier& propertyName, const… in nonCachingStaticReplaceFunctionGetter()
47 static JSValue nonCachingStaticReloadFunctionGetter(ExecState* exec, const Identifier& propertyName in nonCachingStaticReloadFunctionGetter()
52 static JSValue nonCachingStaticAssignFunctionGetter(ExecState* exec, const Identifier& propertyName in nonCachingStaticAssignFunctionGetter()
57 bool JSLocation::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertySlotDelegate()
98 bool JSLocation::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, … in getOwnPropertyDescriptorDelegate()
137 bool JSLocation::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPro… in putDelegate()
164 bool JSLocation::deleteProperty(ExecState* exec, const Identifier& propertyName) in deleteProperty()
180 void JSLocation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunc… in defineGetter()
359 bool JSLocationPrototype::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue, Put… in putDelegate()
364 void JSLocationPrototype::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* g… in defineGetter()
DJSPluginArrayCustom.cpp31 …uginArray::canGetItemsForName(ExecState*, PluginArray* pluginArray, const Identifier& propertyName) in canGetItemsForName()
36 JSValue JSPluginArray::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySl… in nameGetter()
DJSDataGridColumnListCustom.cpp41 …olumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifier& propertyName) in canGetItemsForName()
46 JSValue JSDataGridColumnList::nameGetter(ExecState* exec, const Identifier& propertyName, const Pro… in nameGetter()
DJSMimeTypeArrayCustom.cpp31 …Array::canGetItemsForName(ExecState*, MimeTypeArray* mimeTypeArray, const Identifier& propertyName) in canGetItemsForName()
36 JSValue JSMimeTypeArray::nameGetter(ExecState* exec, const Identifier& propertyName, const Property… in nameGetter()
DJSPluginCustom.cpp30 bool JSPlugin::canGetItemsForName(ExecState*, Plugin* plugin, const Identifier& propertyName) in canGetItemsForName()
35 JSValue JSPlugin::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& s… in nameGetter()
DJSNamedNodeMapCustom.cpp38 … JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, const Identifier& propertyName) in canGetItemsForName()
43 JSValue JSNamedNodeMap::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertyS… in nameGetter()
/external/webkit/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
/external/webkit/WebCore/inspector/front-end/
DSettings.js74 _installSetting: function(name, propertyName, defaultValue) argument
83 _get: function(propertyName) argument
88 _set: function(propertyName, newValue) argument

12345