Home
last modified time | relevance | path

Searched refs:locationBarVisible (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DWindowFeatures.cpp61 locationBarVisible = true; in WindowFeatures()
70 locationBarVisible = false; in WindowFeatures()
153 locationBarVisible = value; in setWindowFeature()
169 , locationBarVisible(false) in WindowFeatures()
H A DWindowFeatures.h49 , locationBarVisible(true) in WindowFeatures()
72 bool locationBarVisible; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h310 encoder->encode(windowFeatures.locationBarVisible);
341 if (!decoder->decode(windowFeatures.locationBarVisible))
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp3605 page->chrome()->setToolbarsVisible(features.toolBarVisible || features.locationBarVisible); in createWindow()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2006-05-1038116locationBarVisible is true. The parser used to do this for us, but it's really the browser that's …
38119 …* kwq/KWQKPartsBrowserExtension.h: Added locationBarVisible data member to WindowArgs structure an…