Searched defs:widget (Results 276 - 300 of 346) sorted by relevance

<<11121314

/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc41 #include "ui/views/widget/widget.h"
51 #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
286 // Nothing to do on views - the widget will soon be closed, which will tear
391 // widget to ensure that any WM_WINDOWPOSCHANGED messages triggered by the
425 views::Widget* widget) const {
428 params->native_widget = new views::DesktopNativeWidgetAura(widget);
525 void AppListView::OnWidgetDestroying(views::Widget* widget) { argument
526 BubbleDelegateView::OnWidgetDestroying(widget);
527 if (delegate_ && widget
531 OnWidgetActivationChanged(views::Widget* widget, bool active) argument
540 OnWidgetVisibilityChanged(views::Widget* widget, bool visible) argument
[all...]
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.cc27 #include "ui/views/widget/widget.h"
132 // Note: tray_arrow_offset_ is relative to the anchor widget.
407 NonClientFrameView* TrayBubbleView::CreateNonClientFrameView(Widget* widget) { argument
/external/chromium_org/ui/views/focus/
H A Dfocus_manager_unittest.cc24 #include "ui/views/widget/widget.h"
480 FocusManagerDtorTracked(Widget* widget, DtorTrackVector* dtor_tracker) argument
481 : FocusManager(widget, NULL /* delegate */),
501 virtual FocusManager* CreateFocusManager(Widget* widget,
503 return new FocusManagerDtorTracked(widget, dtor_tracker_);
543 Widget* widget = new WindowDtorTracked(&dtor_tracker_); local
547 widget->Init(params);
551 widget->Show();
845 explicit AdvanceFocusWidgetDelegate(Widget* widget) argument
[all...]
/external/chromium_org/ui/views/widget/
H A Droot_view.cc5 #include "ui/views/widget/root_view.h"
23 #include "ui/views/widget/root_view_targeter.h"
24 #include "ui/views/widget/widget.h"
25 #include "ui/views/widget/widget_delegate.h"
152 RootView::RootView(Widget* widget) argument
153 : widget_(widget),
186 "Can't be called until after the native widget is created!";
196 // calling the widget's size changed handler, since the RootView's bounds may
618 // When the root view is being hidden (e.g. when widget i
[all...]
H A Dwidget_interactive_uitest.cc25 #include "ui/views/widget/widget.h"
32 #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
125 // A View that shows a different widget, sets capture on that widget, and
129 explicit NestedLoopCaptureView(Widget* widget) : widget_(widget) {} argument
191 // 1. If the active aura window is correctly set when a top level widget is
193 // 2. If the active aura window in widget 1 created above, is set to NULL when
194 // another top level widget i
539 Widget* widget = CreateTopLevelFramelessPlatformWidget(); local
751 Widget widget; local
773 Widget widget; local
943 CreateNativeWidget(bool create_desktop_native_widget, Widget* widget) argument
970 Widget widget; local
[all...]
/external/pixman/demos/
H A Dscale.c50 GtkWidget *widget = GTK_WIDGET (gtk_builder_get_object (app->builder, name)); local
52 if (!widget)
55 return widget;
305 GtkWidget *widget = get_widget (app, box_name); local
313 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (widget), cell, TRUE);
314 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (widget), cell,
318 gtk_combo_box_set_model (GTK_COMBO_BOX (widget), GTK_TREE_MODEL (model));
329 gtk_combo_box_set_active (GTK_COMBO_BOX (widget), 0);
331 g_signal_connect (widget, "changed", G_CALLBACK (rescale), app);
341 format_value (GtkWidget *widget, doubl argument
349 GtkWidget *widget; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/ash/
H A Droot_window_controller.cc187 // Mark the container window so that a widget added to this container will
193 // Mark the container window so that a widget added to this container will
453 void RootWindowController::OnWallpaperAnimationFinished(views::Widget* widget) { argument
468 // |desktop_widget_| should be the same animating widget we try to move
471 DCHECK_EQ(controller->widget(), widget);
472 // Release the old controller and close its background widget.
510 // Close background widget first as it depends on tooltip.
584 if (menu_runner.RunMenuAt(wallpaper_controller_->widget(),
H A Dshell.cc106 #include "ui/views/widget/native_widget_aura.h"
107 #include "ui/views/widget/widget.h"
356 views::Widget* widget) {
358 return new CustomFrameViewAsh(widget);
1031 // widget will not paint when restoring after a browser crash. Also it needs
355 CreateDefaultNonClientFrameView( views::Widget* widget) argument
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc50 #include "ui/views/widget/widget.h"
76 ui::Layer* GetLayer(views::Widget* widget) { argument
77 return widget->GetNativeView()->layer();
696 // TODO(harrym): Once status area widget is a child view of shelf
H A Dshelf_layout_manager_unittest.cc42 #include "ui/views/widget/widget.h"
51 void StepWidgetLayerAnimatorToEnd(views::Widget* widget) { argument
52 widget->GetNativeView()->layer()->GetAnimator()->Step(
109 virtual void OnWidgetBoundsChanged(views::Widget* widget,
358 // Create a simple widget attached to the current context (will
383 views::Widget* widget = new views::Widget; local
387 widget->Init(params);
388 widget->Show();
389 widget
836 views::Widget* widget = new views::Widget; local
996 views::Widget* widget = new views::Widget; local
1048 views::Widget* widget = new views::Widget; local
1102 views::Widget* widget = new views::Widget; local
1176 views::Widget* widget = new views::Widget; local
1244 views::Widget* widget = new views::Widget; local
1534 views::Widget* widget = new views::Widget; local
[all...]
H A Dshelf_widget.cc37 #include "ui/views/widget/widget.h"
38 #include "ui/views/widget/widget_delegate.h"
817 void ShelfWidget::OnWidgetActivationChanged(views::Widget* widget, argument
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display_host_impl.cc94 #include "ui/views/widget/widget.h"
95 #include "ui/views/widget/widget_delegate.h"
219 explicit LoginWidgetDelegate(views::Widget* widget) : widget_(widget) { argument
477 // since sign in screen widget has to stay alive.
914 void LoginDisplayHostImpl::OnWillRemoveView(views::Widget* widget, argument
919 widget->RemoveRemovalsObserver(this);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc46 #include "ui/views/widget/widget.h"
86 views::Widget* widget = views::Widget::GetWidgetForNativeView(window);
87 if (!widget || !widget->IsDialogBox())
89 dialog_ = widget;
94 virtual void OnWidgetVisibilityChanged(views::Widget* widget,
96 CHECK_EQ(dialog_, widget);
137 virtual void OnWidgetDestroyed(views::Widget* widget) OVERRIDE {
152 explicit TabKeyWaiter(views::Widget* widget) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc54 #include "ui/views/widget/root_view.h"
55 #include "ui/views/widget/widget.h"
442 views::Widget* widget = GetWidget(); local
444 download(), icon, widget ? widget->GetNativeView() : NULL);
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc57 #include "ui/views/widget/widget.h"
843 views::Widget* widget = GetWidget(); local
844 if (widget) {
846 aura::client::GetFocusClient(widget->GetNativeView());
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc30 #include "ui/views/widget/widget.h"
45 #include "ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h"
775 views::Widget* widget) {
979 void PanelView::OnWidgetDestroying(views::Widget* widget) { argument
983 void PanelView::OnWidgetActivationChanged(views::Widget* widget, bool active) { argument
995 views::HWNDForWidget(widget) == ::GetForegroundWindow();
1016 gfx::Screen::GetScreenFor(widget->GetNativeWindow())->
1017 GetWindowUnderCursor() != widget->GetNativeWindow()) {
1032 void PanelView::OnWidgetBoundsChanged(views::Widget* widget, argument
774 CreateNonClientFrameView( views::Widget* widget) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc72 #include "ui/views/widget/tooltip_manager.h"
73 #include "ui/views/widget/widget.h"
250 // needs the widget (widget found by way of app_menu_->GetWidget()).
272 void ToolbarView::OnWidgetVisibilityChanged(views::Widget* widget, argument
280 void ToolbarView::OnWidgetActivationChanged(views::Widget* widget, argument
696 // Showing the bubble requires |app_menu_| to be in a widget. See comment
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.cc50 #include "ui/views/widget/widget.h"
152 virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE;
262 void InternalPageInfoPopupView::OnWidgetDestroying(views::Widget* widget) { argument
377 void WebsiteSettingsPopupView::OnWidgetDestroying(views::Widget* widget) { argument
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_unittest.cc583 // We know that there is the only one active widget. Another view is
586 RenderWidgetHost* widget = widgets->GetNextHost(); local
588 RenderViewHost* rvh = RenderViewHost::From(widget);
610 while (RenderWidgetHost* widget = all_widgets->GetNextHost()) {
611 if (w == widget) {
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp483 Widget* widget = widgetForAttachmentView(); local
484 // Normalize the point for the widget's bounds.
485 if (widget && widget->isFrameView())
486 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp232 return; // This widget has explicitely been marked as not visible.
237 void WebPluginContainerImpl::setParent(Widget* widget) argument
244 Widget::setParent(widget);
245 if (widget)
697 // This is acceptable, as the widget will unregister itself if it
737 // We cache the parent FrameView here as the plugin widget could be deleted
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc41 #include "ui/views/widget/widget.h"
84 bool HasAlpha(gfx::ImageSkia& image, views::Widget* widget) { argument
87 if (widget)
88 factor = ui::GetScaleFactorForNativeView(widget->GetNativeView());
745 views::Widget* widget = GetWidget(); local
746 if (widget != NULL) {
747 widget->SetSize(widget->GetContentsView()->GetPreferredSize());
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc20 #include "ui/views/widget/widget.h"
41 // Editing handle widget showing the difference between the position of the
47 // |_ |_____|<--- Editing handle widget
71 // Creates a widget to host SelectionHandleView.
75 views::Widget* widget = new views::Widget; local
82 widget->Init(params);
83 return widget;
292 // widget. We need this because we may want to stop showing the handle while
376 // If the new location of this handle is out of client view, its widget
520 OnWidgetClosing(Widget* widget) argument
525 OnWidgetBoundsChanged( Widget* widget, const gfx::Rect& new_bounds) argument
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc5 #include "ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h"
28 #include "ui/views/widget/desktop_aura/desktop_native_cursor_manager.h"
29 #include "ui/views/widget/desktop_aura/x11_topmost_window_finder.h"
30 #include "ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h"
31 #include "ui/views/widget/widget.h"
408 // windows. This may be necessary when the parent native widget gets destroyed
1090 Widget* widget = new Widget; local
1099 widget->set_focus_on_creation(false);
1100 widget
[all...]

Completed in 410 milliseconds

<<11121314