Home
last modified time | relevance | path

Searched refs:supportedPropertyNames (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOptionsCollection.h54 virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE;
DHTMLFormControlsCollection.h55 virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE;
DHTMLOptionsCollection.cpp41 void HTMLOptionsCollection::supportedPropertyNames(Vector<String>& names) in supportedPropertyNames() function in WebCore::HTMLOptionsCollection
DHTMLCollection.cpp438 void HTMLCollection::supportedPropertyNames(Vector<String>& names) in supportedPropertyNames() function in WebCore::HTMLCollection
471 supportedPropertyNames(names); in namedPropertyEnumerator()
DHTMLCollection.h109 virtual void supportedPropertyNames(Vector<String>& names);
DHTMLFormControlsCollection.cpp214 void HTMLFormControlsCollection::supportedPropertyNames(Vector<String>& names) in supportedPropertyNames() function in WebCore::HTMLFormControlsCollection