Searched refs:sharedStandardPreferences (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebDropSource.cpp120 if (FAILED(WebPreferences::sharedStandardPreferences()->customDragCursorsEnabled(&showCustomCursors)))
H A DWebKitGraphics.cpp66 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType)))
H A DWebIconDatabase.cpp67 WebPreferences* standardPrefs = WebPreferences::sharedStandardPreferences();
82 WebPreferences* standardPrefs = WebPreferences::sharedStandardPreferences();
H A DWebPreferences.cpp106 WebPreferences* WebPreferences::sharedStandardPreferences() function in class:WebPreferences
154 return sharedStandardPreferences();
527 *standardPreferences = sharedStandardPreferences();
H A DWebPreferences.h446 static WebPreferences* sharedStandardPreferences();
H A DWebView.cpp266 hr = WebPreferences::sharedStandardPreferences()->cacheModel(&sharedPreferencesCacheModel);
281 hr = WebPreferences::sharedStandardPreferences()->cacheModel(&sharedPreferencesCacheModel);
371 WebPreferences* sharedPreferences = WebPreferences::sharedStandardPreferences();
2563 WebPreferences* sharedPreferences = WebPreferences::sharedStandardPreferences();
3137 prefs = WebPreferences::sharedStandardPreferences();
4811 if (preferences != WebPreferences::sharedStandardPreferences())
H A DWebHistory.cpp129 m_preferences = WebPreferences::sharedStandardPreferences();

Completed in 95 milliseconds