Home | History | Annotate | Download | only in win

Lines Matching full:preferences

1946     COMPtr<IWebPreferences> preferences;
1947 if (FAILED(d->webView->preferences(&preferences)))
1950 COMPtr<IWebPreferencesPrivate> preferencesPrivate(Query, preferences);
1958 if (FAILED(preferences->cacheModel(&cacheModel)))
1962 preferences->setCacheModel(WebCacheModelDocumentBrowser);