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

  /external/webkit/WebCore/html/
HTMLFormCollection.h 54 static CollectionCache* formCollectionInfo(HTMLFormElement*);
HTMLFormCollection.cpp 39 inline CollectionCache* HTMLFormCollection::formCollectionInfo(HTMLFormElement* form)
47 : HTMLCollection(form.get(), OtherCollection, formCollectionInfo(form.get()))

Completed in 230 milliseconds