Home
last modified time | relevance | path

Searched refs:orientation_ (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
Dmargin_control.js24 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/
Dbox_layout.cc16 : 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()
Dbox_layout.h60 const Orientation orientation_; variable
/external/chromium_org/ui/views/controls/
Dseparator.cc21 Separator::Separator(Orientation orientation) : orientation_(orientation) { in Separator()
32 if (orientation_ == HORIZONTAL) in GetPreferredSize()
Dslider.cc54 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()
Dseparator.h37 const Orientation orientation_;
Dslider.h100 Orientation orientation_; variable
/external/chromium_org/cc/layers/
Dsolid_color_scrollbar_layer.cc38 orientation_(orientation), in SolidColorScrollbarLayer()
65 return orientation_; in orientation()
Dscrollbar_layer_impl_base.h33 ScrollbarOrientation orientation() const { return orientation_; } in orientation()
75 ScrollbarOrientation orientation_; variable
Dscrollbar_layer_impl_base.cc24 orientation_(orientation), in ScrollbarLayerImplBase()
159 if (orientation_ == HORIZONTAL) { in ComputeThumbQuadRect()
Dsolid_color_scrollbar_layer.h45 ScrollbarOrientation orientation_; variable
/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_window_view.cc347 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 …]
Dcandidate_view.h77 CandidateWindow::Orientation orientation_; variable
/external/chromium/chrome/browser/chromeos/input_method/
Dcandidate_window.cc541 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()