Searched refs:optionalWidth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSImageConstructor.cpp62 int* optionalWidth = 0; local
66 optionalWidth = &width;
74 HTMLImageElement::createForJSConstructor(document, optionalWidth, optionalHeight))));
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLImageElement.h40 static PassRefPtr<HTMLImageElement> createForJSConstructor(Document*, const int* optionalWidth, const int* optionalHeight);
H A DHTMLImageElement.cpp72 PassRefPtr<HTMLImageElement> HTMLImageElement::createForJSConstructor(Document* document, const int* optionalWidth, const int* optionalHeight) argument
75 if (optionalWidth)
76 image->setWidth(*optionalWidth);

Completed in 67 milliseconds