Home
last modified time | relevance | path

Searched refs:Orientation (Results 1 – 25 of 106) sorted by relevance

12345

/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
Dcustom_margins.js31 CustomMargins.Orientation = {
44 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.TOP] =
45 CustomMargins.Orientation.BOTTOM;
46 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.RIGHT] =
47 CustomMargins.Orientation.LEFT;
48 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.BOTTOM] =
49 CustomMargins.Orientation.TOP;
50 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.LEFT] =
51 CustomMargins.Orientation.RIGHT;
67 for (var key in CustomMargins.Orientation) {
[all …]
/external/chromium_org/cloud_print/virtual_driver/
Dgcp_driver.gpd41 *Feature: Orientation {
58 *switch: Orientation {
74 *switch: Orientation {
90 *switch: Orientation {
106 *switch: Orientation {
122 *switch: Orientation {
138 *switch: Orientation {
154 *switch: Orientation {
170 *switch: Orientation {
186 *switch: Orientation {
[all …]
/external/chromium_org/chrome/browser/resources/print_preview/data/
Dmargins.js24 this.value_[print_preview.ticket_items.CustomMargins.Orientation.TOP] = top;
25 this.value_[print_preview.ticket_items.CustomMargins.Orientation.RIGHT] =
27 this.value_[print_preview.ticket_items.CustomMargins.Orientation.BOTTOM] =
29 this.value_[print_preview.ticket_items.CustomMargins.Orientation.LEFT] =
41 state[print_preview.ticket_items.CustomMargins.Orientation.TOP] || 0,
42 state[print_preview.ticket_items.CustomMargins.Orientation.RIGHT] || 0,
43 state[print_preview.ticket_items.CustomMargins.Orientation.BOTTOM] || 0,
44 state[print_preview.ticket_items.CustomMargins.Orientation.LEFT] || 0);
68 newValue[print_preview.ticket_items.CustomMargins.Orientation.TOP],
69 newValue[print_preview.ticket_items.CustomMargins.Orientation.RIGHT],
[all …]
/external/skia/include/core/
DSkDeviceProperties.h14 enum Orientation { enum
39 Orientation getOrientation() { in getOrientation()
40 return static_cast<Orientation>(fGeometry & kOrientationMask); in getOrientation()
55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) { in fromOldOrientation()
71Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizo… in MakeDefault()
77 static Geometry Make(Orientation orientation, Layout layout) { in Make()
/external/chromium_org/cc/quads/
Dio_surface_draw_quad.h17 enum Orientation { enum
31 Orientation orientation);
40 Orientation orientation);
44 Orientation orientation;
Dio_surface_draw_quad.cc25 Orientation orientation) { in SetNew()
41 Orientation orientation) { in SetAll()
/external/chromium_org/ui/views/controls/
Dseparator.h19 enum Orientation { enum
27 explicit Separator(Orientation orientation);
38 const Orientation orientation_;
Dsingle_split_view.h22 enum Orientation { enum
31 Orientation orientation,
46 Orientation orientation() const { in orientation()
50 void set_orientation(Orientation orientation) { in set_orientation()
Dslider.h50 enum Orientation { enum
55 Slider(SliderListener* listener, Orientation orientation);
118 Orientation orientation_;
/external/chromium_org/ui/android/java/src/org/chromium/ui/
DColorPickerAdvancedComponent.java9 import android.graphics.drawable.GradientDrawable.Orientation;
51 mGradientDrawable = new GradientDrawable(GradientDrawable.Orientation.LEFT_RIGHT, null); in ColorPickerAdvancedComponent()
88 Orientation currentOrientation = Orientation.LEFT_RIGHT; in setGradientColors()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DPopover.js170 … if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
172 …ight + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
182 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
186 …ight + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
194 verticalAlignment = WebInspector.Popover.Orientation.Top;
214 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
401 WebInspector.Popover.Orientation = {
/external/chromium_org/ui/base/ime/
Dcandidate_window.h20 enum Orientation { enum
89 Orientation orientation() const { in orientation()
92 void set_orientation(Orientation orientation) { in set_orientation()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDetailsMarker.h32 enum Orientation { Up, Down, Left, Right }; enum
34 Orientation orientation() const;
/external/chromium_org/ui/views/layout/
Dbox_layout.h31 enum Orientation { enum
62 BoxLayout(Orientation orientation,
144 const Orientation orientation_;
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DOWNERS1 # Device Motion / Orientation API related
9 # Screen Orientation API related
/external/chromium_org/ash/ime/
Dcandidate_view.h22 ui::CandidateWindow::Orientation orientation);
51 ui::CandidateWindow::Orientation orientation_;
Dcandidate_view.cc46 ui::CandidateWindow::Orientation orientation, in CreateShortcutLabel()
96 ui::CandidateWindow::Orientation orientation) { in CreateCandidateLabel()
118 ui::CandidateWindow::Orientation orientation, in CreateAnnotationLabel()
137 ui::CandidateWindow::Orientation orientation) in CandidateView()
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbar.h41 enum Orientation { enum
104 virtual Orientation orientation() const = 0;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DOWNERS1 # Device Motion / Orientation API related
9 # Screen Orientation API related
/external/chromium_org/cc/blink/
Dweb_scrollbar_layer_impl.cc20 blink::WebScrollbar::Orientation orientation) { in ConvertOrientation()
42 blink::WebScrollbar::Orientation orientation, in WebScrollbarLayerImpl()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarImpl.cpp116 WebScrollbar::Orientation WebScrollbarImpl::orientation() const in orientation()
118 return static_cast<WebScrollbar::Orientation>(m_scrollbar->orientation()); in orientation()
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
Dmargin_control_container.js58 for (var key in print_preview.ticket_items.CustomMargins.Orientation) {
59 var orientation = print_preview.ticket_items.CustomMargins.Orientation[
118 print_preview.ticket_items.CustomMargins.Orientation.TOP ||
120 print_preview.ticket_items.CustomMargins.Orientation.BOTTOM;
/external/chromium_org/ui/keyboard/resources/
Dtouch_fuzzing.js11 var Orientation = { variable
56 var splits = findSplits(this.keys, Orientation.HORIZONTAL);
336 return orientation == Orientation.HORIZONTAL ? key.top : key.left;
344 return orientation == Orientation.HORIZONTAL ? key.bottom : key.right;
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.h42 WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
70 virtual WebScrollbar::Orientation orientation() const OVERRIDE;
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
DOWNERS1 # Screen Orientation API related

12345