Searched refs:toolBarVisible (Results 1 – 9 of 9) sorted by relevance
45 , toolBarVisible(true) in WindowFeatures()72 bool toolBarVisible; member
60 toolBarVisible = true; in WindowFeatures()69 toolBarVisible = false; in WindowFeatures()149 toolBarVisible = value; in setWindowFeature()
176 NSNumber *toolBarVisible = [[NSNumber alloc] initWithBool:features.toolBarVisible];185 toolBarVisible, @"toolBarVisible",210 [toolBarVisible release];
399 "toolbar-visible", features.toolBarVisible, in webkit_web_window_features_new_from_core_features()
110 && !features.toolBarVisible && !features.locationBarVisible in createWindow()
585 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"toolBarVisible"
330 wargs.toolBarVisible = false; in showModalDialog()
357 page->chrome()->setToolbarsVisible(features.toolBarVisible || features.locationBarVisible); in createWindow()
38115 …erExtension::createNewWindow): Added code to set toolbars to visible if toolBarVisible is true *or*38120 …toolBarsVisible to toolBarVisible (see above). Removed initialization code from WindowArgs structu…