Home
last modified time | relevance | path

Searched refs:allowsScrolling (Results 1 – 14 of 14) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/webkit/
H A DWebFrameView.inc19 function allowsScrolling: ObjCBOOL; message 'allowsScrolling';
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h70 bool allowsScrolling; variable
97 , allowsScrolling(true) in QWebFramePrivate()
135 bool allowsScrolling; variable
H A Dqwebframe.cpp329 , allowsScrolling(true) in QWebFrameData()
346 allowsScrolling = frameData->allowsScrolling; in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp246 bool allowsScrolling = true; in loadSubframe() local
251 allowsScrolling = o->scrollingMode() != ScrollbarAlwaysOff; in loadSubframe()
265 …teFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth,… in loadSubframe()
H A DFrameLoaderClient.h249 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp170 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument
172 …return m_webView->createFrame(url, name, ownerElement, referrer, allowsScrolling, marginWidth, mar… in createFrame()
H A DFrameLoaderClientWinCE.h111 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.h211 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
H A DFrameLoaderClientQt.cpp1300 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument
1313 frameData.allowsScrolling = allowsScrolling; in createFrame()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h185 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
H A DWebFrameLoaderClient.cpp1173 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/
H A DSVGImageEmptyClients.h361 … const String &referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1682401 …Rename allowsScrolling/setAllowsScrolling to canHaveScrollbars/setCanHaveScrollbars to make it more
84509 Rework concept of allowsScrolling/setAllowsScrolling to be cross-platform.
84520 (WebCore::ScrollView::allowsScrolling):
84744 (WebCore::ScrollView::ScrollViewPrivate::allowsScrolling):
H A DChangeLog-2007-10-146146 (WebCore::ScrollView::ScrollViewPrivate::allowsScrolling):
6149 (WebCore::ScrollView::allowsScrolling):