Searched refs:FontSize (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpreferences.h | 52 enum FontSize { enum 66 void setFontSize(FontSize type, int size); 67 int fontSize(FontSize type) const;
|
D | qwkpreferences.cpp | 188 void QWKPreferences::setFontSize(FontSize type, int size) in setFontSize() 205 int QWKPreferences::fontSize(FontSize type) const in fontSize()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebsettings.h | 92 enum FontSize { enum 105 void setFontSize(FontSize type, int size); 106 int fontSize(FontSize type) const; 107 void resetFontSize(FontSize type);
|
D | qwebsettings.cpp | 542 void QWebSettings::setFontSize(FontSize type, int size) in setFontSize() 551 int QWebSettings::fontSize(FontSize type) const in fontSize() 567 void QWebSettings::resetFontSize(FontSize type) in resetFontSize()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-04-CoalescerBug.ll | 59 br i1 undef, label %bb.i1, label %FontSize.exit 62 br label %FontSize.exit 64 FontSize.exit: ; preds = %bb.i1, %FontHalfXHeight.exit 69 bb.i5: ; preds = %FontSize.exit 73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
|
D | 2009-08-04-ScavengerAssert.ll | 139 br i1 undef, label %bb2.i, label %FontSize.exit 145 FontSize.exit: ; preds = %bb1.i 153 bb.i5: ; preds = %FontSize.exit 157 FontName.exit: ; preds = %bb.i5, %FontSize.exit 158 …%22 = phi %struct.FONT_INFO* [ undef, %bb.i5 ], [ undef, %FontSize.exit ] ; <%struct.FONT_INFO*> …
|
/external/webkit/Source/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 190 …s@@QBEHW4FontSize@1@@Z @ 189 NONAME ; int QWebSettings::fontSize(enum QWebSettings::FontSize) const 429 …s@@QAEXW4FontSize@1@@Z @ 428 NONAME ; void QWebSettings::resetFontSize(enum QWebSettings::FontSize) 464 …AEXW4FontSize@1@H@Z @ 463 NONAME ; void QWebSettings::setFontSize(enum QWebSettings::FontSize, int)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 65335 Changed execCommand("FontSize", ...) to match the spec
|
D | ChangeLog-2010-12-06 | 58961 QueryCommandValue('FontSize') returns pixel values instead of IE font numbers
|