HomeSort by relevance Sort by last modified time
    Searched refs:atomicPropertyName (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 55 AtomicStringImpl* atomicPropertyName = findAtomicString(propertyName);
56 return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraNamedItem(atomicPropertyName));
JSDOMWindowCustom.cpp 270 AtomicStringImpl* atomicPropertyName = findAtomicString(propertyName);
271 if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) || document->hasElementWithId(atomicPropertyName))) {
340 AtomicStringImpl* atomicPropertyName = findAtomicString(propertyName);
341 if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) || document->hasElementWithId(atomicPropertyName))) {

Completed in 73 milliseconds