/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 59 if (orientation == Qt::Horizontal) {
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 59 if (orientation == Qt::Horizontal) {
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
FontPlatformData.h | 152 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
|
/external/webkit/Source/WebCore/rendering/ |
RenderCombineText.cpp | 101 description.setOrientation(Horizontal); // We are going to draw combined text horizontally. 106 shouldUpdateFont = style()->setFontDescription(description); // Need to change font orientation to horizontal.
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe.cpp | 186 scrollHorizontal = qFrame->scrollBarValue(Qt::Horizontal) < qFrame->scrollBarMaximum(Qt::Horizontal); 188 scrollHorizontal = qFrame->scrollBarValue(Qt::Horizontal) > qFrame->scrollBarMinimum(Qt::Horizontal); [all...] |
qwebview.cpp | 95 frame->setScrollBarPolicy(Qt::Horizontal, m_oldHorizontalScrollBarPolicy); 102 m_oldHorizontalScrollBarPolicy = frame->scrollBarPolicy(Qt::Horizontal); 105 frame->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAlwaysOff); [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
FontPlatformDataAndroid.cpp | 78 mOrientation(Horizontal), mTextOrientation(TextOrientationVerticalRight) 130 mOrientation(Horizontal), mTextOrientation(TextOrientationVerticalRight)
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontDescription.h | 61 , m_orientation(Horizontal) 136 FontOrientation m_orientation; // Whether the font is rendering on a horizontal line or a vertical line.
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
GlyphPageTreeNodeMac.cpp | 73 RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), fontData->getCFStringAttributes(0, fontData->hasVerticalGlyphs() ? Vertical : Horizontal)));
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontPlatformDataCGWin.cpp | 120 , m_orientation(Horizontal)
|
/external/webkit/Source/WebCore/svg/ |
SVGGlyphElement.cpp | 96 return SVGGlyphIdentifier::Horizontal; 154 // Spec: The horizontal advance after rendering the glyph in horizontal orientation.
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
object08.js | 78 Horizontal space to the left and right of this image, applet, or object.
|
table04.js | 78 Horizontal alignment of data in cells.
|
table08.js | 78 Horizontal alignment of data in cells.
|
table21.js | 78 Horizontal alignment of data in cell.
|
table42.js | 78 Horizontal alignment of data within cells of this row.
|
table48.js | 78 Horizontal alignment of cell data in column.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
object08.js | 78 Horizontal space to the left and right of this image, applet, or object.
|
table04.js | 78 Horizontal alignment of data in cells.
|
table08.js | 78 Horizontal alignment of data in cells.
|
table21.js | 78 Horizontal alignment of data in cell.
|
table42.js | 78 Horizontal alignment of data within cells of this row.
|
table48.js | 78 Horizontal alignment of cell data in column.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 148 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer 201 BNE Horizontal ;// If the Prediction direction is horizontal branch to Horizontal 236 Horizontal
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 174 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer 220 BNE Horizontal ;// If the Prediction direction is horizontal branch to Horizontal 256 Horizontal
|