HomeSort by relevance Sort by last modified time
    Searched refs:m_orientation (Results 26 - 33 of 33) sorted by null

12

  /external/webkit/Source/WebCore/platform/qt/
ScrollbarQt.cpp 56 bool horizontal = (m_orientation == HorizontalScrollbar);
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 128 QtMobility::QOrientationSensor m_orientation; member in class:QWebFramePrivate
qwebframe.cpp 448 switch (m_orientation.reading()->orientation()) {
545 connect(&d->m_orientation, SIGNAL(readingChanged()), this, SLOT(_q_orientationChanged()));
546 d->m_orientation.start();
557 connect(&d->m_orientation, SIGNAL(readingChanged()), this, SLOT(_q_orientationChanged()));
558 d->m_orientation.start();
    [all...]
  /external/webkit/Source/WebCore/page/
Frame.h 174 int orientation() const { return m_orientation; }
248 int m_orientation; member in class:WebCore::Frame
Frame.cpp 165 , m_orientation(0)
324 m_orientation = orientation;
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.cpp 62 m_orientation = FloatPoint3D(1, 0, 0);
283 double coneGain = m_coneEffect.gain(m_position, m_orientation, listenerPosition);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataCGWin.cpp 120 , m_orientation(Horizontal)
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 146 platformData.m_orientation);

Completed in 416 milliseconds

12