Home | History | Annotate | Download | only in win

Lines Matching refs:shouldPaintNativeControls

2581     BOOL shouldPaintNativeControls;
2582 if (SUCCEEDED(m_preferences->shouldPaintNativeControls(&shouldPaintNativeControls)))
2583 Settings::setShouldPaintNativeControls(shouldPaintNativeControls);
4732 hr = prefsPrivate->shouldPaintNativeControls(&enabled);