Searched refs:defaultFontSize (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebsettingsprivate.h39 guint defaultFontSize; member in struct:_WebKitWebSettingsPrivate
H A Dwebkitwebsettings.cpp1068 priv->defaultFontSize = g_value_get_int(value);
1260 g_value_set_int(value, priv->defaultFontSize);
H A Dwebkitwebview.cpp1469 guint defaultFontSize, defaultMonospaceFontSize, minimumFontSize, minimumLogicalFontSize; local
1472 "default-font-size", &defaultFontSize,
1478 settings->setDefaultFontSize(webViewConvertFontSizeToPixels(webView, defaultFontSize));
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferences.h169 @method defaultFontSize
171 - (int)defaultFontSize;
H A DWebPreferences.mm617 - (int)defaultFontSize
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DFontLoader.cpp44 static const int defaultFontSize = 10; member in namespace:WebCore
288 defaultFontDescription.setSpecifiedSize(defaultFontSize);
289 defaultFontDescription.setComputedSize(defaultFontSize);
H A DStyleResolver.cpp3215 float fixedScaleFactor = (settings && settings->defaultFixedFontSize() && settings->defaultFontSize())
3216 ? static_cast<float>(settings->defaultFixedFontSize()) / settings->defaultFontSize()
3354 int mediumSize = shouldUseFixedDefaultSize ? settings->defaultFixedFontSize() : settings->defaultFontSize();
3385 int mediumSize = shouldUseFixedDefaultSize ? settings->defaultFixedFontSize() : settings->defaultFontSize();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebpreferences_p.h61 Q_PROPERTY(unsigned defaultFontSize READ defaultFontSize WRITE setDefaultFontSize NOTIFY defaultFontSizeChanged FINAL)
139 unsigned defaultFontSize() const;
H A Dqwebpreferences.cpp499 unsigned QWebPreferences::defaultFontSize() const function in class:QWebPreferences
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DRenderThemeBlackBerry.h112 static float defaultFontSize; member in class:WebCore::RenderThemeBlackBerry
H A DRenderThemeBlackBerry.cpp83 float RenderThemeBlackBerry::defaultFontSize = 16; member in class:WebCore::RenderThemeBlackBerry
264 float fontSize = defaultFontSize;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebSettings.h82 int defaultFontSize() const;
H A DWebSettings.cpp313 int WebSettings::defaultFontSize() const function in class:BlackBerry::WebKit::WebSettings
318 void WebSettings::setDefaultFontSize(int defaultFontSize) argument
320 m_private->setInteger(WebKitDefaultFontSize, defaultFontSize);
H A DWebPage.cpp4533 if (newFontSize < d->m_webSettings->defaultFontSize()) {
4534 newScale = std::min(static_cast<double>(d->m_webSettings->defaultFontSize()) / renderer->style()->fontSize(), d->maxBlockZoomScale());
5774 coreSettings->setDefaultFontSize(webSettings->defaultFontSize());
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.cpp69 float RenderThemeEfl::defaultFontSize = 16.0f; member in class:WebCore::RenderThemeEfl
922 float fontScale = style->fontSize() / defaultFontSize;
923 int decorationSize = lroundf(std::min(std::max(minSearchDecorationButtonSize, defaultFontSize * fontScale), maxSearchDecorationButtonSize));
978 float fontScale = style->fontSize() / defaultFontSize;
979 int cancelButtonSize = lroundf(std::min(std::max(minCancelButtonSize, defaultFontSize * fontScale), maxCancelButtonSize));
1022 defaultFontSize = size;
1030 float fontSize = defaultFontSize;
H A DRenderThemeEfl.h218 static float defaultFontSize; member in class:WebCore::RenderThemeEfl
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_settings.cpp275 return settings->preferences()->defaultFontSize();
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl94 HRESULT defaultFontSize([out, retval] int* fontSize);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.h180 macro(DefaultFontSize, defaultFontSize, UInt32, uint32_t, 16) \
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h100 virtual HRESULT STDMETHODCALLTYPE defaultFontSize(
H A DWebPreferences.cpp679 HRESULT STDMETHODCALLTYPE WebPreferences::defaultFontSize( function in class:WebPreferences
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp88 static const int defaultFontSize = 10; member in namespace:WebCore
2030 defaultFontDescription.setSpecifiedSize(defaultFontSize);
2031 defaultFontDescription.setComputedSize(defaultFontSize);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitSettings.cpp1856 return settings->priv->preferences->defaultFontSize();
1871 uint32_t currentSize = priv->preferences->defaultFontSize();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp279 return toImpl(preferencesRef)->defaultFontSize();
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp790 priv->settings.fontDefaultSize = priv->pageSettings->defaultFontSize();

Completed in 479 milliseconds

12