HomeSort by relevance Sort by last modified time
    Searched refs:Horizontal (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebCore/platform/qt/
WheelEventQt.cpp 34 if (orientation == Qt::Horizontal) {
ScrollbarThemeQt.cpp 112 opt.orientation = (scrollbar->orientation() == VerticalScrollbar) ? Qt::Vertical : Qt::Horizontal;
  /external/webkit/WebCore/svg/
SVGGlyphElement.h 40 Horizontal,
SVGGlyphElement.cpp 95 return SVGGlyphIdentifier::Horizontal;
139 // Spec: The horizontal advance after rendering the glyph in horizontal orientation.
SVGFont.cpp 166 case SVGGlyphIdentifier::Horizontal:
  /external/libvpx/vp8/common/
proposed.h 64 int (*internal_size)(codec_ptr, VPX_SCALING Vertical, VPX_SCALING Horizontal);
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 58 if (orientation == Qt::Horizontal) {
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 59 if (orientation == Qt::Horizontal) {
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 87 frame->setScrollBarPolicy(Qt::Horizontal, m_oldHorizontalScrollBarPolicy);
94 m_oldHorizontalScrollBarPolicy = frame->scrollBarPolicy(Qt::Horizontal);
97 frame->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAlwaysOff);
qwebframe.cpp 945 if (orientation == Qt::Horizontal)
959 if (orientation == Qt::Horizontal) {
986 sb = (orientation == Qt::Horizontal) ? d->horizontalScrollBar() : d->verticalScrollBar();
1005 sb = (orientation == Qt::Horizontal) ? d->horizontalScrollBar() : d->verticalScrollBar();
1020 sb = (orientation == Qt::Horizontal) ? d->horizontalScrollBar() : d->verticalScrollBar();
1048 sb = (orientation == Qt::Horizontal) ? d->horizontalScrollBar() : d->verticalScrollBar();
    [all...]
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 221 (ScrollbarMode)m_webFrame->scrollBarPolicy(Qt::Horizontal),
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 205 slwi. r5, r5, 5 ;# index into horizontal filter array
209 ;# If there isn't any filtering to be done for the horizontal, then
213 ;# load up horizontal filter
244 ;# Finished filtering main horizontal block. If there is no
396 slwi. r5, r5, 5 ;# index into horizontal filter array
400 ;# If there isn't any filtering to be done for the horizontal, then
434 ;# Finished filtering main horizontal block. If there is no
568 slwi. r5, r5, 5 ;# index into horizontal filter array
572 ;# If there isn't any filtering to be done for the horizontal, then
614 ;# Finished filtering main horizontal block. If there is n
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 604 # Do Horizontal Rules:
    [all...]

Completed in 512 milliseconds