setOrientation    598 Source/core/css/resolver/FontBuilder.cpp     scope.fontDescription().setOrientation(fontOrientation);
setOrientation    672 Source/core/css/resolver/FontBuilder.cpp     fontDescription.setOrientation(fontOrientation);
setOrientation    104 Source/core/rendering/RenderCombineText.cpp     description.setOrientation(Horizontal); // We are going to draw combined text horizontally.
setOrientation     54 Source/modules/webaudio/AudioListener.h     void setOrientation(float x, float y, float z, float upX, float upY, float upZ)
setOrientation     56 Source/modules/webaudio/AudioListener.h         setOrientation(FloatPoint3D(x, y, z));
setOrientation     59 Source/modules/webaudio/AudioListener.h     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
setOrientation    555 Source/modules/webaudio/PannerNode.cpp     m_cachedListener->setOrientation(listener()->orientation());
setOrientation     90 Source/modules/webaudio/PannerNode.h     void setOrientation(float x, float y, float z);
setOrientation    153 Source/platform/fonts/FontDescription.h     void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
setOrientation    125 Source/platform/fonts/FontPlatformData.h     void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
setOrientation    178 Source/platform/fonts/SimpleFontData.cpp         verticalRightPlatformData.setOrientation(Horizontal);
setOrientation     79 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
setOrientation    386 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp             m_decoder->setOrientation(readImageOrientation(info()));
setOrientation     61 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     void setOrientation(ImageOrientation orientation) { m_orientation = orientation; }