Home
last modified time | relevance | path

Searched refs:frameElementsShouldIgnoreScrolling (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFrameElementBase.cpp132 …m_scrolling = document()->frameElementsShouldIgnoreScrolling() ? ScrollbarAlwaysOff : ScrollbarAut… in parseMappedAttribute()
/external/webkit/Source/WebCore/dom/
DDocument.h987 bool frameElementsShouldIgnoreScrolling() const { return m_frameElementsShouldIgnoreScrolling; } in frameElementsShouldIgnoreScrolling() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1659138 … * dom/Document.h: Added setFrameElementsShouldIgnoreScrolling, frameElementsShouldIgnoreScrolling,
59143 … to affect the scrolling mode if frameElementsShouldIgnoreScrolling() returns true. This is only