Searched defs:views (Results 51 - 75 of 983) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_dispatcher_client.h10 #include "ui/views/views_export.h"
13 namespace views { namespace
31 } // namespace views
H A Ddesktop_event_client.h11 #include "ui/views/views_export.h"
13 namespace views { namespace
29 } // namespace views
H A Ddesktop_screen.h8 #include "ui/views/views_export.h"
14 namespace views { namespace
20 } // namespace views
H A Ddesktop_screen_win.h9 #include "ui/views/views_export.h"
11 namespace views { namespace
29 } // namespace views
H A Dx11_move_loop_delegate.h10 namespace views { namespace
26 } // namespace views
/external/chromium_org/ui/views/widget/
H A Dmonitor_win.h8 #include "ui/views/views_export.h"
14 namespace views { namespace
20 } // namespace views
H A Dwidget_aura_utils.cc5 #include "ui/views/widget/widget_aura_utils.h"
9 namespace views { namespace
35 } // namespace views
H A Dwidget_hwnd_utils.h10 #include "ui/views/widget/widget.h"
15 namespace views { namespace
34 } // namespace views
/external/chromium_org/ui/views/window/
H A Dwindow_shape.cc5 #include "ui/views/window/window_shape.h"
10 namespace views { namespace
46 } // namespace views
H A Dwindow_shape.h8 #include "ui/views/views_export.h"
15 namespace views { namespace
22 } // namespace views
/external/chromium_org/ash/frame/
H A Dheader_painter_util.h15 namespace views { namespace
37 // Returns the bounds for the header's title given the views to the left and
40 static gfx::Rect GetTitleBounds(const views::View* left_view,
41 const views::View* right_view,
47 static bool CanAnimateActivation(views::Widget* widget);
/external/chromium_org/ash/shell/
H A Dexample_factory.h12 namespace views { namespace
19 void CreatePointyBubble(views::View* anchor_view);
/external/chromium_org/ash/
H A Dshell_factory.h18 namespace views { namespace
27 views::Widget* CreateDesktopBackground(aura::Window* root_window,
30 ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker_tester.h12 namespace views { namespace
14 } // namespace views
48 virtual views::Widget* GetWidget() const = 0;
50 virtual views::Widget* GetChildWidget() const = 0;
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash.h15 namespace views { namespace
17 } // namespace views
19 // This class exposes the views hierarchy as an accessibility tree permitting
22 : public ui::AXTreeSource<views::AXAuraObjWrapper*> {
34 virtual views::AXAuraObjWrapper* GetRoot() const OVERRIDE;
35 virtual views::AXAuraObjWrapper* GetFromId(int32 id) const OVERRIDE;
36 virtual int32 GetId(views::AXAuraObjWrapper* node) const OVERRIDE;
37 virtual void GetChildren(views::AXAuraObjWrapper* node,
38 std::vector<views::AXAuraObjWrapper*>* out_children) const OVERRIDE;
39 virtual views
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window_testing_views.h12 namespace views { namespace
27 virtual views::View* GetTabContentsContainerView() const = 0;
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dapp_window_desktop_window_tree_host_win.h8 #include "ui/views/widget/desktop_aura/desktop_window_tree_host_win.h"
10 namespace views { namespace
20 : public views::DesktopWindowTreeHostWin {
24 views::DesktopNativeWidgetAura* desktop_native_widget_aura);
/external/chromium_org/chrome/browser/ui/views/
H A Delevation_icon_setter.h13 namespace views { namespace
23 explicit ElevationIconSetter(views::LabelButton* button);
29 views::LabelButton* button_;
H A Dupdate_recommended_message_box.h10 #include "ui/views/window/dialog_delegate.h"
12 namespace views { namespace
18 class UpdateRecommendedMessageBox : public views::DialogDelegate {
26 // Overridden from views::DialogDelegate:
31 // Overridden from views::WidgetDelegate:
36 virtual views::View* GetContentsView() OVERRIDE;
37 virtual views::Widget* GetWidget() OVERRIDE;
38 virtual const views::Widget* GetWidget() const OVERRIDE;
40 views::MessageBoxView* message_box_view_;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_window_tree_host.h13 namespace views { namespace
22 // implementing this interface will also implement views::DesktopWindowTreeHost.
27 views::internal::NativeWidgetDelegate* native_widget_delegate,
28 views::DesktopNativeWidgetAura* desktop_native_widget_aura,
32 virtual views::DesktopWindowTreeHost* AsDesktopWindowTreeHost() = 0;
H A Dnative_browser_frame.h14 namespace views { namespace
22 virtual views::NativeWidget* AsNativeWidget() = 0;
23 virtual const views::NativeWidget* AsNativeWidget() const = 0;
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.h8 #include "ui/views/window/non_client_view.h"
10 namespace views { namespace
19 class MessageCenterFrameView : public views::NonClientFrameView {
/external/chromium_org/ui/views/accessibility/
H A Dax_view_obj_wrapper.h8 #include "ui/views/accessibility/ax_aura_obj_wrapper.h"
10 namespace views { namespace
36 } // namespace views
H A Dax_widget_obj_wrapper.h8 #include "ui/views/accessibility/ax_aura_obj_wrapper.h"
9 #include "ui/views/widget/widget_observer.h"
10 #include "ui/views/widget/widget_removals_observer.h"
12 namespace views { namespace
42 } // namespace views
/external/chromium_org/ui/views/animation/
H A Dbounds_animator_observer.h8 #include "ui/views/views_export.h"
10 namespace views { namespace
26 } // namespace views

Completed in 2681 milliseconds

1234567891011>>