Searched refs:setOrientation (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioListener.idl37 void setOrientation(float x, float y, float z, float xUp, float yUp, float zUp);
H A DPannerNode.idl45 void setOrientation(float x, float y, float z);
H A DAudioListener.h58 void setOrientation(float x, float y, float z, float upX, float upY, float upZ) function in class:blink::AudioListener
60 setOrientation(FloatPoint3D(x, y, z));
94 void setOrientation(const FloatPoint3D&);
H A DAudioListener.cpp116 void AudioListener::setOrientation(const FloatPoint3D &orientation) function in class:blink::AudioListener
H A DPannerNode.h76 void setOrientation(float x, float y, float z);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DSelfOrientingSashForm.java87 setOrientation(preferredOrientation);
95 public void setOrientation(int orientation) { method in class:SelfOrientingSashForm
100 super.setOrientation(orientation);
135 setOrientation(newOrientation);
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestRunnerActivity.java25 mLinearLayout.setOrientation(LinearLayout.VERTICAL);
/external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/
H A DDebugActivity.java27 mLayout.setOrientation(LinearLayout.VERTICAL);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DPopupTouchHandleDrawable.java145 private void setOrientation(int orientation) { method in class:PopupTouchHandleDrawable
347 setOrientation(RIGHT);
352 setOrientation(LEFT);
357 setOrientation(CENTER);
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationController.h32 void setOrientation(ScreenOrientation*);
H A DScreenOrientation.cpp100 orientation->controller()->setOrientation(orientation);
H A DScreenOrientationController.cpp148 void ScreenOrientationController::setOrientation(ScreenOrientation* orientation) function in class:blink::ScreenOrientationController
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h67 void setOrientation(ImageOrientation orientation) { m_orientation = orientation; } function in class:blink::JPEGImageDecoder
/external/eigen/demos/opengl/
H A Dcamera.cpp112 setOrientation(Quaternionf(camAxes));
133 void Camera::setOrientation(const Quaternionf& q) function in class:Camera
160 setOrientation(qa);
169 setOrientation(orientation() * q);
H A Dcamera.h63 void setOrientation(const Eigen::Quaternionf& q);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCombineText.cpp107 description.setOrientation(Horizontal); // We are going to draw combined text horizontally.
/external/replicaisland/src/com/replica/replicaisland/
H A DInputSystem.java65 public void setOrientation(float x, float y, float z) { method in class:InputSystem
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontPlatformData.h117 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:blink::FontPlatformData
H A DSimpleFontData.cpp174 verticalRightPlatformData.setOrientation(Horizontal);
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorPickerAdvanced.java64 setOrientation(LinearLayout.VERTICAL);
H A DColorSuggestionListAdapter.java105 layout.setOrientation(LinearLayout.HORIZONTAL);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DCertificateViewer.java78 container.setOrientation(LinearLayout.VERTICAL);
120 certificateView.setOrientation(LinearLayout.VERTICAL);
H A DWebsiteSettingsPopup.java56 mContainer.setOrientation(LinearLayout.VERTICAL);
163 container.setOrientation(LinearLayout.VERTICAL);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDistilledPagePrefsView.java168 mRadioGroup.setOrientation(HORIZONTAL);
181 mRadioGroup.setOrientation(VERTICAL);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp395 scope.fontDescription().setOrientation(fontOrientation);
477 fontDescription.setOrientation(fontOrientation);

Completed in 2771 milliseconds

12