Searched refs:Orientation (Results 26 - 50 of 76) sorted by last modified time

1234

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDetailsMarker.h32 enum Orientation { Up, Down, Left, Right }; enum in class:blink::FINAL
34 Orientation orientation() const;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGlyphElement.cpp82 static inline SVGGlyph::Orientation parseOrientation(const AtomicString& value)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineView.js868 popover.show(WebInspector.TimelineUIUtils.generateMainThreadBarPopupContent(this._model, anchor._tasksInfo), anchor, null, null, WebInspector.Popover.Orientation.Bottom);
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids17070 0aa Screen Orientation
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.Designer.cs322 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorPickerAdvancedComponent.java9 import android.graphics.drawable.GradientDrawable.Orientation;
51 mGradientDrawable = new GradientDrawable(GradientDrawable.Orientation.LEFT_RIGHT, null);
88 Orientation currentOrientation = Orientation.LEFT_RIGHT;
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.h20 enum Orientation { enum in class:ui::CandidateWindow
89 Orientation orientation() const {
92 void set_orientation(Orientation orientation) {
/external/chromium_org/ui/keyboard/resources/
H A Dtouch_fuzzing.js8 * Orientation of a line.
11 var Orientation = {
56 var splits = findSplits(this.keys, Orientation.HORIZONTAL);
151 * @param {Orientation} orientation The orientation of the line.
326 * @param {Orientation} orientation Whether to split on the y-axis instead.
336 return orientation == Orientation.HORIZONTAL ? key.top : key.left;
344 return orientation == Orientation.HORIZONTAL ? key.bottom : key.right;
/external/chromium_org/ui/views/controls/
H A Dseparator.cc21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
H A Dseparator.h19 enum Orientation { enum in class:views::Separator
27 explicit Separator(Orientation orientation);
38 const Orientation orientation_;
H A Dsingle_split_view.cc25 Orientation orientation,
H A Dsingle_split_view.h22 enum Orientation { enum in class:views::SingleSplitView
31 Orientation orientation,
46 Orientation orientation() const {
50 void set_orientation(Orientation orientation) {
125 // Orientation of the split view.
H A Dsingle_split_view_unittest.cc103 SingleSplitView::Orientation orientations[] = {
H A Dslider.cc54 Slider::Slider(SliderListener* listener, Orientation orientation)
H A Dslider.h50 enum Orientation { enum in class:views::Slider
55 Slider(SliderListener* listener, Orientation orientation);
118 Orientation orientation_;
H A Dslider_unittest.cc123 explicit SliderTest(Slider::Orientation orientation);
155 Slider::Orientation orientation_;
175 SliderTest::SliderTest(Slider::Orientation orientation)
/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc12 BoxLayout::BoxLayout(BoxLayout::Orientation orientation,
H A Dbox_layout.h31 enum Orientation { enum in class:views::BoxLayout
62 BoxLayout(Orientation orientation,
144 const Orientation orientation_;
H A Dbox_layout_unittest.cc184 BoxLayout::Orientation orientation = i == 0 ? BoxLayout::kHorizontal :
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc515 .SetProperty("orientation", &WebAXObjectProxy::Orientation)
779 std::string WebAXObjectProxy::Orientation() { function in class:content::WebAXObjectProxy
H A Dweb_ax_object_proxy.h92 std::string Orientation();
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_handle_unittest.cc199 TEST_F(TouchHandleTest, Orientation) {
364 // Orientation changes will be deferred until the drag ends.
/external/chromium_org/content/common/
H A Dcc_messages.h131 IPC_ENUM_TRAITS_MAX_VALUE(cc::IOSurfaceDrawQuad::Orientation,
H A Dcc_messages_unittest.cc260 IOSurfaceDrawQuad::Orientation arbitrary_orientation =

Completed in 433 milliseconds

1234