Home
last modified time | relevance | path

Searched refs:defaultFixedFontSize (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DWebPreferences.cpp67 defaultFixedFontSize = 13; in reset()
121 settings->setDefaultFixedFontSize(defaultFixedFontSize); in applyTo()
DWebPreferences.h51 int defaultFixedFontSize; member
DLayoutTestController.cpp1312 prefs->defaultFixedFontSize = cppVariantToInt32(value); in overridePreference()
/external/webkit/Source/WebKit/wx/
DWebSettings.cpp44 return m_settings->defaultFixedFontSize(); in GetDefaultFixedFontSize()
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.h188 - (int)defaultFixedFontSize;
DWebPreferences.mm598 - (int)defaultFixedFontSize
DWebView.mm1468 settings->setDefaultFixedFontSize([preferences defaultFixedFontSize]);
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview_p.h299 Q_PROPERTY(int defaultFixedFontSize READ defaultFixedFontSize WRITE setDefaultFixedFontSize) in Q_PROPERTY()
339 int defaultFixedFontSize() const { return s->fontSize(QWebSettings::DefaultFixedFontSize); } in defaultFixedFontSize() function
/external/webkit/Source/WebKit2/Shared/
DWebPreferencesStore.h88 macro(DefaultFixedFontSize, defaultFixedFontSize, UInt32, uint32_t, 13) \
/external/webkit/Source/WebCore/page/
DSettings.h105 int defaultFixedFontSize() const { return m_defaultFixedFontSize; } in defaultFixedFontSize() function
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl104 HRESULT defaultFixedFontSize([out, retval] int* fontSize);
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPreferences.cpp252 return toImpl(preferencesRef)->defaultFixedFontSize(); in WKPreferencesGetDefaultFixedFontSize()
/external/webkit/Source/WebKit/win/
DWebPreferences.h100 virtual HRESULT STDMETHODCALLTYPE defaultFixedFontSize(
DWebPreferences.cpp665 HRESULT STDMETHODCALLTYPE WebPreferences::defaultFixedFontSize( in defaultFixedFontSize() function in WebPreferences
DWebView.cpp4499 hr = preferences->defaultFixedFontSize(&size); in notifyPreferencesChanged()
DChangeLog-2009-06-1623637 (WebPreferences::defaultFixedFontSize):
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp6784 ? static_cast<float>(settings->defaultFixedFontSize()) / settings->defaultFontSize() in checkForGenericFamilyChange()
6903 …int mediumSize = shouldUseFixedDefaultSize ? settings->defaultFixedFontSize() : settings->defaultF… in fontSizeForKeyword()
6934 …int mediumSize = shouldUseFixedDefaultSize ? settings->defaultFixedFontSize() : settings->defaultF… in legacyFontSize()
/external/webkit/Source/WebKit/mac/
DWebKit.order233 -[WebPreferences defaultFixedFontSize]
DChangeLog-2006-02-0931871 (-[WebPreferences defaultFixedFontSize]):
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp592 priv->settings.font_monospace_size = priv->page_settings->defaultFixedFontSize(); in _ewk_view_priv_new()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-166475 (QDeclarativeWebSettings::defaultFixedFontSize):
26320 (QWebSettings::defaultFixedFontSize):
28037 (QWebSettings::defaultFixedFontSize):