Searched refs:fZoomTextOnly (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp362 fZoomTextOnly(false),
370 fZoomTextOnly = fAppSettings->GetValue("zoom text only", fZoomTextOnly);
474 fZoomTextOnlyMenuItem->SetMarked(fZoomTextOnly);
797 // know the setting of the fZoomTextOnly member here. Plus other
803 CurrentWebView()->IncreaseZoomFactor(fZoomTextOnly);
805 CurrentWebView()->DecreaseZoomFactor(fZoomTextOnly);
1018 CurrentWebView()->IncreaseZoomFactor(fZoomTextOnly);
1021 CurrentWebView()->DecreaseZoomFactor(fZoomTextOnly);
1027 fZoomTextOnly
[all...]
H A DBrowserWindow.h277 bool fZoomTextOnly; member in class:BrowserWindow

Completed in 88 milliseconds