Searched defs:cssHeight (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | ParagraphView.java | 126 cssHeight = (CSS.LengthValue)attr.getAttribute( 159 if (BlockView.spanSetFromAttributes(axis, r, cssWidth, cssHeight)) { 293 private CSS.LengthValue cssHeight; field in class:ParagraphView
|
H A D | BlockView.java | 89 if (! spanSetFromAttributes(axis, r, cssWidth, cssHeight)) { 120 if (! spanSetFromAttributes(axis, r, cssWidth, cssHeight)) { 189 if (cssHeight != null) { 190 return cssHeight.isPercentage(); 204 CSS.LengthValue cssHeight) { 211 if ((cssHeight != null) && (! cssHeight.isPercentage())) { 212 r.minimum = r.preferred = r.maximum = (int) cssHeight.getValue(); 417 cssHeight = (CSS.LengthValue) attr.getAttribute(CSS.Attribute.HEIGHT); 441 private CSS.LengthValue cssHeight; field in class:BlockView 202 spanSetFromAttributes(int axis, SizeRequirements r, CSS.LengthValue cssWidth, CSS.LengthValue cssHeight) argument [all...] |
Completed in 459 milliseconds