Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 25 of 105) sorted by relevance

12345

/external/webkit/Source/WebKit/chromium/src/
DWebDeviceOrientation.cpp34 WebDeviceOrientation::WebDeviceOrientation(const PassRefPtr<WebCore::DeviceOrientation>& orientatio… in WebDeviceOrientation()
56 …iceOrientation& WebDeviceOrientation::operator=(const PassRefPtr<WebCore::DeviceOrientation>& orie… in operator =()
DWebDeviceOrientationController.cpp36 …WebDeviceOrientationController::didChangeDeviceOrientation(const WebDeviceOrientation& orientation) in didChangeDeviceOrientation()
DWebDeviceOrientationClientMock.cpp61 void WebDeviceOrientationClientMock::setOrientation(WebDeviceOrientation& orientation) in setOrientation()
/external/webkit/Source/WebCore/dom/
DDeviceOrientationEvent.h42 …efPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientation* orientation) in create()
51 DeviceOrientation* orientation() const { return m_orientation.get(); } in orientation() function
DDeviceOrientationEvent.cpp42 …ntationEvent::DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientation* orientation) in DeviceOrientationEvent()
48 …ationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientation* orientation) in initDeviceOrientationEvent()
DDeviceOrientationController.cpp54 RefPtr<DeviceOrientation> orientation = m_client->lastOrientation(); in timerFired() local
102 void DeviceOrientationController::didChangeDeviceOrientation(DeviceOrientation* orientation) in didChangeDeviceOrientation()
/external/webkit/Source/WebCore/platform/gtk/
DMainFrameScrollbarGtk.cpp33 …inFrameScrollbarGtk::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, GtkA… in create()
45 …rGtk::MainFrameScrollbarGtk(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, GtkA… in MainFrameScrollbarGtk()
DScrollbarThemeGtk2.cpp118 GtkOrientation orientation = GTK_ORIENTATION_HORIZONTAL; in paintThumb() local
152 ScrollbarOrientation orientation = scrollbar->orientation(); in paintButton() local
/external/webkit/Source/WebKit/android/jni/
DDeviceMotionAndOrientationManager.cpp65 …id DeviceMotionAndOrientationManager::setMockOrientation(PassRefPtr<DeviceOrientation> orientation) in setMockOrientation()
71 …d DeviceMotionAndOrientationManager::onOrientationChange(PassRefPtr<DeviceOrientation> orientation) in onOrientationChange()
143 …RefPtr<DeviceOrientation> orientation = DeviceOrientation::create(canProvideAlpha, alpha, canProvi… in setMockOrientation() local
149 …RefPtr<DeviceOrientation> orientation = DeviceOrientation::create(canProvideAlpha, alpha, canProvi… in onOrientationChange() local
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDeviceOrientationProviderQt.h45 DeviceOrientation* orientation() const { return m_orientation.get(); } in orientation() function
DDeviceOrientationProviderQt.cpp72 void DeviceOrientationProviderQt::changeDeviceOrientation(DeviceOrientation* orientation) in changeDeviceOrientation()
DDeviceOrientationClientQt.cpp69 void DeviceOrientationClientQt::changeDeviceOrientation(DeviceOrientation* orientation) in changeDeviceOrientation()
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h185 …FontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, in FontPlatformData()
242 FontOrientation orientation() const { return m_orientation; } in orientation() function
246 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.h120 FontOrientation orientation() const { return m_orientation; } in orientation() function
121 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation()
/external/skia/src/core/
DSkFontHost.cpp30 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) in SetSubpixelOrientation()
/external/webkit/Source/WebCore/platform/mock/
DDeviceOrientationClientMock.cpp58 void DeviceOrientationClientMock::setOrientation(PassRefPtr<DeviceOrientation> orientation) in setOrientation()
/external/webkit/Source/WebCore/platform/qt/
DWheelEventQt.cpp33 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation) in applyDelta()
/external/webkit/Source/WebCore/webaudio/
DAudioListener.h58 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; } in setOrientation()
59 const FloatPoint3D& orientation() const { return m_orientation; } in orientation() function
/external/webkit/Source/WebKit/chromium/src/linux/
DWebFontRendering.cpp65 void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation) in setLCDOrientation()
/external/webkit/Source/WebCore/platform/efl/
DScrollbarEfl.cpp45 …lbar::createNativeScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Scro… in createNativeScrollbar()
50 ScrollbarEfl::ScrollbarEfl(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Scroll… in ScrollbarEfl()
/external/webkit/Source/WebCore/platform/
DScrollableArea.cpp60 ScrollbarOrientation orientation; in scroll() local
100 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset) in scrollToOffsetWithoutAnimation()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityScrollbar.cpp67 AccessibilityOrientation AccessibilityScrollbar::orientation() const in orientation() function in WebCore::AccessibilityScrollbar
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp33 …ic PassRefPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientation) in glyphOrientationToCSSPrimitiveValue()
DSVGCSSStyleSelector.cpp516 int orientation = angleToGlyphOrientation(primitiveValue->getFloatValue()); in applySVGProperty() local
531 int orientation = angleToGlyphOrientation(primitiveValue->getFloatValue()); in applySVGProperty() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.h81 FontOrientation orientation() const { return Horizontal; } // FIXME: Implement. in orientation() function

12345