Home | History | Annotate | Download | only in win

Lines Matching full:shouldpaint

1262 HRESULT WebPreferences::setShouldPaintCustomScrollbars(BOOL shouldPaint)
1264 setBoolValue(CFSTR(WebKitPaintCustomScrollbarsPreferenceKey), shouldPaint);
1268 HRESULT WebPreferences::shouldPaintCustomScrollbars(BOOL* shouldPaint)
1270 *shouldPaint = boolValueForKey(CFSTR(WebKitPaintCustomScrollbarsPreferenceKey));
1274 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint)
1276 *shouldPaint = boolValueForKey(CFSTR(WebKitPaintNativeControlsPreferenceKey));
1280 HRESULT WebPreferences::setShouldPaintNativeControls(BOOL shouldPaint)
1282 setBoolValue(CFSTR(WebKitPaintNativeControlsPreferenceKey), shouldPaint);