Home
last modified time | relevance | path

Searched defs:optionalHeight (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSImageConstructor.cpp58 int* optionalHeight = 0; in constructImage() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLImageElementConstructor.cpp74 int* optionalHeight = 0; in v8HTMLImageElementConstructorCallback() local
/external/webkit/Source/WebCore/html/
DHTMLImageElement.cpp72 …nt::createForJSConstructor(Document* document, const int* optionalWidth, const int* optionalHeight) in createForJSConstructor()