Searched refs:inApplicationChromeMode (Results 1 - 7 of 7) sorted by relevance

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

Completed in 1098 milliseconds