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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp361 fAppSettings(appSettings),
369 fAppSettings->AddListener(BMessenger(this));
370 fZoomTextOnly = fAppSettings->GetValue("zoom text only", fZoomTextOnly);
371 fShowTabsIfSinglePageOpen = fAppSettings->GetValue(
374 fAutoHidePointer = fAppSettings->GetValue(kSettingsKeyAutoHidePointer,
377 fNewWindowPolicy = fAppSettings->GetValue(kSettingsKeyNewWindowPolicy,
379 fNewTabPolicy = fAppSettings->GetValue(kSettingsKeyNewTabPolicy,
381 fStartPageURL = fAppSettings->GetValue(kSettingsKeyStartPageURL,
383 fSearchPageURL = fAppSettings->GetValue(kSettingsKeySearchPageURL,
532 if (!fAppSettings
[all...]
H A DBrowserWindow.h276 SettingsMessage* fAppSettings; member in class:BrowserWindow

Completed in 98 milliseconds