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

  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationEvent.h 49 DeviceOrientationData* orientation() const { return m_orientation.get(); }
62 RefPtr<DeviceOrientationData> m_orientation; member in class:WebCore::DeviceOrientationEvent
  /external/chromium_org/third_party/WebKit/Source/core/platform/mock/
DeviceOrientationClientMock.h 51 virtual DeviceOrientationData* lastOrientation() const OVERRIDE { return m_orientation.get(); }
59 RefPtr<DeviceOrientationData> m_orientation; member in class:WebCore::DeviceOrientationClientMock
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FrameData.h 61 ImageOrientation m_orientation; member in struct:WebCore::FrameData
ImageOrientation.h 58 : m_orientation(orientation)
65 return m_orientation >= OriginLeftTop;
82 inline bool operator==(const ImageOrientation& other) const { return other.m_orientation == m_orientation; }
87 ImageOrientationEnum m_orientation; member in class:WebCore::ImageOrientation
FontPlatformData.h 120 FontOrientation orientation() const { return m_orientation; }
123 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
133 uintptr_t hashCodes[3] = { (uintptr_t)m_font, m_widthVariant, static_cast<uintptr_t>(m_isPrinterFont << 3 | m_orientation << 2 | m_syntheticBold << 1 | m_syntheticOblique) };
151 && m_orientation == other.m_orientation
184 FontOrientation m_orientation; member in class:WebCore::FontPlatformData
FontCache.cpp 71 , m_orientation(orientation)
83 && m_orientation == other.m_orientation && m_widthVariant == other.m_widthVariant;
91 FontOrientation m_orientation; member in struct:WebCore::FontPlatformDataCacheKey
105 static_cast<unsigned>(fontKey.m_orientation) << 2 | static_cast<unsigned>(fontKey.m_italic) << 1 | static_cast<unsigned>(fontKey.m_printerFont)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DeferredImageDecoder.h 87 ImageOrientation m_orientation; member in class:WebCore::DeferredImageDecoder
FontPlatformDataChromiumWin.h 93 FontOrientation orientation() const { return m_orientation; }
94 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
103 return m_font == other.m_font && m_size == other.m_size && m_orientation == other.m_orientation;
156 FontOrientation m_orientation; member in class:WebCore::FontPlatformData
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.h 95 FontOrientation orientation() const { return m_orientation; }
96 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
137 FontOrientation m_orientation; member in class:WebCore::FontPlatformData
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioListener.h 59 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
60 const FloatPoint3D& orientation() const { return m_orientation; }
84 FloatPoint3D m_orientation; member in class:WebCore::AudioListener
PannerNode.h 92 void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
146 FloatPoint3D m_orientation; member in class:WebCore::PannerNode
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h 144 int orientation() const { return m_orientation; }
196 int m_orientation; member in class:WebCore::Frame
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Scrollbar.h 79 virtual ScrollbarOrientation orientation() const { return m_orientation; }
163 ScrollbarOrientation m_orientation; member in class:WebCore::Scrollbar

Completed in 386 milliseconds