Searched refs:setOrientation (Results 1 - 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDeviceOrientationProviderMock.h38 - (void)setOrientation:(WebDeviceOrientation*)orientation;
H A DWebDeviceOrientationProviderMock.mm43 - (void)setOrientation:(WebDeviceOrientation*)orientation
45 m_core->setOrientation(core(orientation));
102 - (void)setOrientation:(WebDeviceOrientation*)orientation
104 [m_internal setOrientation:orientation];
H A DWebDeviceOrientationProviderMockInternal.h37 - (void)setOrientation:(WebDeviceOrientation*)orientation;
/external/webkit/Source/WebKit/chromium/src/
H A DWebDeviceOrientationClientMock.cpp61 void WebDeviceOrientationClientMock::setOrientation(WebDeviceOrientation& orientation) function in class:WebKit::WebDeviceOrientationClientMock
63 m_clientMock->setOrientation(orientation);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DSelfOrientingSashForm.java87 setOrientation(preferredOrientation);
95 public void setOrientation(int orientation) { method in class:SelfOrientingSashForm
100 super.setOrientation(orientation);
135 setOrientation(newOrientation);
/external/webkit/Source/WebCore/webaudio/
H A DAudioListener.idl37 void setOrientation(in float x, in float y, in float z, in float xUp, in float yUp, in float zUp);
H A DAudioListener.h53 void setOrientation(double x, double y, double z, double upX, double upY, double upZ) function in class:WebCore::AudioListener
55 setOrientation(FloatPoint3D(x, y, z));
58 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; } function in class:WebCore::AudioListener
H A DAudioPannerNode.idl41 void setOrientation(in float x, in float y, in float z);
H A DAudioPannerNode.h83 void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); } function in class:WebCore::AudioPannerNode
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationClientMockQt.cpp76 void DeviceOrientationClientMockQt::setOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma) function in class:WebCore::DeviceOrientationClientMockQt
81 m_clientMock->setOrientation(m_orientation);
H A DDeviceOrientationClientMockQt.h45 void setOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma);
/external/webkit/Source/WebCore/platform/mock/
H A DDeviceOrientationClientMock.cpp58 void DeviceOrientationClientMock::setOrientation(PassRefPtr<DeviceOrientation> orientation) function in class:WebCore::DeviceOrientationClientMock
H A DDeviceOrientationClientMock.h54 void setOrientation(PassRefPtr<DeviceOrientation>);
/external/webkit/Source/WebKit/chromium/public/
H A DWebDeviceOrientationClientMock.h47 WEBKIT_API void setOrientation(WebDeviceOrientation&);
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontPlatformData.h74 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformData.h71 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.h82 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontPlatformData.h72 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataChromiumWin.h74 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
H A DFontPlatformDataLinux.h121 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontPlatformData
/external/replicaisland/src/com/replica/replicaisland/
H A DInputSystem.java65 public void setOrientation(float x, float y, float z) { method in class:InputSystem
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformData.h144 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformData.h153 void setOrientation(FontOrientation) { } // FIXME: Implement. function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/rendering/
H A DRenderCombineText.cpp101 description.setOrientation(Horizontal); // We are going to draw combined text horizontally.
/external/webkit/Source/WebCore/platform/graphics/
H A DFontDescription.h125 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontDescription

Completed in 332 milliseconds

12