HomeSort by relevance Sort by last modified time
    Searched refs:sharedStandardPreferences (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/win/
WebDropSource.cpp 120 if (FAILED(WebPreferences::sharedStandardPreferences()->customDragCursorsEnabled(&showCustomCursors)))
WebKitGraphics.cpp 66 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType)))
WebIconDatabase.cpp 67 WebPreferences* standardPrefs = WebPreferences::sharedStandardPreferences();
82 WebPreferences* standardPrefs = WebPreferences::sharedStandardPreferences();
WebPreferences.h 446 static WebPreferences* sharedStandardPreferences();
WebPreferences.cpp 106 WebPreferences* WebPreferences::sharedStandardPreferences()
154 return sharedStandardPreferences();
527 *standardPreferences = sharedStandardPreferences();
    [all...]
WebView.cpp 266 hr = WebPreferences::sharedStandardPreferences()->cacheModel(&sharedPreferencesCacheModel);
281 hr = WebPreferences::sharedStandardPreferences()->cacheModel(&sharedPreferencesCacheModel);
371 WebPreferences* sharedPreferences = WebPreferences::sharedStandardPreferences();
    [all...]
WebHistory.cpp 129 m_preferences = WebPreferences::sharedStandardPreferences();
    [all...]

Completed in 215 milliseconds