Searched refs:createForJSConstructor (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLAudioElement.h40 static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const String& src);
H A DHTMLAudioElement.cpp49 PassRefPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const String& src) function in class:WebCore::HTMLAudioElement
H A DHTMLOptionElement.h39 static PassRefPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const String& value,
H A DHTMLImageElement.h42 static PassRefPtr<HTMLImageElement> createForJSConstructor(Document&, const int* optionalWidth, const int* optionalHeight);
H A DHTMLOptionElement.cpp70 PassRefPtr<HTMLOptionElement> HTMLOptionElement::createForJSConstructor(Document& document, const String& data, const String& value, function in class:WebCore::HTMLOptionElement
H A DHTMLImageElement.cpp83 PassRefPtr<HTMLImageElement> HTMLImageElement::createForJSConstructor(Document& document, const int* optionalWidth, const int* optionalHeight) function in class:WebCore::HTMLImageElement
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSImageConstructor.cpp74 HTMLImageElement::createForJSConstructor(*document, optionalWidth, optionalHeight))));
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestNamedConstructor.cpp140 RefPtr<TestNamedConstructor> object = TestNamedConstructor::createForJSConstructor(*castedThis->document(), str1, str2, str3, ec);

Completed in 264 milliseconds