Searched refs:setFontSize (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpreferences.h66 void setFontSize(FontSize type, int size);
H A Dqwkpreferences.cpp188 void QWKPreferences::setFontSize(FontSize type, int size) function in class:QWKPreferences
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.h105 void setFontSize(FontSize type, int size);
H A Dqwebsettings.cpp542 void QWebSettings::setFontSize(FontSize type, int size) function in class:QWebSettings
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h334 void setMinimumFontSize(int size) { s->setFontSize(QWebSettings::MinimumFontSize, size); }
336 void setMinimumLogicalFontSize(int size) { s->setFontSize(QWebSettings::MinimumLogicalFontSize, size); }
338 void setDefaultFontSize(int size) { s->setFontSize(QWebSettings::DefaultFontSize, size); }
340 void setDefaultFixedFontSize(int size) { s->setFontSize(QWebSettings::DefaultFixedFontSize, size); }
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp143 globalSettings->setFontSize(QWebSettings::MinimumFontSize, 0);
144 globalSettings->setFontSize(QWebSettings::MinimumLogicalFontSize, 5);
145 globalSettings->setFontSize(QWebSettings::DefaultFontSize, 16);
146 globalSettings->setFontSize(QWebSettings::DefaultFixedFontSize, 13);
H A DLayoutTestControllerQt.cpp620 settings->setFontSize(QWebSettings::DefaultFontSize, value.toInt());
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.h162 void setFontSize(FontDescription&, float size);
H A DCSSStyleSelector.cpp4363 setFontSize(fontDescription, size);
4637 setFontSize(fontDescription, fontSizeForKeyword(m_checker.m_document, CSSValueXxSmall + fontDescription.keywordSize() - 1, false));
4716 setFontSize(fontDescription, fontSizeForKeyword(m_checker.m_document, CSSValueXxSmall + fontDescription.keywordSize() - 1, !oldFamilyUsedFixedDefaultSize));
4938 setFontSize(fontDescription, fontSizeForKeyword(m_checker.m_document, CSSValueMedium, false));
6754 setFontSize(newFontDescription, childFont.specifiedSize());
6792 setFontSize(newFontDescription, size);
6796 void CSSStyleSelector::setFontSize(FontDescription& fontDescription, float size) function in class:WebCore::CSSStyleSelector
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h151 - (void)setFontSize:(NSString *)fontSize;
H A DDOMCSS.mm612 - (void)setFontSize:(NSString *)fontSize
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm4332 [style setFontSize:@"12px"];
4340 [style setFontSize:[NSString stringWithFormat:@"%0.fpx", [font pointSize]]];
4541 [style setFontSize:[NSString stringWithFormat:@"%dpx", aPointSize]];

Completed in 570 milliseconds