/external/chromium_org/ui/views/layout/ |
D | box_layout.cc | 16 : 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 …]
|
D | box_layout.h | 144 const Orientation orientation_; variable
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
D | margin_control.js | 24 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/ |
D | touch_handle.cc | 37 orientation_(orientation), in TouchHandle() 47 drawable_->SetOrientation(orientation_); in TouchHandle() 110 if (orientation_ == orientation) in SetOrientation() 113 orientation_ = orientation; in SetOrientation()
|
D | touch_handle.h | 96 TouchHandleOrientation orientation() const { return orientation_; } in orientation() 110 TouchHandleOrientation 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 | 56 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()
|
D | slider_unittest.cc | 155 Slider::Orientation orientation_; member in views::SliderTest 176 : orientation_(orientation), in SliderTest() 189 slider_ = new Slider(NULL, orientation_); in SetUp()
|
D | separator.h | 38 const Orientation orientation_;
|
D | slider.h | 118 Orientation orientation_; variable
|
/external/chromium_org/content/browser/android/ |
D | composited_touch_handle_drawable.cc | 86 orientation_(TOUCH_HANDLE_ORIENTATION_UNDEFINED), in CompositedTouchHandleDrawable() 104 orientation_ = orientation; in SetOrientation() 110 switch (orientation_) { in SetOrientation()
|
D | composited_touch_handle_drawable.h | 38 TouchHandleOrientation orientation_; variable
|
/external/chromium_org/cc/layers/ |
D | solid_color_scrollbar_layer.cc | 48 orientation_(orientation), in SolidColorScrollbarLayer() 101 return orientation_; in orientation()
|
D | scrollbar_layer_impl_base.h | 42 ScrollbarOrientation orientation() const { return orientation_; } in orientation() 92 ScrollbarOrientation orientation_; variable
|
D | scrollbar_layer_impl_base.cc | 26 orientation_(orientation), in ScrollbarLayerImplBase() 232 if (orientation_ == HORIZONTAL) { in ComputeThumbQuadRect()
|
D | solid_color_scrollbar_layer.h | 54 ScrollbarOrientation orientation_; variable
|
/external/chromium_org/ash/ime/ |
D | candidate_view.cc | 139 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()
|
D | candidate_view.h | 51 ui::CandidateWindow::Orientation orientation_; variable
|
/external/chromium_org/chrome/browser/android/ |
D | shortcut_helper.cc | 61 orientation_(blink::WebScreenOrientationLockDefault), in ShortcutHelper() 261 orientation_ = manifest.orientation; in OnDidGetManifest() 363 orientation_), in AddShortcutUsingManifestIcon() 405 orientation_), in OnDidGetFavicon()
|
D | shortcut_helper.h | 149 blink::WebScreenOrientationLockType orientation_; variable
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
D | image_view.js | 831 this.orientation_ = orientation; 840 return viewport.getInverseTransformForRotatedImage(this.orientation_);
|