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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAudioElement.h39 static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src);
H A DHTMLAudioElement.cpp48 PassRefPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const AtomicString& src) function in class:WebCore::HTMLAudioElement
H A DHTMLOptionElement.h39 static PassRefPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value,
H A DHTMLImageElement.h40 static PassRefPtr<HTMLImageElement> createForJSConstructor(Document&, int width, int height);
H A DHTMLOptionElement.cpp63 PassRefPtr<HTMLOptionElement> HTMLOptionElement::createForJSConstructor(Document& document, const String& data, const AtomicString& value, function in class:WebCore::HTMLOptionElement
H A DHTMLImageElement.cpp73 PassRefPtr<HTMLImageElement> HTMLImageElement::createForJSConstructor(Document& document, int width, int height) function in class:WebCore::HTMLImageElement
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestInterfaceNamedConstructor.cpp95 RefPtr<TestInterfaceNamedConstructor> impl = TestInterfaceNamedConstructor::createForJSConstructor(*document);
H A DV8TestNamedConstructor.cpp104 RefPtr<TestNamedConstructor> impl = TestNamedConstructor::createForJSConstructor(*document, str1, str2, str3, exceptionState);

Completed in 5774 milliseconds