orientation        51 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp     RefPtrWillBeRawPtr<DeviceOrientationData> orientation = DeviceOrientationData::create(alphaProvided, alpha, betaProvided, beta, gammaProvided, gamma, absoluteProvided, absolute);
orientation        52 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp     impl->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
orientation       400 Source/core/accessibility/AXObject.h     virtual AccessibilityOrientation orientation() const;
orientation       790 Source/core/accessibility/AXRenderObject.cpp     return AXObject::orientation();
orientation       115 Source/core/accessibility/AXRenderObject.h     virtual AccessibilityOrientation orientation() const OVERRIDE;
orientation        59 Source/core/accessibility/AXScrollView.cpp AXObject* AXScrollView::scrollBar(AccessibilityOrientation orientation)
orientation        63 Source/core/accessibility/AXScrollView.cpp     switch (orientation) {
orientation        74 Source/core/accessibility/AXScrollbar.cpp     if (m_scrollbar->orientation() == HorizontalScrollbar)
orientation        76 Source/core/accessibility/AXScrollbar.cpp     if (m_scrollbar->orientation() == VerticalScrollbar)
orientation       106 Source/core/accessibility/AXScrollbar.cpp     m_scrollbar->scrollableArea()->scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), newValue);
orientation        55 Source/core/accessibility/AXScrollbar.h     virtual AccessibilityOrientation orientation() const OVERRIDE;
orientation        62 Source/core/accessibility/AXSlider.h     virtual AccessibilityOrientation orientation() const OVERRIDE FINAL;
orientation        43 Source/core/css/BasicShapeFunctions.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForCenterCoordinate(CSSValuePool& pool, const RenderStyle& style, const BasicShapeCenterCoordinate& center, EBoxOrient orientation)
orientation        48 Source/core/css/BasicShapeFunctions.cpp     CSSValueID keyword = orientation == HORIZONTAL ? CSSValueRight : CSSValueBottom;
orientation        34 Source/core/css/BinaryDataFontFaceSource.cpp             fontDescription.orientation(), fontDescription.widthVariant()), CustomFontData::create());
orientation        99 Source/core/css/RemoteFontFaceSource.cpp             fontDescription.orientation(), fontDescription.widthVariant()), CustomFontData::create());
orientation        33 Source/core/css/SVGCSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientation)
orientation        35 Source/core/css/SVGCSSComputedStyleDeclaration.cpp     switch (orientation) {
orientation      1040 Source/core/css/SelectorChecker.cpp         return scrollbar->orientation() == HorizontalScrollbar;
orientation      1042 Source/core/css/SelectorChecker.cpp         return scrollbar->orientation() == VerticalScrollbar;
orientation       594 Source/core/css/resolver/FontBuilder.cpp     if (scope.fontDescription().orientation() == fontOrientation && scope.fontDescription().nonCJKGlyphOrientation() == glyphOrientation)
orientation      1165 Source/core/css/resolver/StyleBuilderCustom.cpp static bool degreeToGlyphOrientation(CSSPrimitiveValue* primitiveValue, EGlyphOrientation& orientation)
orientation      1176 Source/core/css/resolver/StyleBuilderCustom.cpp         orientation = GO_0DEG;
orientation      1180 Source/core/css/resolver/StyleBuilderCustom.cpp         orientation = GO_90DEG;
orientation      1184 Source/core/css/resolver/StyleBuilderCustom.cpp         orientation = GO_180DEG;
orientation      1187 Source/core/css/resolver/StyleBuilderCustom.cpp     orientation = GO_270DEG;
orientation      2274 Source/core/css/resolver/StyleBuilderCustom.cpp         EGlyphOrientation orientation;
orientation      2275 Source/core/css/resolver/StyleBuilderCustom.cpp         if (degreeToGlyphOrientation(primitiveValue, orientation))
orientation      2276 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setGlyphOrientationHorizontal(orientation);
orientation      2292 Source/core/css/resolver/StyleBuilderCustom.cpp         EGlyphOrientation orientation;
orientation      2293 Source/core/css/resolver/StyleBuilderCustom.cpp         if (degreeToGlyphOrientation(primitiveValue, orientation))
orientation      2294 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->accessSVGStyle()->setGlyphOrientationVertical(orientation);
orientation       105 Source/core/css/resolver/ViewportStyleResolver.cpp     description.orientation = viewportArgumentValue(CSSPropertyOrientation);
orientation        67 Source/core/dom/ViewportDescription.h         , orientation(ValueAuto)
orientation        83 Source/core/dom/ViewportDescription.h     float orientation;
orientation        98 Source/core/dom/ViewportDescription.h             && orientation == other.orientation
orientation       100 Source/core/fetch/FontResource.cpp FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant)
orientation       107 Source/core/fetch/FontResource.cpp     return m_fontData->fontPlatformData(size, bold, italic, orientation, widthVariant);
orientation       623 Source/core/frame/DOMWindow.cpp     return m_frame->orientation();
orientation       293 Source/core/frame/DOMWindow.h         int orientation() const;
orientation       461 Source/core/frame/FrameView.cpp PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation)
orientation       466 Source/core/frame/FrameView.cpp         return RenderScrollbar::createCustomScrollbar(this, orientation, customScrollbarElement, customScrollbarFrame);
orientation       469 Source/core/frame/FrameView.cpp     return ScrollView::createScrollbar(orientation);
orientation      3275 Source/core/frame/FrameView.cpp void FrameView::didAddScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation)
orientation      3277 Source/core/frame/FrameView.cpp     ScrollableArea::didAddScrollbar(scrollbar, orientation);
orientation      3282 Source/core/frame/FrameView.cpp void FrameView::willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation)
orientation      3284 Source/core/frame/FrameView.cpp     ScrollableArea::willRemoveScrollbar(scrollbar, orientation);
orientation       159 Source/core/frame/LocalFrame.cpp void LocalFrame::sendOrientationChangeEvent(int orientation)
orientation       164 Source/core/frame/LocalFrame.cpp     m_orientation = orientation;
orientation       121 Source/core/frame/LocalFrame.h         void sendOrientationChangeEvent(int orientation);
orientation       122 Source/core/frame/LocalFrame.h         int orientation() const { return m_orientation; }
orientation       191 Source/core/frame/PinchViewport.cpp void PinchViewport::setupScrollbar(WebScrollbar::Orientation orientation)
orientation       193 Source/core/frame/PinchViewport.cpp     bool isHorizontal = orientation == WebScrollbar::Horizontal;
orientation       250 Source/core/frame/PinchViewport.cpp int PinchViewport::scrollSize(ScrollbarOrientation orientation) const
orientation       253 Source/core/frame/PinchViewport.cpp     return (orientation == HorizontalScrollbar) ? scrollDimensions.width() : scrollDimensions.height();
orientation      2132 Source/core/page/EventHandler.cpp     return !event.hasPreciseScrollingDeltas() && result.scrollbar() && result.scrollbar()->orientation() == HorizontalScrollbar;
orientation       232 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::removeWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
orientation       234 Source/core/page/scrolling/ScrollingCoordinator.cpp     ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars;
orientation       250 Source/core/page/scrolling/ScrollingCoordinator.cpp PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, bool isLeftSideVerticalScrollbar)
orientation       252 Source/core/page/scrolling/ScrollingCoordinator.cpp     blink::WebScrollbar::Orientation webOrientation = (orientation == HorizontalScrollbar) ? blink::WebScrollbar::Horizontal : blink::WebScrollbar::Vertical;
orientation       281 Source/core/page/scrolling/ScrollingCoordinator.cpp WebScrollbarLayer* ScrollingCoordinator::addWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, PassOwnPtr<blink::WebScrollbarLayer> scrollbarLayer)
orientation       283 Source/core/page/scrolling/ScrollingCoordinator.cpp     ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars;
orientation       287 Source/core/page/scrolling/ScrollingCoordinator.cpp WebScrollbarLayer* ScrollingCoordinator::getWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
orientation       289 Source/core/page/scrolling/ScrollingCoordinator.cpp     ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars;
orientation       293 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::scrollableAreaScrollbarLayerDidChange(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
orientation       313 Source/core/page/scrolling/ScrollingCoordinator.cpp     GraphicsLayer* scrollbarGraphicsLayer = orientation == HorizontalScrollbar
orientation       318 Source/core/page/scrolling/ScrollingCoordinator.cpp         Scrollbar* scrollbar = orientation == HorizontalScrollbar ? scrollableArea->horizontalScrollbar() : scrollableArea->verticalScrollbar();
orientation       324 Source/core/page/scrolling/ScrollingCoordinator.cpp         WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, orientation);
orientation       331 Source/core/page/scrolling/ScrollingCoordinator.cpp                 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft());
orientation       335 Source/core/page/scrolling/ScrollingCoordinator.cpp             scrollbarLayer = addWebScrollbarLayer(scrollableArea, orientation, webScrollbarLayer.release());
orientation       349 Source/core/page/scrolling/ScrollingCoordinator.cpp         removeWebScrollbarLayer(scrollableArea, orientation);
orientation       497 Source/core/rendering/RenderBox.h     virtual bool isIntristicallyScrollable(ScrollbarOrientation orientation) const { return false; }
orientation        97 Source/core/rendering/RenderDetailsMarker.cpp     switch (orientation()) {
orientation        34 Source/core/rendering/RenderDetailsMarker.h     Orientation orientation() const;
orientation       336 Source/core/rendering/RenderLayerScrollableArea.cpp int RenderLayerScrollableArea::scrollSize(ScrollbarOrientation orientation) const
orientation       339 Source/core/rendering/RenderLayerScrollableArea.cpp     return (orientation == HorizontalScrollbar) ? scrollDimensions.width() : scrollDimensions.height();
orientation       504 Source/core/rendering/RenderLayerScrollableArea.cpp bool RenderLayerScrollableArea::userInputScrollable(ScrollbarOrientation orientation) const
orientation       506 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->isIntristicallyScrollable(orientation))
orientation       509 Source/core/rendering/RenderLayerScrollableArea.cpp     EOverflow overflowStyle = (orientation == HorizontalScrollbar) ?
orientation       519 Source/core/rendering/RenderLayerScrollableArea.cpp int RenderLayerScrollableArea::pageStep(ScrollbarOrientation orientation) const
orientation       521 Source/core/rendering/RenderLayerScrollableArea.cpp     int length = (orientation == HorizontalScrollbar) ?
orientation       834 Source/core/rendering/RenderLayerScrollableArea.cpp PassRefPtr<Scrollbar> RenderLayerScrollableArea::createScrollbar(ScrollbarOrientation orientation)
orientation       840 Source/core/rendering/RenderLayerScrollableArea.cpp         widget = RenderScrollbar::createCustomScrollbar(this, orientation, actualRenderer->node());
orientation       842 Source/core/rendering/RenderLayerScrollableArea.cpp         widget = Scrollbar::create(this, orientation, RegularScrollbar);
orientation       843 Source/core/rendering/RenderLayerScrollableArea.cpp         if (orientation == HorizontalScrollbar)
orientation       852 Source/core/rendering/RenderLayerScrollableArea.cpp void RenderLayerScrollableArea::destroyScrollbar(ScrollbarOrientation orientation)
orientation       854 Source/core/rendering/RenderLayerScrollableArea.cpp     RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar;
orientation       859 Source/core/rendering/RenderLayerScrollableArea.cpp         willRemoveScrollbar(scrollbar.get(), orientation);
orientation       634 Source/core/rendering/RenderListBox.cpp int RenderListBox::scrollSize(ScrollbarOrientation orientation) const
orientation       636 Source/core/rendering/RenderListBox.cpp     return orientation == VerticalScrollbar ? (numItems() - numVisibleItems()) : 0;
orientation       878 Source/core/rendering/RenderListBox.cpp bool RenderListBox::userInputScrollable(ScrollbarOrientation orientation) const
orientation       880 Source/core/rendering/RenderListBox.cpp     return orientation == VerticalScrollbar;
orientation       893 Source/core/rendering/RenderListBox.cpp int RenderListBox::pageStep(ScrollbarOrientation orientation) const
orientation        38 Source/core/rendering/RenderScrollbar.cpp PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
orientation        40 Source/core/rendering/RenderScrollbar.cpp     return adoptRef(new RenderScrollbar(scrollableArea, orientation, ownerNode, owningFrame));
orientation        43 Source/core/rendering/RenderScrollbar.cpp RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
orientation        44 Source/core/rendering/RenderScrollbar.cpp     : Scrollbar(scrollableArea, orientation, RegularScrollbar, RenderScrollbarTheme::renderScrollbarTheme())
orientation        60 Source/core/rendering/RenderScrollbar.cpp     } else if (this->orientation() == HorizontalScrollbar)
orientation       180 Source/core/rendering/RenderScrollbar.cpp     bool isHorizontal = orientation() == HorizontalScrollbar;
orientation       283 Source/core/rendering/RenderScrollbar.cpp     bool isHorizontal = orientation() == HorizontalScrollbar;
orientation       313 Source/core/rendering/RenderScrollbar.cpp     if (orientation() == HorizontalScrollbar) {
orientation       340 Source/core/rendering/RenderScrollbar.cpp     if (orientation() == HorizontalScrollbar) {
orientation       356 Source/core/rendering/RenderScrollbar.cpp     return orientation() == HorizontalScrollbar ? partRenderer->width() : partRenderer->height();
orientation        62 Source/core/rendering/RenderScrollbarPart.cpp     if (m_scrollbar->orientation() == HorizontalScrollbar)
orientation        46 Source/core/rendering/RenderScrollbarTheme.cpp     if (scrollbar->orientation() == HorizontalScrollbar) {
orientation        60 Source/core/rendering/RenderScrollbarTheme.cpp     return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
orientation       100 Source/core/rendering/RenderScrollbarTheme.cpp     if (scrollbar->orientation() == HorizontalScrollbar) {
orientation        95 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool isIntristicallyScrollable(ScrollbarOrientation orientation) const OVERRIDE
orientation        97 Source/core/rendering/RenderTextControlSingleLine.h         return orientation == HorizontalScrollbar;
orientation       310 Source/core/rendering/RenderTreeAsText.cpp         switch (toRenderDetailsMarker(&o)->orientation()) {
orientation       153 Source/core/svg/SVGGlyphElement.cpp     identifier.orientation = parseOrientation(fastGetAttribute(SVGNames::orientationAttr));
orientation       100 Source/modules/device_orientation/DeviceOrientationController.cpp     return !orientationEvent->orientation()->canProvideEventData();
orientation       138 Source/modules/device_orientation/DeviceOrientationController.cpp     DeviceOrientationData* orientation = lastData();
orientation       139 Source/modules/device_orientation/DeviceOrientationController.cpp     if (orientation)
orientation       140 Source/modules/device_orientation/DeviceOrientationController.cpp         didChangeDeviceOrientation(orientation);
orientation        43 Source/modules/device_orientation/DeviceOrientationEvent.cpp DeviceOrientationEvent::DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientationData* orientation)
orientation        45 Source/modules/device_orientation/DeviceOrientationEvent.cpp     , m_orientation(orientation)
orientation        50 Source/modules/device_orientation/DeviceOrientationEvent.cpp void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation)
orientation        56 Source/modules/device_orientation/DeviceOrientationEvent.cpp     m_orientation = orientation;
orientation        43 Source/modules/device_orientation/DeviceOrientationEvent.h     static PassRefPtrWillBeRawPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientationData* orientation)
orientation        45 Source/modules/device_orientation/DeviceOrientationEvent.h         return adoptRefWillBeNoop(new DeviceOrientationEvent(eventType, orientation));
orientation        50 Source/modules/device_orientation/DeviceOrientationEvent.h     DeviceOrientationData* orientation() const { return m_orientation.get(); }
orientation        20 Source/modules/screen_orientation/ScreenOrientation.cpp     blink::WebScreenOrientation orientation;
orientation        40 Source/modules/screen_orientation/ScreenOrientation.cpp static const AtomicString& orientationToString(blink::WebScreenOrientation orientation)
orientation        45 Source/modules/screen_orientation/ScreenOrientation.cpp         if (orientationMap[i].orientation == orientation)
orientation        73 Source/modules/screen_orientation/ScreenOrientation.cpp             return orientationMap[i].orientation;
orientation       137 Source/modules/screen_orientation/ScreenOrientation.cpp     return orientationToString(controller.orientation());
orientation        30 Source/modules/screen_orientation/ScreenOrientation.h     static const AtomicString& orientation(Screen&);
orientation        31 Source/modules/screen_orientation/ScreenOrientation.h     static bool lockOrientation(Screen&, const AtomicString& orientation);
orientation        52 Source/modules/screen_orientation/ScreenOrientationController.cpp void ScreenOrientationController::didChangeScreenOrientation(blink::WebScreenOrientation orientation)
orientation        54 Source/modules/screen_orientation/ScreenOrientationController.cpp     if (orientation == m_orientation)
orientation        57 Source/modules/screen_orientation/ScreenOrientationController.cpp     m_orientation = orientation;
orientation        19 Source/modules/screen_orientation/ScreenOrientationController.h     blink::WebScreenOrientation orientation() const { return m_orientation; }
orientation        74 Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp void ScreenOrientationDispatcher::didChangeScreenOrientation(blink::WebScreenOrientation orientation)
orientation        82 Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp                 static_cast<ScreenOrientationController*>(m_controllers[i])->didChangeScreenOrientation(orientation);
orientation        59 Source/modules/webaudio/AudioListener.h     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
orientation        60 Source/modules/webaudio/AudioListener.h     const FloatPoint3D& orientation() const { return m_orientation; }
orientation       251 Source/modules/webaudio/PannerNode.cpp     FloatPoint3D orientation = FloatPoint3D(x, y, z);
orientation       253 Source/modules/webaudio/PannerNode.cpp     if (m_orientation == orientation)
orientation       259 Source/modules/webaudio/PannerNode.cpp     m_orientation = orientation;
orientation       340 Source/modules/webaudio/PannerNode.cpp     FloatPoint3D listenerFront = listener()->orientation();
orientation       484 Source/modules/webaudio/PannerNode.cpp         || m_cachedListener->orientation() != listener()->orientation()
orientation       555 Source/modules/webaudio/PannerNode.cpp     m_cachedListener->setOrientation(listener()->orientation());
orientation        79 Source/platform/DragImage.cpp         ImageOrientation orientation = DefaultImageOrientation;
orientation        84 Source/platform/DragImage.cpp             orientation = bitmapImage->currentFrameOrientation();
orientation        86 Source/platform/DragImage.cpp         if (orientation != DefaultImageOrientation) {
orientation        88 Source/platform/DragImage.cpp             if (orientation.usesWidthAsHeight())
orientation        96 Source/platform/DragImage.cpp             canvas.concat(affineTransformToSkMatrix(orientation.transformFromDefault(sizeRespectingOrientation)));
orientation       118 Source/platform/exported/WebScrollbarImpl.cpp     return static_cast<WebScrollbar::Orientation>(m_scrollbar->orientation());
orientation        57 Source/platform/exported/WebScrollbarImpl.h     virtual Orientation orientation() const OVERRIDE;
orientation       154 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     return static_cast<WebCore::ScrollbarOrientation>(m_scrollbar->orientation());
orientation        65 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual ScrollbarOrientation orientation() const OVERRIDE;
orientation       339 Source/platform/fonts/Font.cpp static inline std::pair<GlyphData, GlyphPage*> glyphDataAndPageForNonCJKCharacterWithGlyphOrientation(UChar32 character, NonCJKGlyphOrientation orientation, GlyphData& data, GlyphPage* page, unsigned pageNumber)
orientation       341 Source/platform/fonts/Font.cpp     if (orientation == NonCJKGlyphOrientationUpright || shouldIgnoreRotation(character)) {
orientation       355 Source/platform/fonts/Font.cpp     } else if (orientation == NonCJKGlyphOrientationVerticalRight) {
orientation       412 Source/platform/fonts/Font.cpp                 if (data.fontData && (data.fontData->platformData().orientation() == Horizontal || data.fontData->isTextOrientationFallback()))
orientation       495 Source/platform/fonts/Font.cpp         if (characterFontData->platformData().orientation() == Vertical && !characterFontData->hasVerticalGlyphs() && Character::isCJKIdeographOrSymbol(c))
orientation       508 Source/platform/fonts/Font.cpp             if (!Character::isCJKIdeographOrSymbol(c) && data.fontData->platformData().orientation() != Horizontal && !data.fontData->isTextOrientationFallback())
orientation       705 Source/platform/fonts/Font.cpp     if (fontData->platformData().orientation() == Horizontal) {
orientation       126 Source/platform/fonts/FontDescription.h     FontOrientation orientation() const { return static_cast<FontOrientation>(m_orientation); }
orientation       153 Source/platform/fonts/FontDescription.h     void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
orientation       154 Source/platform/fonts/FontDescription.h     void setNonCJKGlyphOrientation(NonCJKGlyphOrientation orientation) { m_nonCJKGlyphOrientation = orientation; }
orientation        71 Source/platform/fonts/FontPlatformData.cpp FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
orientation        74 Source/platform/fonts/FontPlatformData.cpp     , m_orientation(orientation)
orientation        89 Source/platform/fonts/FontPlatformData.cpp FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
orientation        92 Source/platform/fonts/FontPlatformData.cpp     , m_orientation(orientation)
orientation       122 Source/platform/fonts/FontPlatformData.h     FontOrientation orientation() const { return m_orientation; }
orientation       125 Source/platform/fonts/FontPlatformData.h     void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
orientation       141 Source/platform/fonts/SVGGlyph.cpp     switch (identifier.orientation) {
orientation        56 Source/platform/fonts/SVGGlyph.h         , orientation(Both)
orientation        78 Source/platform/fonts/SVGGlyph.h             && orientation == other.orientation
orientation        92 Source/platform/fonts/SVGGlyph.h     unsigned orientation : 2; // Orientation
orientation        59 Source/platform/fonts/SimpleFontData.cpp     if (platformData.orientation() == Vertical && !isTextOrientationFallback) {
orientation       117 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp     if (font->platformData().orientation() == Vertical && verticalData) {
orientation       129 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp FontPlatformData::FontPlatformData(PassRefPtr<SkTypeface> tf, const char* family, float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation orientation, bool subpixelTextPosition)
orientation       135 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     , m_orientation(orientation)
orientation        78 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     FontOrientation orientation() const { return m_orientation; }
orientation        79 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
orientation       454 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     if (description.orientation() == Vertical) {
orientation       468 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         m_features.append(description.orientation() == Vertical ? noVkrn : noKern);
orientation       848 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         if (m_font->fontDescription().orientation() == Vertical)
orientation       179 Source/platform/fonts/mac/FontComplexTextMac.cpp             if (simpleFontData->platformData().orientation() == Vertical) {
orientation        45 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant)
orientation        47 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     return FontPlatformData(m_cgFont.get(), size, bold, italic, orientation, widthVariant);
orientation        65 Source/platform/fonts/mac/FontMac.cpp     paint->setVerticalText(platformData.orientation() == Vertical);
orientation       115 Source/platform/fonts/mac/FontMac.cpp     if (font->platformData().orientation() == Vertical)
orientation       133 Source/platform/fonts/mac/FontMac.cpp     if (font->platformData().orientation() == Vertical) {
orientation       172 Source/platform/fonts/mac/FontMac.cpp     if (font->platformData().orientation() == Vertical)
orientation        34 Source/platform/fonts/mac/SimpleFontDataCoreText.cpp CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures, FontOrientation orientation) const
orientation        53 Source/platform/fonts/mac/SimpleFontDataCoreText.cpp     bool allowLigatures = (orientation == Horizontal && platformData().allowsLigatures()) || (typesettingFeatures & Ligatures);
orientation        60 Source/platform/fonts/mac/SimpleFontDataCoreText.cpp     if (orientation == Vertical)
orientation       149 Source/platform/fonts/skia/FontCacheSkia.cpp         fontDescription.orientation(),
orientation        56 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant)
orientation        79 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp         return FontPlatformData(typeface.release(), "", size, syntheticBold, syntheticItalic, orientation);
orientation        82 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp     return FontPlatformData(m_typeface.get(), "", size, bold && !m_typeface->isBold(), italic && !m_typeface->isItalic(), orientation);
orientation       138 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     if (platformData().orientation() == Vertical && !isTextOrientationFallback()) {
orientation       257 Source/platform/fonts/win/FontCacheSkiaWin.cpp         fontDescription.orientation(),
orientation       198 Source/platform/fonts/win/FontPlatformDataWin.cpp     float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation orientation,
orientation       203 Source/platform/fonts/win/FontPlatformDataWin.cpp     , m_orientation(orientation)
orientation       273 Source/platform/graphics/BitmapImage.cpp     ImageOrientation orientation = DefaultImageOrientation;
orientation       275 Source/platform/graphics/BitmapImage.cpp         orientation = frameOrientationAtIndex(m_currentFrame);
orientation       278 Source/platform/graphics/BitmapImage.cpp     if (orientation != DefaultImageOrientation) {
orientation       285 Source/platform/graphics/BitmapImage.cpp         ctxt->concatCTM(orientation.transformFromDefault(normDstRect.size()));
orientation       287 Source/platform/graphics/BitmapImage.cpp         if (orientation.usesWidthAsHeight()) {
orientation       204 Source/platform/graphics/DeferredImageDecoder.cpp     return m_actualDecoder ? m_actualDecoder->orientation() : m_orientation;
orientation       212 Source/platform/graphics/DeferredImageDecoder.cpp     m_orientation = m_actualDecoder->orientation();
orientation        72 Source/platform/graphics/DeferredImageDecoder.h     ImageOrientation orientation() const;
orientation       253 Source/platform/graphics/GraphicsLayer.h     void setContentsOrientation(CompositingCoordinatesOrientation orientation) { m_contentsOrientation = orientation; }
orientation        59 Source/platform/graphics/ImageOrientation.h     ImageOrientation(ImageOrientationEnum orientation = DefaultImageOrientation)
orientation        60 Source/platform/graphics/ImageOrientation.h         : m_orientation(orientation)
orientation        92 Source/platform/graphics/ImageSource.cpp     if ((shouldRespectOrientation == RespectImageOrientation) && m_decoder->orientation().usesWidthAsHeight())
orientation       149 Source/platform/graphics/ImageSource.cpp     return m_decoder ? m_decoder->orientation() : DefaultImageOrientation;
orientation       155 Source/platform/image-decoders/ImageDecoder.h     ImageOrientation orientation() const { return m_orientation; }
orientation        61 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     void setOrientation(ImageOrientation orientation) { m_orientation = orientation; }
orientation        54 Source/platform/scroll/ScrollAnimator.cpp bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float delta)
orientation        56 Source/platform/scroll/ScrollAnimator.cpp     float& currentPos = (orientation == HorizontalScrollbar) ? m_currentPosX : m_currentPosY;
orientation        57 Source/platform/scroll/ScrollAnimator.cpp     float newPos = clampScrollPosition(orientation, currentPos + step * delta);
orientation       141 Source/platform/scroll/ScrollAnimator.cpp float ScrollAnimator::clampScrollPosition(ScrollbarOrientation orientation, float pos)
orientation       143 Source/platform/scroll/ScrollAnimator.cpp     float maxScrollPos = m_scrollableArea->maximumScrollPosition(orientation);
orientation       144 Source/platform/scroll/ScrollAnimator.cpp     float minScrollPos = m_scrollableArea->minimumScrollPosition(orientation);
orientation       398 Source/platform/scroll/ScrollAnimatorNone.cpp bool ScrollAnimatorNone::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float delta)
orientation       401 Source/platform/scroll/ScrollAnimatorNone.cpp         return ScrollAnimator::scroll(orientation, granularity, step, delta);
orientation       416 Source/platform/scroll/ScrollAnimatorNone.cpp         return ScrollAnimator::scroll(orientation, granularity, step, delta);
orientation       421 Source/platform/scroll/ScrollAnimatorNone.cpp         return ScrollAnimator::scroll(orientation, granularity, step, delta);
orientation       424 Source/platform/scroll/ScrollAnimatorNone.cpp     float scrollableSize = static_cast<float>(m_scrollableArea->scrollSize(orientation));
orientation       426 Source/platform/scroll/ScrollAnimatorNone.cpp     PerAxisData& data = (orientation == VerticalScrollbar) ? m_verticalData : m_horizontalData;
orientation       101 Source/platform/scroll/ScrollView.cpp PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation)
orientation       103 Source/platform/scroll/ScrollView.cpp     return Scrollbar::create(this, orientation, RegularScrollbar);
orientation       244 Source/platform/scroll/ScrollView.cpp int ScrollView::scrollSize(ScrollbarOrientation orientation) const
orientation       246 Source/platform/scroll/ScrollView.cpp     Scrollbar* scrollbar = ((orientation == HorizontalScrollbar) ? m_horizontalScrollbar : m_verticalScrollbar).get();
orientation       252 Source/platform/scroll/ScrollView.cpp         return orientation == HorizontalScrollbar ? scrollSize.width() : scrollSize.height();
orientation       756 Source/platform/scroll/ScrollView.cpp bool ScrollView::userInputScrollable(ScrollbarOrientation orientation) const
orientation       758 Source/platform/scroll/ScrollView.cpp     ScrollbarMode mode = (orientation == HorizontalScrollbar) ?
orientation       113 Source/platform/scroll/ScrollableArea.cpp     ScrollbarOrientation orientation;
orientation       116 Source/platform/scroll/ScrollableArea.cpp         orientation = VerticalScrollbar;
orientation       118 Source/platform/scroll/ScrollableArea.cpp         orientation = HorizontalScrollbar;
orientation       120 Source/platform/scroll/ScrollableArea.cpp     if (!userInputScrollable(orientation))
orientation       126 Source/platform/scroll/ScrollableArea.cpp         step = lineStep(orientation);
orientation       129 Source/platform/scroll/ScrollableArea.cpp         step = pageStep(orientation);
orientation       132 Source/platform/scroll/ScrollableArea.cpp         step = documentStep(orientation);
orientation       136 Source/platform/scroll/ScrollableArea.cpp         step = pixelStep(orientation);
orientation       143 Source/platform/scroll/ScrollableArea.cpp     return scrollAnimator()->scroll(orientation, granularity, step, delta);
orientation       151 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset)
orientation       153 Source/platform/scroll/ScrollableArea.cpp     if (orientation == HorizontalScrollbar)
orientation       304 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::didAddScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation)
orientation       306 Source/platform/scroll/ScrollableArea.cpp     if (orientation == VerticalScrollbar)
orientation       315 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation)
orientation       317 Source/platform/scroll/ScrollableArea.cpp     if (orientation == VerticalScrollbar)
orientation       429 Source/platform/scroll/ScrollableArea.cpp int ScrollableArea::pageStep(ScrollbarOrientation orientation) const
orientation       431 Source/platform/scroll/ScrollableArea.cpp     int length = (orientation == HorizontalScrollbar) ? visibleWidth() : visibleHeight();
orientation       438 Source/platform/scroll/ScrollableArea.cpp int ScrollableArea::documentStep(ScrollbarOrientation orientation) const
orientation       440 Source/platform/scroll/ScrollableArea.cpp     return scrollSize(orientation);
orientation       193 Source/platform/scroll/ScrollableArea.h     int scrollPosition(ScrollbarOrientation orientation) { return orientation == HorizontalScrollbar ? scrollPosition().x() : scrollPosition().y(); }
orientation       194 Source/platform/scroll/ScrollableArea.h     int minimumScrollPosition(ScrollbarOrientation orientation) { return orientation == HorizontalScrollbar ? minimumScrollPosition().x() : minimumScrollPosition().y(); }
orientation       195 Source/platform/scroll/ScrollableArea.h     int maximumScrollPosition(ScrollbarOrientation orientation) { return orientation == HorizontalScrollbar ? maximumScrollPosition().x() : maximumScrollPosition().y(); }
orientation       196 Source/platform/scroll/ScrollableArea.h     int clampScrollPosition(ScrollbarOrientation orientation, int pos)  { return std::max(std::min(pos, maximumScrollPosition(orientation)), minimumScrollPosition(orientation)); }
orientation        48 Source/platform/scroll/Scrollbar.cpp PassRefPtr<Scrollbar> Scrollbar::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size)
orientation        50 Source/platform/scroll/Scrollbar.cpp     return adoptRef(new Scrollbar(scrollableArea, orientation, size));
orientation        53 Source/platform/scroll/Scrollbar.cpp Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, ScrollbarTheme* theme)
orientation        55 Source/platform/scroll/Scrollbar.cpp     , m_orientation(orientation)
orientation       352 Source/platform/scroll/Scrollbar.cpp         m_pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
orientation       364 Source/platform/scroll/Scrollbar.cpp         m_scrollPos += orientation() == HorizontalScrollbar ? evt.deltaX() : evt.deltaY();
orientation       405 Source/platform/scroll/Scrollbar.cpp         m_pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
orientation       465 Source/platform/scroll/Scrollbar.cpp     int pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
orientation       496 Source/platform/scroll/Scrollbar.cpp             if (orientation() == HorizontalScrollbar) {
orientation        83 Source/platform/scroll/Scrollbar.h     virtual ScrollbarOrientation orientation() const OVERRIDE { return m_orientation; }
orientation       233 Source/platform/scroll/ScrollbarTheme.cpp     return blink::Platform::current()->scrollbarBehavior()->shouldSnapBackToDragOrigin(mousePosition, trackRect(scrollbar), scrollbar->orientation() == HorizontalScrollbar);
orientation       281 Source/platform/scroll/ScrollbarTheme.cpp     return (scrollbar->orientation() == HorizontalScrollbar) ? constrainedTrackRect.x() - scrollbar->x() : constrainedTrackRect.y() - scrollbar->y();
orientation       287 Source/platform/scroll/ScrollbarTheme.cpp     return (scrollbar->orientation() == HorizontalScrollbar) ? constrainedTrackRect.width() : constrainedTrackRect.height();
orientation       307 Source/platform/scroll/ScrollbarTheme.cpp     return scrollbar->orientation() == HorizontalScrollbar ? track.height() : track.width();
orientation       321 Source/platform/scroll/ScrollbarTheme.cpp     if (scrollbar->orientation() == HorizontalScrollbar) {
orientation        67 Source/platform/scroll/ScrollbarThemeClient.h     virtual ScrollbarOrientation orientation() const = 0;
orientation        87 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     blink::Platform::current()->themeEngine()->paint(canvas, scrollbar->orientation() == HorizontalScrollbar ? blink::WebThemeEngine::PartScrollbarHorizontalTrack : blink::WebThemeEngine::PartScrollbarVerticalTrack, state, blink::WebRect(rect), &extraParams);
orientation        98 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     if (scrollbar->orientation() == HorizontalScrollbar) {
orientation       143 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     blink::Platform::current()->themeEngine()->paint(canvas, scrollbar->orientation() == HorizontalScrollbar ? blink::WebThemeEngine::PartScrollbarHorizontalThumb : blink::WebThemeEngine::PartScrollbarVerticalThumb, state, blink::WebRect(rect), 0);
orientation       148 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     if (scrollbar->orientation() == VerticalScrollbar) {
orientation       160 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     if (scrollbar->orientation() == VerticalScrollbar) {
orientation        62 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     if (scrollbar->orientation() == HorizontalScrollbar) {
orientation        76 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     if (scrollbar->orientation() == HorizontalScrollbar) {
orientation        97 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     if (scrollbar->orientation() != VerticalScrollbar)
orientation       113 Source/platform/scroll/ScrollbarThemeOverlay.cpp     if (scrollbar->orientation() == HorizontalScrollbar)
orientation       128 Source/platform/scroll/ScrollbarThemeOverlay.cpp     if (scrollbar->orientation() == HorizontalScrollbar) {
orientation       150 Source/platform/scroll/ScrollbarThemeOverlay.cpp     if (scrollbar->orientation() == VerticalScrollbar)
orientation        56 Source/web/ScrollbarGroup.cpp     if (scrollbar->scrollbar()->orientation() == HorizontalScrollbar) {
orientation        94 Source/web/ScrollbarGroup.cpp int ScrollbarGroup::scrollSize(WebCore::ScrollbarOrientation orientation) const
orientation        96 Source/web/ScrollbarGroup.cpp     WebPluginScrollbarImpl* webScrollbar = orientation == HorizontalScrollbar ? m_horizontalScrollbar : m_verticalScrollbar;
orientation       257 Source/web/ScrollbarGroup.cpp bool ScrollbarGroup::userInputScrollable(ScrollbarOrientation orientation) const
orientation       259 Source/web/ScrollbarGroup.cpp     return orientation == HorizontalScrollbar ? horizontalScrollbar() : verticalScrollbar();
orientation       267 Source/web/ScrollbarGroup.cpp int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const
orientation       270 Source/web/ScrollbarGroup.cpp     if (orientation == VerticalScrollbar) {
orientation       390 Source/web/WebAXObject.cpp     return m_private->orientation() == AccessibilityOrientationVertical;
orientation      1509 Source/web/WebFrameImpl.cpp void WebFrameImpl::sendOrientationChangeEvent(int orientation)
orientation      1512 Source/web/WebFrameImpl.cpp         frame()->sendOrientationChangeEvent(orientation);
orientation       223 Source/web/WebFrameImpl.h     virtual void sendOrientationChangeEvent(int orientation) OVERRIDE;
orientation        49 Source/web/WebPluginScrollbarImpl.cpp WebPluginScrollbar* WebPluginScrollbar::createForPlugin(Orientation orientation,
orientation        54 Source/web/WebPluginScrollbarImpl.cpp     return new WebPluginScrollbarImpl(orientation, plugin->scrollbarGroup(), client);
orientation        62 Source/web/WebPluginScrollbarImpl.cpp WebPluginScrollbarImpl::WebPluginScrollbarImpl(Orientation orientation,
orientation        71 Source/web/WebPluginScrollbarImpl.cpp         static_cast<WebCore::ScrollbarOrientation>(orientation),
orientation       187 Source/web/WebPluginScrollbarImpl.cpp     if (m_scrollbar->orientation() == WebCore::HorizontalScrollbar)
orientation       209 Source/web/WebPluginScrollbarImpl.cpp     int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height();
orientation       216 Source/web/WebPluginScrollbarImpl.cpp     m_group->scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), static_cast<float>(position));
orientation       221 Source/web/WebPluginScrollbarImpl.cpp     int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height();
orientation       229 Source/web/WebPluginScrollbarImpl.cpp     bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar;
orientation        73 Source/web/WebPluginScrollbarImpl.h     virtual WebScrollbar::Orientation orientation() const OVERRIDE;
orientation        92 Source/web/linux/WebFontRendering.cpp void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation)
orientation        94 Source/web/linux/WebFontRendering.cpp     SkFontHost::SetSubpixelOrientation(orientation);
orientation       108 public/platform/WebScrollbar.h     virtual Orientation orientation() const = 0;
orientation        75 public/platform/WebThemeEngine.h         ScrollbarOrientation orientation;
orientation       626 public/web/WebFrame.h     virtual void sendOrientationChangeEvent(int orientation) = 0;