HomeSort by relevance Sort by last modified time
    Searched defs:m_orientation (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientationInternal.h 33 RefPtr<WebCore::DeviceOrientation> m_orientation; variable
  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.h 51 DeviceOrientation* orientation() const { return m_orientation.get(); }
57 RefPtr<DeviceOrientation> m_orientation; member in class:WebCore::DeviceOrientationEvent
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceOrientationClientMockQt.h 56 RefPtr<DeviceOrientation> m_orientation; member in class:WebCore::DeviceOrientationClientMockQt
DeviceOrientationProviderQt.h 45 DeviceOrientation* orientation() const { return m_orientation.get(); }
57 RefPtr<DeviceOrientation> m_orientation; member in class:WebCore::DeviceOrientationProviderQt
  /external/webkit/Source/WebCore/platform/mock/
DeviceOrientationClientMock.h 51 virtual DeviceOrientation* lastOrientation() const { return m_orientation.get(); }
59 RefPtr<DeviceOrientation> m_orientation; member in class:WebCore::DeviceOrientationClientMock
  /external/webkit/Source/WebCore/accessibility/
AccessibilityScrollbar.h 66 AccessibilityOrientation m_orientation; member in class:WebCore::AccessibilityScrollbar
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 71 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/
FontPlatformDataLinux.h 70 , 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/
AudioListener.h 58 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
AudioPannerNode.h 83 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/WebCore/platform/graphics/
FontPlatformData.h 113 , 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...]
FontCache.cpp 68 , 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)
FontDescription.h 61 , 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
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 128 QtMobility::QOrientationSensor m_orientation; member in class:QWebFramePrivate
  /external/webkit/Source/WebCore/platform/
Scrollbar.h 61 ScrollbarOrientation orientation() const { return m_orientation; }
146 ScrollbarOrientation m_orientation; member in class:WebCore::Scrollbar
  /external/webkit/Source/WebCore/page/
Frame.h 174 int orientation() const { return m_orientation; }
248 int m_orientation; member in class:WebCore::Frame

Completed in 135 milliseconds