Searched refs:noResize (Results 1 – 14 of 14) sorted by relevance
37 bool noResize() const { return m_noResize; } in noResize() function
79 m_noResize = frameSetElement->noResize(); in attach()
37 bool noResize() const { return m_noresize; } in noResize() function
30 attribute [Reflect] boolean noResize;
181 m_noresize = frameset->noResize(); in attach()
104 vnoresize = testNode.noResize;
42 return FrameEdgeInfo(element->noResize(), element->hasFrameBorder()); in edgeInfo()
172 if (inside && frameSet()->noResize() in nodeAtPoint()409 m_rows.m_preventResize.fill(frameSet()->noResize()); in computeEdgeInfo()411 m_cols.m_preventResize.fill(frameSet()->noResize()); in computeEdgeInfo()437 FrameEdgeInfo result(frameSet()->noResize(), true); in edgeInfo()
531 @property BOOL noResize;
30922 (WebCore::HTMLFrameElement::noResize):31060 Frame's noResize attribute can not be set by JavaScript31066 fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html31072 …point in time) or the value of the noResize attribute is modified. Instead we should allow/disallow31073 … frame resize depending on the presence of the noresize DOM attribute/the value of the noResize31078 (WebCore::HTMLFrameElement::noResize): Made this a non-inline function since this39267 (WebCore::HTMLFrameSetElement::noResize):
7080 (-[DOMHTMLFrameElement noResize]):7100 (-[DOMHTMLIFrameElement noResize]):10465 (-[DOMHTMLFrameElement noResize]):10485 (-[DOMHTMLIFrameElement noResize]):18316 (DOM::HTMLFrameElementImpl::noResize):49320 (-[HTMLFrameElement noResize]):
70444 Move noResize from HTMLFrameElementBase to HTMLFrameElement70455 * html/HTMLFrameElement.h: Moved noResize, setNoResize, and m_noResize70463 * html/HTMLFrameElementBase.h: Removed noResize, setNoResize, and m_noResize.
2166 * html/HTMLFrameSetElement.h: Made frameBorder() and noResize() const.