Searched defs:m_orientation (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDeviceOrientationInternal.h33 RefPtr<WebCore::DeviceOrientation> m_orientation; variable
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationClientMockQt.h56 RefPtr<DeviceOrientation> m_orientation; member in class:WebCore::DeviceOrientationClientMockQt
H A DDeviceOrientationProviderQt.h45 DeviceOrientation* orientation() const { return m_orientation.get(); }
57 RefPtr<DeviceOrientation> m_orientation; member in class:WebCore::DeviceOrientationProviderQt
/external/webkit/Source/WebCore/dom/
H A DDeviceOrientationEvent.h51 DeviceOrientation* orientation() const { return m_orientation.get(); }
57 RefPtr<DeviceOrientation> m_orientation; member in class:WebCore::DeviceOrientationEvent
/external/webkit/Source/WebCore/platform/mock/
H A DDeviceOrientationClientMock.h51 virtual DeviceOrientation* lastOrientation() const { return m_orientation.get(); }
59 RefPtr<DeviceOrientation> m_orientation; member in class:WebCore::DeviceOrientationClientMock
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityScrollbar.h66 AccessibilityOrientation m_orientation; member in class:WebCore::AccessibilityScrollbar
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontPlatformData.h71 FontOrientation orientation() const { return m_orientation; }
72 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
126 FontOrientation m_orientation; member in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.h70 , m_orientation(Horizontal)
80 , m_orientation(Horizontal)
90 , m_orientation(Horizontal)
120 FontOrientation orientation() const { return m_orientation; }
121 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
169 FontOrientation m_orientation; member in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/webaudio/
H A DAudioListener.h58 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
59 const FloatPoint3D& orientation() const { return m_orientation; }
83 FloatPoint3D m_orientation; member in class:WebCore::AudioListener
H A DAudioPannerNode.h83 void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
133 FloatPoint3D m_orientation; member in class:WebCore::AudioPannerNode
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h128 QtMobility::QOrientationSensor m_orientation; member in class:QWebFramePrivate
/external/webkit/Source/WebCore/platform/
H A DScrollbar.h61 ScrollbarOrientation orientation() const { return m_orientation; }
146 ScrollbarOrientation m_orientation; member in class:WebCore::Scrollbar
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h113 , m_orientation(Horizontal)
137 , m_orientation(Horizontal)
162 , m_orientation(orientation)
189 , m_orientation(orientation)
242 FontOrientation orientation() const { return m_orientation; }
246 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
260 uintptr_t hashCodes[3] = { (uintptr_t)m_font, m_widthVariant, m_textOrientation << 3 | m_orientation << 2 | m_syntheticBold << 1 | m_syntheticOblique };
276 && m_orientation == other.m_orientation
321 FontOrientation m_orientation; member in class:WebCore::FontPlatformData
[all...]
H A DFontDescription.h61 , m_orientation(Horizontal)
103 FontOrientation orientation() const { return m_orientation; }
125 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
136 FontOrientation m_orientation; // Whether the font is rendering on a horizontal line or a vertical line. member in class:WebCore::FontDescription
176 && m_orientation == other.m_orientation
H A DFontCache.cpp68 , m_orientation(orientation)
81 m_renderingMode == other.m_renderingMode && m_orientation == other.m_orientation && m_textOrientation == other.m_textOrientation && m_widthVariant == other.m_widthVariant;
90 FontOrientation m_orientation; member in struct:WebCore::FontPlatformDataCacheKey
105 static_cast<unsigned>(fontKey.m_textOrientation) << 4 | static_cast<unsigned>(fontKey.m_orientation) << 3 | static_cast<unsigned>(fontKey.m_italic) << 2 | static_cast<unsigned>(fontKey.m_printerFont) << 1 | static_cast<unsigned>(fontKey.m_renderingMode)
/external/webkit/Source/WebCore/page/
H A DFrame.h174 int orientation() const { return m_orientation; }
248 int m_orientation; member in class:WebCore::Frame

Completed in 286 milliseconds