Searched refs:shouldPaintNativeControls (Results 1 – 17 of 17) sorted by relevance
41 , shouldPaintNativeControls(false) in WebProcessCreationParameters()76 encoder->encode(shouldPaintNativeControls); in encode()139 if (!decoder->decode(parameters.shouldPaintNativeControls)) in decode()
103 bool shouldPaintNativeControls; member
114 setShouldPaintNativeControls(parameters.shouldPaintNativeControls); in platformInitializeWebProcess()134 void WebProcess::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls() argument137 Settings::setShouldPaintNativeControls(shouldPaintNativeControls); in setShouldPaintNativeControls()
56 parameters.shouldPaintNativeControls = m_shouldPaintNativeControls; in platformInitializeWebProcess()
45 SetShouldPaintNativeControls(bool shouldPaintNativeControls)
791 void Settings::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls() argument793 gShouldPaintNativeControls = shouldPaintNativeControls; in setShouldPaintNativeControls()
340 static bool shouldPaintNativeControls() { return gShouldPaintNativeControls; } in shouldPaintNativeControls() function
62 if (Settings::shouldPaintNativeControls()) in nativeTheme()
62 HRESULT shouldPaintNativeControls([out, retval] BOOL* enabled);
344 virtual HRESULT STDMETHODCALLTYPE shouldPaintNativeControls(
2581 BOOL shouldPaintNativeControls; in initWithFrame() local2582 if (SUCCEEDED(m_preferences->shouldPaintNativeControls(&shouldPaintNativeControls))) in initWithFrame()2583 Settings::setShouldPaintNativeControls(shouldPaintNativeControls); in initWithFrame()4732 hr = prefsPrivate->shouldPaintNativeControls(&enabled); in notifyPreferencesChanged()
1274 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) in shouldPaintNativeControls() function in WebPreferences
10501 Get the shouldPaintNativeControls preference and update the settings
3596 (WebPreferences::shouldPaintNativeControls):
83 if (Settings::shouldPaintNativeControls()) { in themeForPage()
92540 (WebCore::Settings::shouldPaintNativeControls):
97600 Make Settings::shouldPaintNativeControls default to true