Searched defs:setOrientation (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DDeviceOrientationClientMock.cpp58 void DeviceOrientationClientMock::setOrientation(PassRefPtr<DeviceOrientationData> orientation) function in class:WebCore::DeviceOrientationClientMock
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontPlatformData.h119 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontPlatformData.h81 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h77 void setOrientation(ImageOrientation orientation) { m_orientation = orientation; } function in class:WebCore::JPEGImageDecoder
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DFontPlatformData.h78 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioListener.h53 void setOrientation(float x, float y, float z, float upX, float upY, float upZ) function in class:WebCore::AudioListener
58 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; } function in class:WebCore::AudioListener
H A DPannerNode.h92 void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); } function in class:WebCore::PannerNode
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontPlatformData.h147 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontPlatformData
H A DFontDescription.h165 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontDescription

Completed in 112 milliseconds