Searched refs:optionalHeight (Results 1 – 4 of 4) sorted by relevance
58 int* optionalHeight = 0; in constructImage() local65 optionalHeight = &height; in constructImage()69 HTMLImageElement::createForJSConstructor(document, optionalWidth, optionalHeight)))); in constructImage()
74 int* optionalHeight = 0; in v8HTMLImageElementConstructorCallback() local81 optionalHeight = &height; in v8HTMLImageElementConstructorCallback()84 …Element> image = HTMLImageElement::createForJSConstructor(document, optionalWidth, optionalHeight); in v8HTMLImageElementConstructorCallback()
72 …nt::createForJSConstructor(Document* document, const int* optionalWidth, const int* optionalHeight) in createForJSConstructor() argument77 if (optionalHeight > 0) in createForJSConstructor()78 image->setHeight(*optionalHeight); in createForJSConstructor()
40 …ageElement> createForJSConstructor(Document*, const int* optionalWidth, const int* optionalHeight);