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

/external/chromium_org/ui/views/controls/
H A Dseparator.cc21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
32 if (orientation_ == HORIZONTAL)
H A Dseparator.h37 const Orientation orientation_; member in class:views::Separator
H A Dslider.cc54 orientation_(orientation),
140 if (orientation_ == HORIZONTAL) {
178 if (orientation_ == HORIZONTAL)
187 if (orientation_ == HORIZONTAL) {
274 if (orientation_ == HORIZONTAL) {
H A Dslider.h103 Orientation orientation_; member in class:views::Slider
/external/chromium_org/chromeos/dbus/ibus/
H A Dibus_lookup_table.h126 Orientation orientation() const { return orientation_; }
128 orientation_ = orientation;
145 Orientation orientation_; member in class:chromeos::IBusLookupTable
H A Dibus_lookup_table.cc189 orientation_(HORIZONTAL),
200 orientation_ != table.orientation_ ||
222 orientation_ = table.orientation_;
/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc16 : orientation_(orientation),
43 if (orientation_ == kHorizontal) {
54 if (orientation_ == kHorizontal)
68 if (orientation_ == kHorizontal) {
87 if (orientation_ == kVertical) {
109 if (orientation_ == kHorizontal) {
H A Dbox_layout.h60 const Orientation orientation_; member in class:views::BoxLayout
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
H A 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/cc/layers/
H A Dscrollbar_layer_impl.cc42 orientation_(orientation),
58 orientation_).PassAs<LayerImpl>();
152 return orientation_;
291 if (orientation_ == VERTICAL)
308 if (orientation_ == HORIZONTAL) {
H A Dscrollbar_layer_impl.h87 ScrollbarOrientation orientation_; member in class:cc::ScrollbarLayerImpl
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_view.h77 IBusLookupTable::Orientation orientation_; member in class:chromeos::input_method::CandidateView
H A Dcandidate_window_view.cc340 orientation_(orientation),
358 shortcut_label_ = CreateShortcutLabel(orientation_, theme);
360 CreateWrappedShortcutLabel(shortcut_label_, orientation_, theme);
361 candidate_label_ = CreateCandidateLabel(orientation_);
362 annotation_label_ = CreateAnnotationLabel(orientation_, theme);
370 orientation_ == IBusLookupTable::VERTICAL ?
374 orientation_ == IBusLookupTable::VERTICAL ? 4 : 6;
384 orientation_ == IBusLookupTable::VERTICAL ?
392 if (orientation_ == IBusLookupTable::VERTICAL) {
427 if (orientation_
[all...]
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc541 InputMethodLookupTable::Orientation orientation_; member in class:chromeos::CandidateView
624 orientation_(orientation),
638 shortcut_label_ = CreateShortcutLabel(orientation_);
640 CreateWrappedShortcutLabel(shortcut_label_, orientation_);
641 candidate_label_ = CreateCandidateLabel(orientation_);
642 annotation_label_ = CreateAnnotationLabel(orientation_);
650 orientation_ == InputMethodLookupTable::kVertical ?
654 orientation_ == InputMethodLookupTable::kVertical ? 4 : 6;

Completed in 203 milliseconds