HomeSort by relevance Sort by last modified time
    Searched defs:optionalWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSImageConstructor.cpp 57 int* optionalWidth = 0;
61 optionalWidth = &width;
69 HTMLImageElement::createForJSConstructor(document, optionalWidth, optionalHeight))));
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLImageElementConstructor.cpp 73 int* optionalWidth = 0;
77 optionalWidth = &width;
84 RefPtr<HTMLImageElement> image = HTMLImageElement::createForJSConstructor(document, optionalWidth, optionalHeight);

Completed in 1306 milliseconds