Home
last modified time | relevance | path

Searched refs:Horizontal (Results 1 – 25 of 117) sorted by relevance

12345

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.h70 , m_orientation(Horizontal) in FontPlatformData()
80 , m_orientation(Horizontal) in FontPlatformData()
90 , m_orientation(Horizontal) in FontPlatformData()
95 …ame, float textSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal, TextOrientation…
DFontPlatformDataChromiumWin.h73 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement. in orientation()
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h113 , m_orientation(Horizontal) in FontPlatformData()
137 , m_orientation(Horizontal) in FontPlatformData()
158 …ta(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation = Horizontal,
182 …loat size, bool syntheticBold = false, bool syntheticOblique = false, FontOrientation = Horizontal,
DFontOrientation.h31 enum FontOrientation { Horizontal, Vertical }; enumerator
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp186 …scrollHorizontal = qFrame->scrollBarValue(Qt::Horizontal) < qFrame->scrollBarMaximum(Qt::Horizonta… in qtwebkit_webframe_scrollRecursively()
188 …scrollHorizontal = qFrame->scrollBarValue(Qt::Horizontal) > qFrame->scrollBarMinimum(Qt::Horizonta… in qtwebkit_webframe_scrollRecursively()
1044 if (orientation == Qt::Horizontal) in scrollBarPolicy()
1058 if (orientation == Qt::Horizontal) { in setScrollBarPolicy()
1085 sb = (orientation == Qt::Horizontal) ? d->horizontalScrollBar() : d->verticalScrollBar(); in setScrollBarValue()
1091 …sb->scrollableArea()->scrollToOffsetWithoutAnimation(orientation == Qt::Horizontal ? HorizontalScr… in setScrollBarValue()
1104 sb = (orientation == Qt::Horizontal) ? d->horizontalScrollBar() : d->verticalScrollBar(); in scrollBarValue()
1119 sb = (orientation == Qt::Horizontal) ? d->horizontalScrollBar() : d->verticalScrollBar(); in scrollBarMaximum()
1147 sb = (orientation == Qt::Horizontal) ? d->horizontalScrollBar() : d->verticalScrollBar(); in scrollBarGeometry()
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontCustomPlatformData.h43 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVarian…
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontCustomPlatformData.h43 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontCustomPlatformData.h47 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformDataCairo.h45 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
DFontCustomPlatformData.h50 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
DFontPlatformDataWin.cpp41 , m_orientation(Horizontal) in FontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCustomPlatformData.h45 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCustomPlatformData.h52 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.h52 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
DFontPlatformData.h81 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement. in orientation()
/external/webkit/Source/WebKit/chromium/public/
DWebScrollbar.h46 Horizontal, enumerator
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformDataAndroid.cpp79 mOrientation(Horizontal), mTextOrientation(TextOrientationVerticalRight) in FontPlatformData()
131 mOrientation(Horizontal), mTextOrientation(TextOrientationVerticalRight) in FontPlatformData()
DFontPlatformData.h57 FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
/external/webkit/Source/WebCore/platform/graphics/skia/
DFontCustomPlatformData.h70 …a fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
/external/webkit/Source/WebCore/loader/cache/
DCachedFont.h68 …taFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation…
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformData.h70 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement. in orientation()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformData.h73 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement. in orientation()
/external/webkit/Source/WebCore/platform/qt/
DWheelEventQt.cpp40 if (orientation == Qt::Horizontal) { in applyDelta()
/external/webkit/Source/WebCore/svg/
DSVGGlyphElement.h40 Horizontal, enumerator
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Deventhistory.ui35 <enum>Qt::Horizontal</enum>

12345