Searched refs:orientation_ (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
D | margin_control.js | 24 this.orientation_ = orientation; 192 return this.orientation_; 274 if (this.orientation_ == orientationEnum.TOP) { 278 } else if (this.orientation_ == orientationEnum.RIGHT) { 282 } else if (this.orientation_ == orientationEnum.BOTTOM) { 322 if (this.orientation_ == orientationEnum.TOP) { 325 } else if (this.orientation_ == orientationEnum.RIGHT) { 329 } else if (this.orientation_ == orientationEnum.BOTTOM) { 360 this.orientation_]);
|
/external/chromium_org/ui/views/layout/ |
D | box_layout.cc | 16 : orientation_(orientation), in BoxLayout() 43 if (orientation_ == kHorizontal) { in Layout() 54 if (orientation_ == kHorizontal) in Layout() 68 if (orientation_ == kHorizontal) { in Layout() 87 if (orientation_ == kVertical) { in GetPreferredSize() 109 if (orientation_ == kHorizontal) { in GetPreferredSizeForChildWidth()
|
D | box_layout.h | 60 const Orientation orientation_; variable
|
/external/chromium_org/ui/views/controls/ |
D | separator.cc | 21 Separator::Separator(Orientation orientation) : orientation_(orientation) { in Separator() 32 if (orientation_ == HORIZONTAL) in GetPreferredSize()
|
D | slider.cc | 54 orientation_(orientation), in Slider() 140 if (orientation_ == HORIZONTAL) { in MoveButtonTo() 191 if (orientation_ == HORIZONTAL) in GetPreferredSize() 200 if (orientation_ == HORIZONTAL) { in OnPaint() 288 if (orientation_ == HORIZONTAL) { in OnKeyPressed()
|
D | separator.h | 37 const Orientation orientation_;
|
D | slider.h | 100 Orientation orientation_; variable
|
/external/chromium_org/cc/layers/ |
D | solid_color_scrollbar_layer.cc | 38 orientation_(orientation), in SolidColorScrollbarLayer() 65 return orientation_; in orientation()
|
D | scrollbar_layer_impl_base.h | 33 ScrollbarOrientation orientation() const { return orientation_; } in orientation() 75 ScrollbarOrientation orientation_; variable
|
D | scrollbar_layer_impl_base.cc | 24 orientation_(orientation), in ScrollbarLayerImplBase() 159 if (orientation_ == HORIZONTAL) { in ComputeThumbQuadRect()
|
D | solid_color_scrollbar_layer.h | 45 ScrollbarOrientation orientation_; variable
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
D | candidate_window_view.cc | 347 orientation_(orientation), in CandidateView() 365 shortcut_label_ = CreateShortcutLabel(orientation_, theme); in Init() 367 CreateWrappedShortcutLabel(shortcut_label_, orientation_, theme); in Init() 368 candidate_label_ = CreateCandidateLabel(orientation_); in Init() 369 annotation_label_ = CreateAnnotationLabel(orientation_, theme); in Init() 377 orientation_ == CandidateWindow::VERTICAL ? in Init() 381 orientation_ == CandidateWindow::VERTICAL ? 4 : 6; in Init() 391 orientation_ == CandidateWindow::VERTICAL ? in Init() 399 if (orientation_ == CandidateWindow::VERTICAL) { in Init() 434 if (orientation_ == CandidateWindow::VERTICAL) { in Init() [all …]
|
D | candidate_view.h | 77 CandidateWindow::Orientation orientation_; variable
|
/external/chromium/chrome/browser/chromeos/input_method/ |
D | candidate_window.cc | 541 InputMethodLookupTable::Orientation orientation_; member in chromeos::CandidateView 624 orientation_(orientation), in CandidateView() 638 shortcut_label_ = CreateShortcutLabel(orientation_); in Init() 640 CreateWrappedShortcutLabel(shortcut_label_, orientation_); in Init() 641 candidate_label_ = CreateCandidateLabel(orientation_); in Init() 642 annotation_label_ = CreateAnnotationLabel(orientation_); in Init() 650 orientation_ == InputMethodLookupTable::kVertical ? in Init() 654 orientation_ == InputMethodLookupTable::kVertical ? 4 : 6; in Init()
|