Orientation      2246 Source/core/css/parser/CSSPropertyParser.cpp             return Orientation;
Orientation      2257 Source/core/css/parser/CSSPropertyParser.cpp         if (prevParamType == None || prevParamType == Orientation) {
Orientation       191 Source/core/frame/PinchViewport.cpp void PinchViewport::setupScrollbar(WebScrollbar::Orientation orientation)
Orientation       103 Source/core/frame/PinchViewport.h     void setupScrollbar(blink::WebScrollbar::Orientation);
Orientation       252 Source/core/page/scrolling/ScrollingCoordinator.cpp     blink::WebScrollbar::Orientation webOrientation = (orientation == HorizontalScrollbar) ? blink::WebScrollbar::Horizontal : blink::WebScrollbar::Vertical;
Orientation        72 Source/core/rendering/RenderDetailsMarker.cpp RenderDetailsMarker::Orientation RenderDetailsMarker::orientation() const
Orientation        34 Source/core/rendering/RenderDetailsMarker.h     Orientation orientation() const;
Orientation        86 Source/core/svg/SVGGlyphElement.cpp static inline SVGGlyph::Orientation parseOrientation(const AtomicString& value)
Orientation       116 Source/platform/exported/WebScrollbarImpl.cpp WebScrollbar::Orientation WebScrollbarImpl::orientation() const
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        49 Source/web/WebPluginScrollbarImpl.cpp WebPluginScrollbar* WebPluginScrollbar::createForPlugin(Orientation orientation,
Orientation        62 Source/web/WebPluginScrollbarImpl.cpp WebPluginScrollbarImpl::WebPluginScrollbarImpl(Orientation orientation,
Orientation       185 Source/web/WebPluginScrollbarImpl.cpp WebScrollbar::Orientation WebPluginScrollbarImpl::orientation() const
Orientation        45 Source/web/WebPluginScrollbarImpl.h     WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
Orientation        73 Source/web/WebPluginScrollbarImpl.h     virtual WebScrollbar::Orientation orientation() const OVERRIDE;
Orientation        83 public/platform/WebCompositorSupport.h     virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, bool isLeftSideVerticalScrollbar) { return 0; }
Orientation       108 public/platform/WebScrollbar.h     virtual Orientation orientation() const = 0;
Orientation        42 public/web/WebPluginScrollbar.h     BLINK_EXPORT static WebPluginScrollbar* createForPlugin(WebScrollbar::Orientation,