Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/layout/
Dbox_layout.cc16 : orientation_(orientation), in BoxLayout()
158 if (orientation_ == kVertical) { in GetPreferredSize()
202 return orientation_ == kHorizontal ? rect.width() : rect.height(); in MainAxisSize()
206 return orientation_ == kHorizontal ? rect.x() : rect.y(); in MainAxisPosition()
210 if (orientation_ == kHorizontal) in SetMainAxisSize()
217 if (orientation_ == kHorizontal) in SetMainAxisPosition()
224 return orientation_ == kVertical ? rect.width() : rect.height(); in CrossAxisSize()
228 return orientation_ == kVertical ? rect.x() : rect.y(); in CrossAxisPosition()
232 if (orientation_ == kVertical) in SetCrossAxisSize()
239 if (orientation_ == kVertical) in SetCrossAxisPosition()
[all …]
Dbox_layout.h144 const Orientation orientation_; variable
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
Dmargin_control.js24 this.orientation_ = orientation;
157 return this.orientation_;
227 if (this.orientation_ == orientationEnum.TOP) {
231 } else if (this.orientation_ == orientationEnum.RIGHT) {
235 } else if (this.orientation_ == orientationEnum.BOTTOM) {
275 if (this.orientation_ == orientationEnum.TOP) {
278 } else if (this.orientation_ == orientationEnum.RIGHT) {
282 } else if (this.orientation_ == orientationEnum.BOTTOM) {
312 this.getElement().classList.add('margin-control-' + this.orientation_);
316 'aria-label', loadTimeData.getString(this.orientation_));
/external/chromium_org/content/browser/renderer_host/input/
Dtouch_handle.cc37 orientation_(orientation), in TouchHandle()
47 drawable_->SetOrientation(orientation_); in TouchHandle()
110 if (orientation_ == orientation) in SetOrientation()
113 orientation_ = orientation; in SetOrientation()
Dtouch_handle.h96 TouchHandleOrientation orientation() const { return orientation_; } in orientation()
110 TouchHandleOrientation 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.cc56 orientation_(orientation), in Slider()
142 if (orientation_ == HORIZONTAL) { in MoveButtonTo()
193 if (orientation_ == HORIZONTAL) in GetPreferredSize()
202 if (orientation_ == HORIZONTAL) { in OnPaint()
288 if (orientation_ == HORIZONTAL) { in OnKeyPressed()
Dslider_unittest.cc155 Slider::Orientation orientation_; member in views::SliderTest
176 : orientation_(orientation), in SliderTest()
189 slider_ = new Slider(NULL, orientation_); in SetUp()
Dseparator.h38 const Orientation orientation_;
Dslider.h118 Orientation orientation_; variable
/external/chromium_org/content/browser/android/
Dcomposited_touch_handle_drawable.cc86 orientation_(TOUCH_HANDLE_ORIENTATION_UNDEFINED), in CompositedTouchHandleDrawable()
104 orientation_ = orientation; in SetOrientation()
110 switch (orientation_) { in SetOrientation()
Dcomposited_touch_handle_drawable.h38 TouchHandleOrientation orientation_; variable
/external/chromium_org/cc/layers/
Dsolid_color_scrollbar_layer.cc48 orientation_(orientation), in SolidColorScrollbarLayer()
101 return orientation_; in orientation()
Dscrollbar_layer_impl_base.h42 ScrollbarOrientation orientation() const { return orientation_; } in orientation()
92 ScrollbarOrientation orientation_; variable
Dscrollbar_layer_impl_base.cc26 orientation_(orientation), in ScrollbarLayerImplBase()
232 if (orientation_ == HORIZONTAL) { in ComputeThumbQuadRect()
Dsolid_color_scrollbar_layer.h54 ScrollbarOrientation orientation_; variable
/external/chromium_org/ash/ime/
Dcandidate_view.cc139 orientation_(orientation), in CandidateView()
181 if (!label.empty() && orientation_ != ui::CandidateWindow::VERTICAL) in SetEntry()
255 orientation_ == ui::CandidateWindow::VERTICAL ? 4 : 6; in Layout()
277 orientation_ == ui::CandidateWindow::VERTICAL ? 4 : 6; in GetPreferredSize()
Dcandidate_view.h51 ui::CandidateWindow::Orientation orientation_; variable
/external/chromium_org/chrome/browser/android/
Dshortcut_helper.cc61 orientation_(blink::WebScreenOrientationLockDefault), in ShortcutHelper()
261 orientation_ = manifest.orientation; in OnDidGetManifest()
363 orientation_), in AddShortcutUsingManifestIcon()
405 orientation_), in OnDidGetFavicon()
Dshortcut_helper.h149 blink::WebScreenOrientationLockType orientation_; variable
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_view.js831 this.orientation_ = orientation;
840 return viewport.getInverseTransformForRotatedImage(this.orientation_);