/external/webkit/Source/WebCore/platform/qt/ |
D | ScrollbarQt.cpp | 56 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/ |
D | popover.css | 106 .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/ |
D | ttmtx.c | 139 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()
|
D | sfobjs.c | 661 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/ |
D | webkit | 30 -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/ |
D | file_manager.css | 38 -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/ |
D | cssvalues.in | 138 horizontal 251 scrollbargripper-horizontal 253 scrollbarthumb-horizontal 255 scrollbartrack-horizontal 270 slider-horizontal 272 sliderthumb-horizontal
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | instant_opt_in_view.mm | 15 // 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/ |
D | ScrollView.h | 104 …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/ |
D | browser_options_page.css | 21 -webkit-box-orient: horizontal; 43 -webkit-box-orient: horizontal;
|
/external/chromium/chrome/browser/resources/chromeos/ |
D | mobile_dialogs.css | 44 -webkit-box-orient: horizontal; 59 -webkit-box-orient: horizontal;
|
/external/libvpx/vp8/common/ppc/ |
D | filter_bilinear_altivec.asm | 31 ;# load up horizontal filter 32 slwi. r5, r5, 4 ;# index into horizontal filter array
|
/external/libvpx/vp8/encoder/ppc/ |
D | variance_subpixel_altivec.asm | 32 ;# 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/ |
D | mozilla | 97 -moz-scrollbars-horizontal 269 horizontal 414 scale-horizontal 416 scalethumb-horizontal 430 scrollbarthumb-horizontal 432 scrollbartrack-horizontal
|
D | other | 13 scrollbargripper-horizontal
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebScrollbarImpl.cpp | 111 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/ |
D | para-with-hr.txt | 1 Here is a paragraph, followed by a horizontal rule.
|
D | blockquote-hr.txt | 5 > Block quote with horizontal lines.
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathSegListSource.cpp | 84 …SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); in parseLineToHorizontalSegment() local 85 x = horizontal->x(); in parseLineToHorizontalSegment()
|
/external/webkit/Source/WebCore/css/ |
D | CSSValueKeywords.in | 455 horizontal 605 slider-horizontal 607 sliderthumb-horizontal 772 horizontal-tb 775 horizontal-bt
|
D | SVGCSSPropertyNames.in | 44 glyph-orientation-horizontal
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | GridDataFactory.java | 512 public GridDataFactory grab(boolean horizontal, boolean vertical) { in grab() argument 513 m_data.grabExcessHorizontalSpace = horizontal; in grab()
|
/external/markdown/tests/markdown-test/ |
D | benchmark.dat | 7 horizontal-rules:0.180000:135168.000000
|
/external/chromium-trace/src/shared/css/ |
D | overlay.css | 116 -webkit-box-orient: horizontal; 131 -webkit-box-orient: horizontal;
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | overlay.css | 15 -webkit-box-orient: horizontal;
|