HomeSort by relevance Sort by last modified time
    Searched refs:orientation_ (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ui/views/controls/
separator.cc 21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
32 if (orientation_ == HORIZONTAL)
separator.h 38 const Orientation orientation_; member in class:views::Separator
slider.cc 56 orientation_(orientation),
142 if (orientation_ == HORIZONTAL) {
193 if (orientation_ == HORIZONTAL)
202 if (orientation_ == HORIZONTAL) {
288 if (orientation_ == HORIZONTAL) {
slider_unittest.cc 155 Slider::Orientation orientation_; member in class:views::SliderTest
176 : orientation_(orientation),
189 slider_ = new Slider(NULL, orientation_);
slider.h 118 Orientation orientation_; member in class:views::Slider
  /external/chromium_org/ui/views/layout/
box_layout.cc 16 : orientation_(orientation),
158 if (orientation_ == kVertical) {
202 return orientation_ == kHorizontal ? rect.width() : rect.height();
206 return orientation_ == kHorizontal ? rect.x() : rect.y();
210 if (orientation_ == kHorizontal)
217 if (orientation_ == kHorizontal)
224 return orientation_ == kVertical ? rect.width() : rect.height();
228 return orientation_ == kVertical ? rect.x() : rect.y();
232 if (orientation_ == kVertical)
239 if (orientation_ == kVertical
    [all...]
box_layout.h 144 const Orientation orientation_; member in class:views::BoxLayout
  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.h 42 ScrollbarOrientation orientation() const { return orientation_; }
92 ScrollbarOrientation orientation_; member in class:cc::ScrollbarLayerImplBase
solid_color_scrollbar_layer.cc 48 orientation_(orientation),
101 return orientation_;
solid_color_scrollbar_layer.h 54 ScrollbarOrientation orientation_; member in class:cc::SolidColorScrollbarLayer
scrollbar_layer_impl_base.cc 26 orientation_(orientation),
232 if (orientation_ == HORIZONTAL) {
  /external/chromium_org/ash/ime/
candidate_view.h 51 ui::CandidateWindow::Orientation orientation_; member in class:ash::ime::CandidateView
candidate_view.cc 139 orientation_(orientation),
181 if (!label.empty() && orientation_ != ui::CandidateWindow::VERTICAL)
255 orientation_ == ui::CandidateWindow::VERTICAL ? 4 : 6;
277 orientation_ == ui::CandidateWindow::VERTICAL ? 4 : 6;
  /external/chromium_org/content/browser/android/
composited_touch_handle_drawable.h 38 TouchHandleOrientation orientation_; member in class:content::CompositedTouchHandleDrawable
composited_touch_handle_drawable.cc 86 orientation_(TOUCH_HANDLE_ORIENTATION_UNDEFINED),
104 orientation_ = orientation;
110 switch (orientation_) {
  /external/chromium_org/content/browser/renderer_host/input/
touch_handle.h 96 TouchHandleOrientation orientation() const { return orientation_; }
110 TouchHandleOrientation orientation_; member in class:content::TouchHandle
touch_handle.cc 37 orientation_(orientation),
47 drawable_->SetOrientation(orientation_);
110 if (orientation_ == orientation)
113 orientation_ = orientation;
  /external/chromium_org/chrome/browser/android/
shortcut_helper.cc 61 orientation_(blink::WebScreenOrientationLockDefault),
261 orientation_ = manifest.orientation;
363 orientation_),
405 orientation_),
shortcut_helper.h 149 blink::WebScreenOrientationLockType orientation_; member in class:ShortcutHelper
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js 831 this.orientation_ = orientation;
840 return viewport.getInverseTransformForRotatedImage(this.orientation_);

Completed in 568 milliseconds