Home
last modified time | relevance | path

Searched refs:identifierToAtomicString (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSDOMPluginArrayCustom.cpp33 return pluginArray->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
39 return toJS(exec, thisObj->impl()->namedItem(identifierToAtomicString(propertyName))); in nameGetter()
DJSDOMMimeTypeArrayCustom.cpp33 return mimeTypeArray->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
39 return toJS(exec, thisObj->impl()->namedItem(identifierToAtomicString(propertyName))); in nameGetter()
DJSDOMPluginCustom.cpp32 return plugin->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
38 return toJS(exec, thisObj->impl()->namedItem(identifierToAtomicString(propertyName))); in nameGetter()
DJSDataGridColumnListCustom.cpp43 return impl->itemWithName(identifierToAtomicString(propertyName)); in canGetItemsForName()
49 …JS(exec, thisObj->globalObject(), thisObj->impl()->itemWithName(identifierToAtomicString(propertyN… in nameGetter()
DJSHTMLFrameSetElementCustom.cpp46 Node* frame = frameSet->children()->namedItem(identifierToAtomicString(propertyName)); in canGetItemsForName()
55 Node* frame = element->children()->namedItem(identifierToAtomicString(propertyName)); in nameGetter()
DJSHTMLFormElementCustom.cpp43 form->getNamedElements(identifierToAtomicString(propertyName), namedItems); in canGetItemsForName()
53 form->getNamedElements(identifierToAtomicString(propertyName), namedItems); in nameGetter()
DJSDOMStringMapCustom.cpp38 return impl->contains(identifierToAtomicString(propertyName)); in canGetItemsForName()
44 return jsString(exec, thisObj->impl()->item(identifierToAtomicString(propertyName))); in nameGetter()
DJSNodeListCustom.cpp95 return impl->itemWithName(identifierToAtomicString(propertyName)); in canGetItemsForName()
101 return toJS(exec, thisObj->impl()->itemWithName(identifierToAtomicString(propertyName))); in nameGetter()
DJSHTMLAllCollectionCustom.cpp47 collection->impl()->namedItems(identifierToAtomicString(propertyName), namedItems); in getNamedItems()
112 collection->namedItems(identifierToAtomicString(propertyName), namedItems); in canGetItemsForName()
DJSHTMLCollectionCustom.cpp43 collection->impl()->namedItems(identifierToAtomicString(propertyName), namedItems); in getNamedItems()
108 collection->namedItems(identifierToAtomicString(propertyName), namedItems); in canGetItemsForName()
DJSDOMBinding.h235 AtomicString identifierToAtomicString(const JSC::Identifier&);
338 inline AtomicString identifierToAtomicString(const JSC::Identifier& identifier) in identifierToAtomicString() function
DJSDOMWindowCustom.cpp114 …DOMWindow*>(asObject(slotBase))->impl()->frame()->tree()->child(identifierToAtomicString(propertyN… in childFrameGetter()
232 if (impl()->frame()->tree()->child(identifierToAtomicString(propertyName))) { in getOwnPropertySlot()
321 if (impl()->frame()->tree()->child(identifierToAtomicString(propertyName))) { in getOwnPropertyDescriptor()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-247183 Update JSDataGridColumnListCustom.cpp to call identifierToAtomicString()
18754 (WebCore::identifierToAtomicString):
20948 (WebCore::identifierToAtomicString):
DChangeLog-2010-12-0681241 (WebCore::identifierToAtomicString):