Searched refs:orientation (Results 1 - 25 of 304) sorted by path

1234567891011>>

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwZoomTest.java283 // Now force an orientation change, and try to display the zoom picker
288 int orientation = activity.getRequestedOrientation();
291 activity.setRequestedOrientation(orientation);
/external/chromium_org/ash/ime/
H A Dcandidate_view.cc46 ui::CandidateWindow::Orientation orientation,
53 if (orientation == ui::CandidateWindow::VERTICAL) {
71 (orientation == ui::CandidateWindow::VERTICAL ?
77 // Add decoration based on the orientation.
78 if (orientation == ui::CandidateWindow::VERTICAL) {
96 ui::CandidateWindow::Orientation orientation) {
101 if (orientation == ui::CandidateWindow::VERTICAL) {
118 ui::CandidateWindow::Orientation orientation,
137 ui::CandidateWindow::Orientation orientation)
139 orientation_(orientation),
45 CreateShortcutLabel( ui::CandidateWindow::Orientation orientation, const ui::NativeTheme& theme) argument
95 CreateCandidateLabel( ui::CandidateWindow::Orientation orientation) argument
117 CreateAnnotationLabel( ui::CandidateWindow::Orientation orientation, const ui::NativeTheme& theme) argument
135 CandidateView( views::ButtonListener* listener, ui::CandidateWindow::Orientation orientation) argument
[all...]
H A Dcandidate_view.h22 ui::CandidateWindow::Orientation orientation);
50 // The orientation of the candidate view.
H A Dcandidate_window_view.cc171 if (candidate_window_.orientation() == ui::CandidateWindow::VERTICAL) {
243 if (candidate_window_.orientation() != new_candidate_window.orientation()) {
246 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
294 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
303 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
310 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL)
353 const ui::CandidateWindow::Orientation orientation = local
354 candidate_window.orientation();
357 // Reset all candidate_views_ when orientation change
[all...]
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc167 int orientation = kImageHorizontal; variable
171 orientation = kImageVertical;
181 const gfx::ImageSkia* leading = leading_images_[orientation][state];
182 const gfx::ImageSkia* middle = middle_images_[orientation][state];
183 const gfx::ImageSkia* trailing = trailing_images_[orientation][state];
189 if (orientation == kImageHorizontal) {
/external/chromium_org/cc/blink/
H A Dscrollbar_impl.cc28 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
51 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
58 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
H A Dweb_compositor_support_impl.cc84 WebScrollbar::Orientation orientation,
88 return new WebScrollbarLayerImpl(orientation,
83 createSolidColorScrollbarLayer( WebScrollbar::Orientation orientation, int thumb_thickness, int track_start, bool is_left_side_vertical_scrollbar) argument
H A Dweb_compositor_support_impl.h40 blink::WebScrollbar::Orientation orientation,
H A Dweb_scrollbar_layer_impl.cc20 blink::WebScrollbar::Orientation orientation) {
21 return orientation == blink::WebScrollbar::Horizontal ? cc::HORIZONTAL
42 blink::WebScrollbar::Orientation orientation,
47 SolidColorScrollbarLayer::Create(ConvertOrientation(orientation),
19 ConvertOrientation( blink::WebScrollbar::Orientation orientation) argument
41 WebScrollbarLayerImpl( blink::WebScrollbar::Orientation orientation, int thumb_thickness, int track_start, bool is_left_side_vertical_scrollbar) argument
H A Dweb_scrollbar_layer_impl.h29 blink::WebScrollbar::Orientation orientation,
/external/chromium_org/cc/layers/
H A Dlayer_impl.cc1286 if (scrollbar_layer->orientation() == HORIZONTAL) {
1369 bool LayerImpl::HasScrollbar(ScrollbarOrientation orientation) const {
1376 if ((*it)->orientation() == orientation)
H A Dlayer_impl.h514 bool HasScrollbar(ScrollbarOrientation orientation) const;
H A Dpainted_scrollbar_layer.cc75 ScrollbarOrientation PaintedScrollbarLayer::orientation() const { function in class:cc::PaintedScrollbarLayer
121 if (orientation() == HORIZONTAL) {
181 if (orientation() == HORIZONTAL) {
H A Dpainted_scrollbar_layer.h37 virtual ScrollbarOrientation orientation() const OVERRIDE;
H A Dpainted_scrollbar_layer_impl.cc23 ScrollbarOrientation orientation) {
25 new PaintedScrollbarLayerImpl(tree_impl, id, orientation));
31 ScrollbarOrientation orientation)
32 : ScrollbarLayerImplBase(tree_impl, id, orientation, false, false),
46 return PaintedScrollbarLayerImpl::Create(tree_impl, id(), orientation())
181 return track_length_ + (orientation() == VERTICAL ? vertical_adjust() : 0);
20 Create( LayerTreeImpl* tree_impl, int id, ScrollbarOrientation orientation) argument
28 PaintedScrollbarLayerImpl( LayerTreeImpl* tree_impl, int id, ScrollbarOrientation orientation) argument
H A Dpainted_scrollbar_layer_impl.h23 ScrollbarOrientation orientation);
52 ScrollbarOrientation orientation);
H A Dpainted_scrollbar_layer_impl_unittest.cc33 ScrollbarOrientation orientation = VERTICAL; local
36 impl.AddChildToRoot<PaintedScrollbarLayerImpl>(orientation);
H A Dscrollbar_layer_impl_base.cc16 ScrollbarOrientation orientation,
26 orientation_(orientation),
13 ScrollbarLayerImplBase( LayerTreeImpl* tree_impl, int id, ScrollbarOrientation orientation, bool is_left_side_vertical_scrollbar, bool is_overlay) argument
H A Dscrollbar_layer_impl_base.h42 ScrollbarOrientation orientation() const { return orientation_; } function in class:cc::ScrollbarLayerImplBase
64 ScrollbarOrientation orientation,
H A Dscrollbar_layer_interface.h23 virtual ScrollbarOrientation orientation() const = 0;
H A Dsolid_color_scrollbar_layer.cc18 orientation(),
27 ScrollbarOrientation orientation,
33 new SolidColorScrollbarLayer(orientation,
41 ScrollbarOrientation orientation,
48 orientation_(orientation),
100 ScrollbarOrientation SolidColorScrollbarLayer::orientation() const { function in class:cc::SolidColorScrollbarLayer
26 Create( ScrollbarOrientation orientation, int thumb_thickness, int track_start, bool is_left_side_vertical_scrollbar, int scroll_layer_id) argument
40 SolidColorScrollbarLayer( ScrollbarOrientation orientation, int thumb_thickness, int track_start, bool is_left_side_vertical_scrollbar, int scroll_layer_id) argument
H A Dsolid_color_scrollbar_layer.h21 ScrollbarOrientation orientation,
41 virtual ScrollbarOrientation orientation() const OVERRIDE;
44 SolidColorScrollbarLayer(ScrollbarOrientation orientation,
H A Dsolid_color_scrollbar_layer_impl.cc16 ScrollbarOrientation orientation,
24 orientation,
37 orientation(),
48 ScrollbarOrientation orientation,
55 orientation,
72 if (orientation() == HORIZONTAL)
85 if (orientation() == HORIZONTAL)
13 Create( LayerTreeImpl* tree_impl, int id, ScrollbarOrientation orientation, int thumb_thickness, int track_start, bool is_left_side_vertical_scrollbar, bool is_overlay) argument
45 SolidColorScrollbarLayerImpl( LayerTreeImpl* tree_impl, int id, ScrollbarOrientation orientation, int thumb_thickness, int track_start, bool is_left_side_vertical_scrollbar, bool is_overlay) argument
H A Dsolid_color_scrollbar_layer_impl.h18 ScrollbarOrientation orientation,
37 ScrollbarOrientation orientation,
H A Dsolid_color_scrollbar_layer_impl_unittest.cc19 ScrollbarOrientation orientation = VERTICAL; local
27 orientation,

Completed in 296 milliseconds

1234567891011>>