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

  /external/chromium_org/ui/views/controls/
separator.cc 21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
32 if (orientation_ == HORIZONTAL)
separator.h 37 const Orientation orientation_; member in class:views::Separator
slider.cc 54 orientation_(orientation),
140 if (orientation_ == HORIZONTAL) {
178 if (orientation_ == HORIZONTAL)
187 if (orientation_ == HORIZONTAL) {
274 if (orientation_ == HORIZONTAL) {
slider.h 103 Orientation orientation_; member in class:views::Slider
  /external/chromium_org/chromeos/dbus/ibus/
ibus_lookup_table.h 126 Orientation orientation() const { return orientation_; }
128 orientation_ = orientation;
145 Orientation orientation_; member in class:chromeos::IBusLookupTable
ibus_lookup_table.cc 189 orientation_(HORIZONTAL),
200 orientation_ != table.orientation_ ||
222 orientation_ = table.orientation_;
  /external/chromium_org/ui/views/layout/
box_layout.cc 16 : orientation_(orientation),
43 if (orientation_ == kHorizontal) {
54 if (orientation_ == kHorizontal)
68 if (orientation_ == kHorizontal) {
87 if (orientation_ == kVertical) {
109 if (orientation_ == kHorizontal) {
box_layout.h 60 const Orientation orientation_; member in class:views::BoxLayout
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_view.h 77 IBusLookupTable::Orientation orientation_; member in class:chromeos::input_method::CandidateView
candidate_window_view.cc 340 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_ == IBusLookupTable::VERTICAL)
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_impl.cc 42 orientation_(orientation),
58 orientation_).PassAs<LayerImpl>();
152 return orientation_;
291 if (orientation_ == VERTICAL)
308 if (orientation_ == HORIZONTAL) {
scrollbar_layer_impl.h 87 ScrollbarOrientation orientation_; member in class:cc::ScrollbarLayerImpl
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 541 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;
    [all...]

Completed in 131 milliseconds