Searched refs:frameElementsShouldIgnoreScrolling (Results 1 – 3 of 3) sorted by relevance
132 …m_scrolling = document()->frameElementsShouldIgnoreScrolling() ? ScrollbarAlwaysOff : ScrollbarAut… in parseMappedAttribute()
987 bool frameElementsShouldIgnoreScrolling() const { return m_frameElementsShouldIgnoreScrolling; } in frameElementsShouldIgnoreScrolling() function
59138 … * dom/Document.h: Added setFrameElementsShouldIgnoreScrolling, frameElementsShouldIgnoreScrolling,59143 … to affect the scrolling mode if frameElementsShouldIgnoreScrolling() returns true. This is only