/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
D | custom_margins.js | 31 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/ |
D | gcp_driver.gpd | 41 *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/ |
D | margins.js | 24 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/ |
D | SkDeviceProperties.h | 14 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() 71 …Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizo… in MakeDefault() 77 static Geometry Make(Orientation orientation, Layout layout) { in Make()
|
/external/chromium_org/cc/quads/ |
D | io_surface_draw_quad.h | 17 enum Orientation { enum 31 Orientation orientation); 40 Orientation orientation); 44 Orientation orientation;
|
D | io_surface_draw_quad.cc | 25 Orientation orientation) { in SetNew() 41 Orientation orientation) { in SetAll()
|
/external/chromium_org/ui/views/controls/ |
D | separator.h | 19 enum Orientation { enum 27 explicit Separator(Orientation orientation); 38 const Orientation orientation_;
|
D | single_split_view.h | 22 enum Orientation { enum 31 Orientation orientation, 46 Orientation orientation() const { in orientation() 50 void set_orientation(Orientation orientation) { in set_orientation()
|
D | slider.h | 50 enum Orientation { enum 55 Slider(SliderListener* listener, Orientation orientation); 118 Orientation orientation_;
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
D | ColorPickerAdvancedComponent.java | 9 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/ |
D | Popover.js | 170 … 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/ |
D | candidate_window.h | 20 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/ |
D | RenderDetailsMarker.h | 32 enum Orientation { Up, Down, Left, Right }; enum 34 Orientation orientation() const;
|
/external/chromium_org/ui/views/layout/ |
D | box_layout.h | 31 enum Orientation { enum 62 BoxLayout(Orientation orientation, 144 const Orientation orientation_;
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
D | OWNERS | 1 # Device Motion / Orientation API related 9 # Screen Orientation API related
|
/external/chromium_org/ash/ime/ |
D | candidate_view.h | 22 ui::CandidateWindow::Orientation orientation); 51 ui::CandidateWindow::Orientation orientation_;
|
D | candidate_view.cc | 46 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/ |
D | WebScrollbar.h | 41 enum Orientation { enum 104 virtual Orientation orientation() const = 0;
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | OWNERS | 1 # Device Motion / Orientation API related 9 # Screen Orientation API related
|
/external/chromium_org/cc/blink/ |
D | web_scrollbar_layer_impl.cc | 20 blink::WebScrollbar::Orientation orientation) { in ConvertOrientation() 42 blink::WebScrollbar::Orientation orientation, in WebScrollbarLayerImpl()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebScrollbarImpl.cpp | 116 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/ |
D | margin_control_container.js | 58 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/ |
D | touch_fuzzing.js | 11 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/ |
D | WebPluginScrollbarImpl.h | 42 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/ |
D | OWNERS | 1 # Screen Orientation API related
|