Lines Matching full:rows
5963 (HTMLFrameSetElementImpl::rows):
6797 (-[DOMHTMLTextAreaElement rows]):
7066 (-[DOMHTMLFrameSetElement rows]):
9398 (HTMLFrameSetElementImpl::rows):
10164 (-[DOMHTMLTextAreaElement rows]):
10451 (-[DOMHTMLFrameSetElement rows]):
16486 removed this method, which I had added earlier to set cols and rows correctly
16488 set width and height instead of cols and rows; handle the intrinsic margin that sometimes appears
18298 (HTMLFrameSetElementImpl::rows):
18532 (DOM::HTMLTableElementImpl::rows):
18560 (DOM::HTMLTableSectionElementImpl::rows):
19512 new method that determines cols and rows for a given textarea frame size
19950 Make sure empty tables honor CSS-specified heights when they have no rows or sections. This is done only
19978 Fix the six pixel gap between rows nine and ten of the Acid2 test. Make sure that percentage heights that
37872 counts. Also fix a pathological array resize scenario for tables as rows are added.
46380 decremented properly. This meant space was mis-allocated when multiple variable height rows both needed
47986 Fix for 3601834, make sure that textareas do a layout when their rows/cols/wrap attributes are dynamically
48960 (-[HTMLTextAreaElement rows]):
49213 (-[HTMLTableSectionElement rows]):
49219 (-[HTMLTableElement rows]):
49308 (-[HTMLFrameSetElement rows]):
50407 Fix the .rows and .cells arrays on tables by merging with the KHTML trunk. TH was being included
54823 Fix for 3493677, containingBlock() null because we tried to support position:relative on table rows. Fix
58678 (-[KWQTextArea sizeWithColumns:rows:]): Use _font rather than asking the text view for the font.