/external/ceres-solver/internal/ceres/ |
H A D | canonical_views_clustering.cc | 55 // Compute the canonical views clustering of the vertices of the 57 // as the canonical views/cluster centers, and membership is a map 94 VLOG(2) << "Canonical views clustering time (secs): " 149 const IntSet& views = graph_->vertices(); local 150 for (IntSet::const_iterator view = views.begin(); 151 view != views.end(); 160 // added to the set of canonical views. 169 // was added to the list of canonical views and its nearest 183 // Number of views penalty. 195 // Reassign views i 227 const IntSet& views = graph_->vertices(); local [all...] |
/external/chromium_org/apps/ui/views/ |
H A D | app_window_frame_view.h | 14 #include "ui/views/controls/button/button.h" 15 #include "ui/views/window/non_client_view.h" 32 namespace views { namespace 40 class AppWindowFrameView : public views::NonClientFrameView, 41 public views::ButtonListener { 52 // views. See http://crbug.com/359432. 53 AppWindowFrameView(views::Widget* widget, 70 // views::NonClientFrameView implementation. 82 // views::View implementation. 90 // views [all...] |
/external/chromium_org/ash/accelerators/ |
H A D | exit_warning_handler.h | 13 namespace views { namespace 75 scoped_ptr<views::Widget> widget_;
|
/external/chromium_org/ash/display/ |
H A D | resolution_notification_controller.h | 20 namespace views { namespace 23 } // namespace views
|
H A D | shared_display_edge_indicator.h | 19 namespace views { namespace 46 views::View* src_indicator_; 47 views::View* dst_indicator_;
|
/external/chromium_org/ash/drag_drop/ |
H A D | drag_image_view.h | 9 #include "ui/views/controls/image_view.h" 11 namespace views { namespace 21 class DragImageView : public views::ImageView { 61 // Overridden from views::ImageView. 64 scoped_ptr<views::Widget> widget_;
|
/external/chromium_org/ash/first_run/ |
H A D | first_run_helper.h | 16 namespace views { namespace 42 virtual views::Widget* GetOverlayWidget() = 0;
|
/external/chromium_org/ash/ |
H A D | focus_cycler.h | 14 namespace views { namespace 16 } // namespace views 34 const views::Widget* widget_activating() const { return widget_activating_; } 38 void AddWidget(views::Widget* widget); 44 bool FocusWidget(views::Widget* widget); 47 std::vector<views::Widget*> widgets_; 50 views::Widget* widget_activating_;
|
H A D | popup_message.h | 12 #include "ui/views/bubble/bubble_border.h" 14 namespace views { namespace 53 views::View* anchor, 54 views::BubbleBorder::Arrow arrow, 70 views::Widget* widget_; 73 views::View* anchor_; 77 views::BubbleBorder::Arrow arrow_orientation_;
|
H A D | root_window_controller.h | 39 namespace views { namespace 208 void OnWallpaperAnimationFinished(views::Widget* widget);
|
H A D | shell.h | 56 namespace views { namespace 263 // Creates a default views::NonClientFrameView for use by windows in the 265 views::NonClientFrameView* CreateDefaultNonClientFrameView( 266 views::Widget* widget); 355 views::corewm::TooltipController* tooltip_controller() { 659 scoped_ptr<views::corewm::TooltipController> tooltip_controller_;
|
/external/chromium_org/ash/frame/caption_buttons/ |
H A D | frame_caption_button_container_view.h | 13 #include "ui/views/controls/button/button.h" 14 #include "ui/views/view.h" 20 namespace views { namespace 29 : public views::View, 30 public views::ButtonListener, 43 // |frame| is the views::Widget that the caption buttons act on. 46 FrameCaptionButtonContainerView(views::Widget* frame, 103 // views::View: 141 // views::ButtonListener: 142 virtual void ButtonPressed(views [all...] |
H A D | frame_size_button.h | 13 namespace views { namespace 32 FrameSizeButton(views::ButtonListener* listener, 33 views::Widget* frame, 38 // views::CustomButton overrides: 86 views::Widget* frame_;
|
/external/chromium_org/ash/frame/ |
H A D | custom_frame_view_ash.h | 10 #include "ui/views/window/non_client_view.h" 17 namespace views { namespace 27 // the top of the screen. See also views::CustomFrameView and 29 class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView { 34 explicit CustomFrameViewAsh(views::Widget* frame); 44 // views::NonClientFrameView: 56 // views::View: 62 virtual void VisibilityChanged(views::View* starting_from, 66 views::View* GetHeaderView(); 68 const views [all...] |
H A D | default_header_painter.h | 22 namespace views { namespace 38 void Init(views::Widget* frame, 39 views::View* header_view, 52 void UpdateLeftHeaderView(views::View* left_header_view); 87 views::Widget* frame_; 88 views::View* view_; 89 views::View* left_header_view_; // May be NULL.
|
H A D | frame_border_hit_test_controller.h | 20 namespace views { namespace 31 explicit FrameBorderHitTestController(views::Widget* frame); 37 views::NonClientFrameView* view,
|
H A D | header_painter_util.h | 15 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/ime/ |
H A D | mode_indicator_view.h | 13 #include "ui/views/bubble/bubble_delegate.h" 15 namespace views { namespace 18 } // namespace views 23 class ASH_EXPORT ModeIndicatorView : public views::BubbleDelegateView { 33 // views::BubbleDelegateView override: 37 // views::BubbleDelegateView override: 40 // views::WidgetDelegateView overrides: 41 virtual views::NonClientFrameView* CreateNonClientFrameView( 42 views::Widget* widget) OVERRIDE; 46 views [all...] |
/external/chromium_org/ash/keyboard_overlay/ |
H A D | keyboard_overlay_delegate.h | 15 namespace views { namespace 29 views::Widget* Show(views::WebDialogView* view); 60 views::Widget* widget_;
|
/external/chromium_org/ash/screensaver/ |
H A D | screensaver_view.h | 11 #include "ui/views/widget/widget_delegate.h" 18 namespace views { namespace 33 base::Callback<views::WebView*(content::BrowserContext*)> WebViewFactory; 38 class ScreensaverView : public views::WidgetDelegateView, 52 // views::WidgetDelegate overrides. 53 virtual views::View* GetContentsView() OVERRIDE; 81 views::WebView* screensaver_webview_; 84 views::Widget* container_window_;
|
/external/chromium_org/ash/shelf/ |
H A D | overflow_bubble.h | 11 #include "ui/views/widget/widget_observer.h" 17 namespace views { namespace 28 public views::WidgetObserver { 34 void Show(views::View* anchor, ShelfView* shelf_view); 53 // Overridden from views::WidgetObserver: 54 virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE; 56 OverflowBubbleView* bubble_; // Owned by views hierarchy. 57 views::View* anchor_; // Owned by ShelfView.
|
H A D | shelf.h | 14 #include "ui/views/widget/widget_observer.h" 28 namespace views { namespace 92 views::View* GetAppListButtonView() const;
|
H A D | shelf_button_host.h | 15 namespace views { namespace 33 virtual void PointerPressedOnButton(views::View* view, 38 virtual void PointerDraggedOnButton(views::View* view, 43 virtual void PointerReleasedOnButton(views::View* view, 48 virtual void MouseMovedOverButton(views::View* view) = 0; 51 virtual void MouseEnteredButton(views::View* view) = 0; 54 virtual void MouseExitedButton(views::View* view) = 0; 57 virtual base::string16 GetAccessibleName(const views::View* view) = 0;
|
H A D | shelf_tooltip_manager.h | 16 #include "ui/views/bubble/bubble_border.h" 17 #include "ui/views/bubble/bubble_delegate.h" 23 namespace views { namespace 48 void OnBubbleClosed(views::BubbleDelegateView* view); 51 void ShowDelayed(views::View* anchor, const base::string16& text); 54 void ShowImmediately(views::View* anchor, const base::string16& text); 74 views::View* GetCurrentAnchorView() { return anchor_; } 100 void CreateBubble(views::View* anchor, const base::string16& text); 104 views::Widget* widget_; 105 views [all...] |
H A D | shelf_view.h | 15 #include "ui/app_list/views/app_list_drag_and_drop_host.h" 16 #include "ui/views/animation/bounds_animator_observer.h" 17 #include "ui/views/context_menu_controller.h" 18 #include "ui/views/controls/button/button.h" 19 #include "ui/views/focus/focus_manager.h" 20 #include "ui/views/view.h" 26 namespace views { namespace 54 class ASH_EXPORT ShelfView : public views::View, 56 public views::ButtonListener, 58 public views [all...] |