Searched defs:views (Results 126 - 150 of 983) sorted by last modified time

1234567891011>>

/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_unittest.cc7 #include "ui/views/accessibility/native_view_accessibility.h"
8 #include "ui/views/controls/button/button.h"
9 #include "ui/views/controls/label.h"
10 #include "ui/views/test/views_test_base.h"
12 namespace views { namespace
77 } // namespace views
H A Dnative_view_accessibility_win.cc5 #include "ui/views/accessibility/native_view_accessibility_win.h"
24 #include "ui/views/controls/button/custom_button.h"
25 #include "ui/views/focus/focus_manager.h"
26 #include "ui/views/focus/view_storage.h"
27 #include "ui/views/widget/widget.h"
28 #include "ui/views/win/hwnd_util.h"
30 namespace views { namespace
65 // Set of all web views. We check whether each one is contained in a
114 // of the web views if the notification is on the same web view that
123 // Search all web views
[all...]
H A Dnative_view_accessibility_win.h19 #include "ui/views/accessibility/native_view_accessibility.h"
20 #include "ui/views/controls/native/native_view_host.h"
21 #include "ui/views/view.h"
28 namespace views { namespace
123 // Selections not applicable to views.
433 // A vector of view storage ids of views that have been the target of
441 } // namespace views
H A Dnative_view_accessibility_win_unittest.cc11 #include "ui/views/accessibility/native_view_accessibility.h"
12 #include "ui/views/controls/textfield/textfield.h"
13 #include "ui/views/test/views_test_base.h"
19 namespace views { namespace
204 } // namespace views
/external/chromium_org/ui/views/
H A Daccessible_pane_view.cc5 #include "ui/views/accessible_pane_view.h"
9 #include "ui/views/focus/focus_search.h"
10 #include "ui/views/focus/view_storage.h"
11 #include "ui/views/widget/widget.h"
13 namespace views { namespace
18 // include views that aren't part of the AccessiblePaneView's view
63 bool AccessiblePaneView::SetPaneFocus(views::View* initial_focus) {
114 views::View* AccessiblePaneView::GetDefaultFocusableChild() {
137 views::View* AccessiblePaneView::GetFirstFocusableChild() {
139 views
[all...]
H A Daccessible_pane_view.h12 #include "ui/views/focus/focus_manager.h"
13 #include "ui/views/view.h"
15 namespace views { namespace
109 // pane and traverses all views that are focusable for accessibility,
130 } // namespace views
H A Daccessible_pane_view_unittest.cc5 #include "ui/views/accessible_pane_view.h"
8 #include "ui/views/controls/button/label_button.h"
9 #include "ui/views/layout/fill_layout.h"
10 #include "ui/views/test/views_test_base.h"
11 #include "ui/views/widget/widget.h"
13 namespace views { namespace
15 // TODO(alicet): bring pane rotation into views and add tests.
224 } // namespace views
H A Dbackground.cc5 #include "ui/views/background.h"
12 #include "ui/views/painter.h"
13 #include "ui/views/view.h"
15 namespace views { namespace
130 } // namespace views
H A Dbackground.h16 #include "ui/views/views_export.h"
22 namespace views { namespace
31 // A background implements a way for views to paint a background. The
109 } // namespace views
H A Dborder.cc5 #include "ui/views/border.h"
10 #include "ui/views/painter.h"
11 #include "ui/views/view.h"
13 namespace views { namespace
169 } // namespace views
H A Dborder.h12 #include "ui/views/views_export.h"
19 namespace views { namespace
33 // IMPORTANT NOTE: not all views support borders at this point. In order to
34 // support the border, views should make sure to use bounds excluding the
91 } // namespace views
/external/chromium_org/ui/views/animation/
H A Dbounds_animator.cc5 #include "ui/views/animation/bounds_animator.h"
10 #include "ui/views/animation/bounds_animator_observer.h"
11 #include "ui/views/view.h"
21 namespace views { namespace
36 // Delete all the animations, but don't remove any child views. We assume the
282 } // namespace views
H A Dbounds_animator.h17 #include "ui/views/views_export.h"
23 namespace views { namespace
29 // the views current location and size to a target position and size. To use
30 // BoundsAnimator invoke AnimateViewTo for the set of views you want to
80 // Cancels all animations, leaving the views at their current location and
81 // size. Any views marked for deletion are deleted.
98 // Creates the animation to use for animating views.
157 // Parent of all views being animated.
184 } // namespace views
H A Dbounds_animator_observer.h8 #include "ui/views/views_export.h"
10 namespace views { namespace
26 } // namespace views
H A Dbounds_animator_unittest.cc5 #include "ui/views/animation/bounds_animator.h"
10 #include "ui/views/view.h"
16 namespace views { namespace
184 } // namespace views
H A Dscroll_animator.cc5 #include "ui/views/animation/scroll_animator.h"
30 namespace views { namespace
82 } // namespace views
H A Dscroll_animator.h11 #include "ui/views/views_export.h"
17 namespace views { namespace
61 } // namespace views
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.cc5 #include "ui/views/bubble/bubble_border.h"
15 #include "ui/views/painter.h"
16 #include "ui/views/view.h"
18 namespace views { namespace
202 void BubbleBorder::Paint(const views::View& view, gfx::Canvas* canvas) {
341 void BubbleBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
357 } // namespace views
H A Dbubble_border.h12 #include "ui/views/background.h"
13 #include "ui/views/border.h"
19 namespace views { namespace
244 } // namespace views
H A Dbubble_border_unittest.cc5 #include "ui/views/bubble/bubble_border.h"
9 #include "ui/views/test/views_test_base.h"
11 namespace views { namespace
13 typedef views::ViewsTestBase BubbleBorderTest;
208 views::BubbleBorder border(BubbleBorder::NONE,
212 const views::internal::BorderImages* kImages = border.GetImagesForTest();
317 views::BubbleBorder border(BubbleBorder::TOP_LEFT,
324 const views::internal::BorderImages* kImages = border.GetImagesForTest();
415 } // namespace views
H A Dbubble_delegate.cc5 #include "ui/views/bubble/bubble_delegate.h"
12 #include "ui/views/bubble/bubble_frame_view.h"
13 #include "ui/views/focus/view_storage.h"
14 #include "ui/views/widget/widget.h"
15 #include "ui/views/widget/widget_observer.h"
24 namespace views { namespace
246 // Do not update anchoring for NULL views; this could indicate that our
303 } // namespace views
H A Dbubble_delegate.h9 #include "ui/views/bubble/bubble_border.h"
10 #include "ui/views/widget/widget.h"
11 #include "ui/views/widget/widget_delegate.h"
12 #include "ui/views/widget/widget_observer.h"
19 namespace views { namespace
23 // BubbleDelegateView creates frame and client views for bubble Widgets.
196 } // namespace views
H A Dbubble_delegate_unittest.cc6 #include "ui/views/bubble/bubble_delegate.h"
7 #include "ui/views/bubble/bubble_frame_view.h"
8 #include "ui/views/test/test_widget_observer.h"
9 #include "ui/views/test/views_test_base.h"
10 #include "ui/views/widget/widget.h"
11 #include "ui/views/widget/widget_observer.h"
13 namespace views { namespace
56 params.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
265 } // namespace views
H A Dbubble_frame_view.cc5 #include "ui/views/bubble/bubble_frame_view.h"
16 #include "ui/views/bubble/bubble_border.h"
17 #include "ui/views/controls/button/label_button.h"
18 #include "ui/views/widget/widget.h"
19 #include "ui/views/widget/widget_delegate.h"
20 #include "ui/views/window/client_view.h"
24 // Insets for the title bar views in pixels.
55 namespace views { namespace
252 set_background(new views::BubbleBackground(bubble_border_));
372 } // namespace views
[all...]
H A Dbubble_frame_view.h12 #include "ui/views/controls/button/button.h"
13 #include "ui/views/window/non_client_view.h"
19 namespace views { namespace
121 } // namespace views

Completed in 1006 milliseconds

1234567891011>>