Home
last modified time | relevance | path

Searched refs:inApplicationChromeMode (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferencesPrivate.idl52 HRESULT inApplicationChromeMode([out, retval] BOOL *allowed);
/external/webkit/Source/WebCore/page/
DSettings.h323 bool inApplicationChromeMode() const { return m_inApplicationChromeMode; } in inApplicationChromeMode() function
/external/webkit/Source/WebKit/win/
DWebPreferences.h305 virtual HRESULT STDMETHODCALLTYPE inApplicationChromeMode(
DWebPreferences.cpp1336 HRESULT WebPreferences::inApplicationChromeMode(BOOL* enabled) in inApplicationChromeMode() function in WebPreferences
DWebView.cpp4679 hr = prefsPrivate->inApplicationChromeMode(&enabled); in notifyPreferencesChanged()
DChangeLog-2009-06-164928 (WebPreferences::inApplicationChromeMode):
/external/webkit/Source/WebCore/rendering/
DRenderTheme.cpp850 if (!settings || !settings->inApplicationChromeMode()) in isDefault()
DRenderThemeWin.cpp147 return settings && settings->inApplicationChromeMode(); in documentIsInApplicationChromeMode()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1023444 (WebCore::Settings::inApplicationChromeMode):