Searched defs:atomicPropertyName (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/bindings/js/
H A DJSHTMLDocumentCustom.cpp54 AtomicStringImpl* atomicPropertyName = AtomicString::find(propertyName); local
55 return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraNamedItem(atomicPropertyName));
H A DJSDOMWindowCustom.cpp290 AtomicStringImpl* atomicPropertyName = AtomicString::find(propertyName); local
291 if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) || document->hasElementWithId(atomicPropertyName))) {
360 AtomicStringImpl* atomicPropertyName = AtomicString::find(propertyName); local
361 if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) || document->hasElementWithId(atomicPropertyName))) {

Completed in 273 milliseconds