/external/webkit/Source/WebCore/platform/qt/ |
D | ScrollbarQt.cpp | 56 bool horizontal = (m_orientation == HorizontalScrollbar); in contextMenu() local
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 104 …ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes… in horizontalScrollbarMode() local 105 …ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(h… in verticalScrollbarMode() local
|
D | ScrollView.cpp | 1345 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const in wheelEvent()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathSegListSource.cpp | 84 …SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); in parseLineToHorizontalSegment() local
|
/external/webkit/Source/WebCore/platform/wx/ |
D | ScrollViewWx.cpp | 303 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const in platformScrollbarModes()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebScrollbarImpl.cpp | 111 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; in scroll() local
|
/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()
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineBox.h | 174 void setIsHorizontal(bool horizontal) { m_isHorizontal = horizontal; } in setIsHorizontal()
|
D | InlineTextBox.cpp | 363 …t, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal) in applyShadowToGraphicsContext() 391 … const FloatRect& boxRect, const ShadowData* shadow, bool stroked, bool horizontal) in paintTextWithShadows()
|
D | RenderBoxModelObject.cpp | 1341 bool horizontal = style->isHorizontalWritingMode(); in paintBorder() local 1617 bool horizontal = style->isHorizontalWritingMode(); in paintBorder() local
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 815 bool horizontal = isHorizontalWritingMode(); in getRoundedInnerBorderFor() local
|
D | RenderStyle.h | 390 …bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : … in hasStaticInlinePosition() 391 …bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : h… in hasStaticBlockPosition()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | EventSender.cpp | 951 int horizontal = arguments[0].toInt32(); in handleMouseWheel() local
|
/external/freetype/src/cff/ |
D | cffgload.c | 1849 FT_Int horizontal, count; in cff_decoder_parse_charstrings() local
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | EventSender.cpp | 415 int horizontal = (int)JSValueToNumber(context, arguments[0], exception); in mouseScrollByCallback() local
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
D | jquery.flot.min.js | 1 …=I!=null?I:1;A.add=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]+=D}return A.normalize(…
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 105 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction); in apply_value() local
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1269 TT_HoriHeader horizontal; /* TrueType horizontal header */ member
|
/external/webkit/Source/WebCore/css/ |
D | CSSParser.cpp | 5055 …r<CSSPrimitiveValue> parseDeprecatedGradientPoint(CSSParserValue* a, bool horizontal, CSSPrimitive… in parseDeprecatedGradientPoint()
|