/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) { 191 if (orientation_ == HORIZONTAL) 200 if (orientation_ == HORIZONTAL) { 288 if (orientation_ == HORIZONTAL) {
|
slider.h | 100 Orientation orientation_; member in class:views::Slider
|
/external/chromium_org/cc/layers/ |
solid_color_scrollbar_layer.cc | 38 orientation_(orientation), 65 return orientation_;
|
solid_color_scrollbar_layer.h | 45 ScrollbarOrientation orientation_; member in class:cc::SolidColorScrollbarLayer
|
scrollbar_layer_impl_base.h | 33 ScrollbarOrientation orientation() const { return orientation_; } 75 ScrollbarOrientation orientation_; member in class:cc::ScrollbarLayerImplBase
|
scrollbar_layer_impl_base.cc | 24 orientation_(orientation), 159 if (orientation_ == HORIZONTAL) {
|
/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 CandidateWindow::Orientation orientation_; member in class:chromeos::input_method::CandidateView
|
candidate_window_view.cc | 347 orientation_(orientation), 365 shortcut_label_ = CreateShortcutLabel(orientation_, theme); 367 CreateWrappedShortcutLabel(shortcut_label_, orientation_, theme); 368 candidate_label_ = CreateCandidateLabel(orientation_); 369 annotation_label_ = CreateAnnotationLabel(orientation_, theme); 377 orientation_ == CandidateWindow::VERTICAL ? 381 orientation_ == CandidateWindow::VERTICAL ? 4 : 6; 391 orientation_ == CandidateWindow::VERTICAL ? 399 if (orientation_ == CandidateWindow::VERTICAL) { 434 if (orientation_ == CandidateWindow::VERTICAL) [all...] |
/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...] |