Searched defs:Orientation (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDetailsMarker.h32 enum Orientation { Up, Down, Left, Right }; enum in class:blink::FINAL
34 Orientation orientation() const;
/external/chromium_org/ui/views/controls/
H A Dseparator.h19 enum Orientation { enum in class:views::Separator
27 explicit Separator(Orientation orientation);
38 const Orientation orientation_;
H A Dsingle_split_view.h22 enum Orientation { enum in class:views::SingleSplitView
31 Orientation orientation,
46 Orientation orientation() const {
50 void set_orientation(Orientation orientation) {
125 // Orientation of the split view.
H A Dslider.h50 enum Orientation { enum in class:views::Slider
55 Slider(SliderListener* listener, Orientation orientation);
118 Orientation orientation_;
/external/chromium_org/cc/quads/
H A Dio_surface_draw_quad.h17 enum Orientation { enum in class:cc::IOSurfaceDrawQuad
31 Orientation orientation);
40 Orientation orientation);
44 Orientation orientation;
/external/chromium_org/cc/blink/
H A Dscrollbar_impl.cc27 cc::ScrollbarOrientation ScrollbarImpl::Orientation() const { function in class:cc_blink::ScrollbarImpl
/external/chromium_org/cc/test/
H A Dfake_scrollbar.cc32 ScrollbarOrientation FakeScrollbar::Orientation() const { function in class:cc::FakeScrollbar
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPopover.js56 * @param {?WebInspector.Popover.Orientation=} arrowDirection
80 * @param {?WebInspector.Popover.Orientation=} arrowDirection
145 * @param {?WebInspector.Popover.Orientation=} arrowDirection
170 if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
172 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
182 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
194 verticalAlignment = WebInspector.Popover.Orientation.Top;
214 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
401 WebInspector.Popover.Orientation
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.h39 enum Orientation { enum in struct:blink::SVGGlyph
92 unsigned orientation : 2; // Orientation
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScrollbar.h41 enum Orientation { enum in class:blink::WebScrollbar
104 virtual Orientation orientation() const = 0;
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.h20 enum Orientation { enum in class:ui::CandidateWindow
89 Orientation orientation() const {
92 void set_orientation(Orientation orientation) {
/external/chromium_org/ui/views/layout/
H A Dbox_layout.h31 enum Orientation { enum in class:views::BoxLayout
62 BoxLayout(Orientation orientation,
144 const Orientation orientation_;
/external/skia/include/core/
H A DSkDeviceProperties.h14 enum Orientation { enum in struct:SkDeviceProperties::Geometry
39 Orientation getOrientation() {
40 return static_cast<Orientation>(fGeometry & kOrientationMask);
55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) {
71 Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizontal_Orientation
77 static Geometry Make(Orientation orientation, Layout layout) {
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h272 Orientation, enumerator in enum:blink::CSSPropertyParser::SizeParameterType
/external/qemu/android/
H A Dhw-sensors.c98 } Orientation; typedef in typeref:struct:__anon29146
116 Orientation orientation;
/external/jhead/
H A Djhead.h100 int Orientation; member in struct:__anon22666
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc515 .SetProperty("orientation", &WebAXObjectProxy::Orientation)
779 std::string WebAXObjectProxy::Orientation() { function in class:content::WebAXObjectProxy
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 325 milliseconds