Home
last modified time | relevance | path

Searched defs:noResize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameElement.cpp56 bool HTMLFrameElement::noResize() const in noResize() function in WebCore::HTMLFrameElement
DHTMLFrameSetElement.h38 bool noResize() const { return m_noresize; } in noResize() function