Searched defs:authorAndUserStylesEnabled (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebPreferences.h58 bool authorAndUserStylesEnabled; member in struct:WebPreferences
/external/webkit/Source/WebCore/page/
H A DSettings.cpp721 void Settings::setAuthorAndUserStylesEnabled(bool authorAndUserStylesEnabled) argument
723 if (m_authorAndUserStylesEnabled == authorAndUserStylesEnabled)
726 m_authorAndUserStylesEnabled = authorAndUserStylesEnabled;
H A DSettings.h303 bool authorAndUserStylesEnabled() const { return m_authorAndUserStylesEnabled; } function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp1327 HRESULT STDMETHODCALLTYPE WebPreferences::authorAndUserStylesEnabled(BOOL* enabled) function in class:WebPreferences

Completed in 28 milliseconds