Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 25 of 178) sorted by relevance

12345678

/external/webkit/Source/WebCore/platform/qt/
DScrollbarQt.cpp56 bool horizontal = (m_orientation == HorizontalScrollbar); in contextMenu() local
62 …QAction* actScrollTop = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Left … in contextMenu()
63 …QAction* actScrollBottom = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Ri… in contextMenu()
66 …QAction* actPageUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page lef… in contextMenu()
67 …QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page r… in contextMenu()
70 …QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll… in contextMenu()
71 …QAction* actScrollDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scro… in contextMenu()
83 moveThumb(horizontal ? pos.x() : pos.y()); in contextMenu()
85 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByDocument); in contextMenu()
87 scrollableArea()->scroll(horizontal ? ScrollRight : ScrollDown, ScrollByDocument); in contextMenu()
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
Dpopover.css106 .popover ::-webkit-scrollbar:horizontal:corner-present {
110 .popover ::-webkit-scrollbar-thumb:horizontal {
117 .popover ::-webkit-scrollbar-thumb:horizontal:hover {
121 .popover ::-webkit-scrollbar-thumb:horizontal:active {
125 .popover ::-webkit-scrollbar-track-piece:horizontal:start {
129 .popover ::-webkit-scrollbar-track-piece:horizontal:end {
133 .popover ::-webkit-scrollbar-track-piece:horizontal:end:corner-present {
137 .popover ::-webkit-scrollbar-track-piece:horizontal:decrement {
143 .popover ::-webkit-scrollbar-track-piece:horizontal:increment {
/external/freetype/src/sfnt/
Dttmtx.c139 void* lm = &face->horizontal.long_metrics; in tt_face_load_hmtx()
140 void** sm = &face->horizontal.short_metrics; in tt_face_load_hmtx()
147 num_longs = face->horizontal.number_Of_HMetrics; in tt_face_load_hmtx()
151 face->horizontal.number_Of_HMetrics = 0; in tt_face_load_hmtx()
228 face->horizontal.number_Of_HMetrics = (FT_UShort)num_longs; in tt_face_load_hmtx()
307 header = &face->horizontal; in tt_face_load_hhea()
373 header = &face->horizontal; in tt_face_get_metrics()
435 void* h = &face->horizontal; in tt_face_get_metrics()
Dsfobjs.c661 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face()
688 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face()
1013 root->ascender = face->horizontal.Ascender; in sfnt_load_face()
1014 root->descender = face->horizontal.Descender; in sfnt_load_face()
1017 face->horizontal.Line_Gap ); in sfnt_load_face()
1041 root->max_advance_width = face->horizontal.advance_Width_Max; in sfnt_load_face()
1129 FT_FREE( face->horizontal.long_metrics ); in sfnt_done_face()
1130 FT_FREE( face->horizontal.short_metrics ); in sfnt_done_face()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
Dwebkit30 -webkit-meter-horizontal-bar
31 -webkit-meter-horizontal-even-less-good-value
32 -webkit-meter-horizontal-optimum-value
33 -webkit-meter-horizontal-suboptimal-value
70 horizontal
/external/chromium/chrome/browser/resources/file_manager/css/
Dfile_manager.css38 -webkit-box-orient: horizontal;
47 -webkit-box-orient: horizontal;
58 -webkit-box-orient: horizontal;
66 -webkit-box-orient: horizontal;
222 -webkit-box-orient: horizontal;
258 -webkit-box-orient: horizontal;
378 -webkit-box-orient: horizontal;
387 -webkit-box-orient: horizontal;
392 /* A horizontal spring. */
393 .horizontal-spacer {
[all …]
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in138 horizontal
251 scrollbargripper-horizontal
253 scrollbarthumb-horizontal
255 scrollbartrack-horizontal
270 slider-horizontal
272 sliderthumb-horizontal
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dinstant_opt_in_view.mm15 // How far from the top of the view to place the horizontal line.
18 // How far from the sides to inset the horizontal line.
40 // Draw a horizontal line 2 px down from the top of the view, inset at the
/external/webkit/Source/WebCore/platform/
DScrollView.h104 …ScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); … in horizontalScrollbarMode() local
105 …arMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizont… in verticalScrollbarMode() local
392 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
/external/chromium/chrome/browser/resources/options/
Dbrowser_options_page.css21 -webkit-box-orient: horizontal;
43 -webkit-box-orient: horizontal;
/external/chromium/chrome/browser/resources/chromeos/
Dmobile_dialogs.css44 -webkit-box-orient: horizontal;
59 -webkit-box-orient: horizontal;
/external/libvpx/vp8/common/ppc/
Dfilter_bilinear_altivec.asm31 ;# load up horizontal filter
32 slwi. r5, r5, 4 ;# index into horizontal filter array
/external/libvpx/vp8/encoder/ppc/
Dvariance_subpixel_altivec.asm32 ;# load up horizontal filter
33 slwi. r5, r5, 4 ;# index into horizontal filter array
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dmozilla97 -moz-scrollbars-horizontal
269 horizontal
414 scale-horizontal
416 scalethumb-horizontal
430 scrollbarthumb-horizontal
432 scrollbartrack-horizontal
Dother13 scrollbargripper-horizontal
/external/webkit/Source/WebKit/chromium/src/
DWebScrollbarImpl.cpp111 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; in scroll() local
113 dir = horizontal ? ScrollRight : ScrollDown; in scroll()
115 dir = horizontal ? ScrollLeft : ScrollUp; in scroll()
/external/markdown/tests/misc/
Dpara-with-hr.txt1 Here is a paragraph, followed by a horizontal rule.
Dblockquote-hr.txt5 > Block quote with horizontal lines.
/external/webkit/Source/WebCore/svg/
DSVGPathSegListSource.cpp84 …SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); in parseLineToHorizontalSegment() local
85 x = horizontal->x(); in parseLineToHorizontalSegment()
/external/webkit/Source/WebCore/css/
DCSSValueKeywords.in455 horizontal
605 slider-horizontal
607 sliderthumb-horizontal
772 horizontal-tb
775 horizontal-bt
DSVGCSSPropertyNames.in44 glyph-orientation-horizontal
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DGridDataFactory.java512 public GridDataFactory grab(boolean horizontal, boolean vertical) { in grab() argument
513 m_data.grabExcessHorizontalSpace = horizontal; in grab()
/external/markdown/tests/markdown-test/
Dbenchmark.dat7 horizontal-rules:0.180000:135168.000000
/external/chromium-trace/src/shared/css/
Doverlay.css116 -webkit-box-orient: horizontal;
131 -webkit-box-orient: horizontal;
/external/chromium/chrome/browser/resources/gpu_internals/
Doverlay.css15 -webkit-box-orient: horizontal;

12345678