HomeSort by relevance Sort by last modified time
    Searched full:views (Results 576 - 600 of 4358) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_view.h 11 #include "ui/views/view.h"
19 namespace views { namespace
28 class FirstRunView : public views::View,
35 // Overriden from views::View.
49 views::WebView* web_view_;
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.h 13 #include "ui/views/controls/button/button.h" // views::ButtonListener
14 #include "ui/views/window/dialog_delegate.h"
20 namespace views { namespace
32 class NetworkConfigView : public views::DialogDelegateView,
33 public views::ButtonListener {
56 // views::DialogDelegate methods.
62 virtual views::View* CreateExtraView() OVERRIDE;
63 virtual views::View* GetInitiallyFocusedView() OVERRIDE;
65 // views::WidgetDelegate methods
    [all...]
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.h 12 #include "ui/views/window/dialog_delegate.h"
14 namespace views { namespace
23 class IdleActionWarningDialogView : public views::DialogDelegateView {
30 // views::DialogDelegateView:
43 views::Label* label_;
  /external/chromium_org/chrome/browser/
fullscreen_aurax11.cc 12 #include "ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h"
13 #include "ui/views/widget/widget.h"
25 views::DesktopWindowTreeHostX11::GetAllOpenWindows();
32 views::Widget* widget =
33 views::Widget::GetWidgetForNativeWindow(all_windows[0]);
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.cc 5 #include "chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h"
22 #include "ui/views/controls/button/label_button.h"
23 #include "ui/views/layout/box_layout.h"
24 #include "ui/views/layout/layout_constants.h"
25 #include "ui/views/view.h"
26 #include "ui/views/widget/widget.h"
40 SetLayoutManager(new views::BoxLayout(views::BoxLayout::kHorizontal,
41 views::kButtonHEdgeMargin,
42 views::kButtonVEdgeMargin
    [all...]
app_info_header_panel.cc 5 #include "chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h"
34 #include "ui/views/controls/image_view.h"
35 #include "ui/views/controls/label.h"
36 #include "ui/views/controls/link.h"
37 #include "ui/views/layout/box_layout.h"
38 #include "ui/views/layout/grid_layout.h"
39 #include "ui/views/layout/layout_constants.h"
40 #include "ui/views/view.h"
64 new views::BoxLayout(views::BoxLayout::kHorizontal
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views_unittest.cc 5 #include "chrome/browser/ui/views/autofill/autofill_dialog_views.h"
12 #include "chrome/browser/ui/views/autofill/decorated_textfield.h"
13 #include "chrome/browser/ui/views/frame/browser_view.h"
14 #include "chrome/browser/ui/views/frame/test_with_browser_view.h"
21 #include "ui/views/controls/webview/webview.h"
22 #include "ui/views/widget/widget.h"
31 // A views implementation of the Autofill dialog with slightly more testability.
113 views::FocusManager* focus_manager = dialog()->GetWidget()->GetFocusManager();
114 views::View* focused_view = focus_manager->GetFocusedView();
122 views::View* loading_shield = dialog()->GetLoadingShieldForTesting()
    [all...]
autofill_popup_view_views.h 9 #include "chrome/browser/ui/views/autofill/autofill_popup_base_view.h"
15 // Views toolkit implementation for AutofillPopupView.
23 views::Widget* observing_widget);
34 // views::Views implementation
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_aura.cc 5 #include "chrome/browser/ui/views/color_chooser_aura.h"
11 #include "ui/views/color_chooser/color_chooser_view.h"
12 #include "ui/views/widget/widget.h"
17 view_ = new views::ColorChooserView(this, initial_color);
18 widget_ = views::Widget::CreateWindowWithParent(
edit_search_engine_dialog.cc 5 #include "chrome/browser/ui/views/edit_search_engine_dialog.h"
13 #include "chrome/browser/ui/views/constrained_window_views.h"
20 #include "ui/views/controls/image_view.h"
21 #include "ui/views/controls/label.h"
22 #include "ui/views/controls/textfield/textfield.h"
23 #include "ui/views/layout/grid_layout.h"
24 #include "ui/views/layout/layout_constants.h"
25 #include "ui/views/widget/widget.h"
26 #include "ui/views/window/dialog_client_view.h"
29 using views::GridLayout
    [all...]
  /external/chromium_org/ui/app_list/views/
cached_label.h 9 #include "ui/views/controls/label.h"
10 #include "ui/views/view.h"
18 // Subclass of views::Label that caches the rendered text in an ImageSkia.
19 class CachedLabel : public views::Label {
30 // Overridden from views::View:
  /external/chromium_org/ui/chromeos/network/
network_list_delegate.h 15 namespace views { namespace
29 virtual views::View* CreateViewForNetwork(const NetworkInfo& info) = 0;
33 virtual bool IsViewHovered(views::View* view) = 0;
40 virtual void UpdateViewForNetwork(views::View* view,
45 virtual views::Label* CreateInfoLabel() = 0;
  /external/chromium_org/ui/views/controls/button/
label_button_border.h 12 #include "ui/views/border.h"
13 #include "ui/views/controls/button/button.h"
14 #include "ui/views/painter.h"
16 namespace views { namespace
50 } // namespace views
  /external/chromium_org/ui/views/examples/
combobox_example.cc 5 #include "ui/views/examples/combobox_example.h"
9 #include "ui/views/controls/combobox/combobox.h"
10 #include "ui/views/layout/fill_layout.h"
12 namespace views { namespace
54 } // namespace views
example_base.h 11 #include "ui/views/examples/views_examples_export.h"
13 namespace views { namespace
22 // Sub-classes should creates and add the views to the given parent.
45 // The view that contains the views example.
52 } // namespace views
multiline_example.h 9 #include "ui/views/controls/button/button.h"
10 #include "ui/views/controls/textfield/textfield_controller.h"
11 #include "ui/views/examples/example_base.h"
13 namespace views { namespace
52 } // namespace views
tabbed_pane_example.h 11 #include "ui/views/controls/button/button.h"
12 #include "ui/views/controls/tabbed_pane/tabbed_pane_listener.h"
13 #include "ui/views/examples/example_base.h"
15 namespace views { namespace
55 } // namespace views
textfield_example.h 11 #include "ui/views/controls/button/button.h"
12 #include "ui/views/controls/textfield/textfield_controller.h"
13 #include "ui/views/examples/example_base.h"
15 namespace views { namespace
60 } // namespace views
widget_example.h 11 #include "ui/views/controls/button/button.h"
12 #include "ui/views/examples/example_base.h"
13 #include "ui/views/widget/widget.h"
15 namespace views { namespace
50 } // namespace views
  /external/chromium_org/ui/views/focus/
external_focus_tracker.cc 5 #include "ui/views/focus/external_focus_tracker.h"
8 #include "ui/views/focus/view_storage.h"
9 #include "ui/views/view.h"
11 namespace views { namespace
72 } // namespace views
  /external/chromium_org/ui/views/
masked_targeter_delegate.h 9 #include "ui/views/view_targeter_delegate.h"
10 #include "ui/views/views_export.h"
17 namespace views { namespace
21 // the bounds of a View having a custom-shaped hit test mask. Views define
41 } // namespace views
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_win.cc 5 #include "ui/views/widget/desktop_aura/desktop_screen_win.h"
12 #include "ui/views/widget/desktop_aura/desktop_screen.h"
13 #include "ui/views/widget/desktop_aura/desktop_window_tree_host_win.h"
15 namespace views { namespace
54 } // namespace views
  /frameworks/base/core/java/android/transition/
package.html 7 including the views in that hierarchy and the various values (layout-related
8 and otherwise) that those views have. A scene can be defined by a layout hierarchy
13 is, entering a scene may cause animations to run which fade out views that
14 go away, changeBounds and resize existing views that change, and fade in views that
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 12 #include "chrome/browser/ui/views/constrained_window_views.h"
19 #include "ui/views/controls/image_view.h"
20 #include "ui/views/controls/label.h"
21 #include "ui/views/layout/layout_constants.h"
22 #include "ui/views/view.h"
23 #include "ui/views/widget/widget.h"
24 #include "ui/views/window/dialog_delegate.h"
33 // Views implementation of the uninstall dialog.
65 // The dialog's view, owned by the views framework.
66 class ExtensionUninstallDialogDelegateView : public views::DialogDelegateView
    [all...]
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 5 #include "ui/message_center/views/notifier_settings_view.h"
22 #include "ui/message_center/views/message_center_view.h"
25 #include "ui/views/background.h"
26 #include "ui/views/border.h"
27 #include "ui/views/controls/button/checkbox.h"
28 #include "ui/views/controls/button/label_button_border.h"
29 #include "ui/views/controls/button/menu_button.h"
30 #include "ui/views/controls/image_view.h"
31 #include "ui/views/controls/label.h"
32 #include "ui/views/controls/link.h
    [all...]

Completed in 815 milliseconds

<<21222324252627282930>>