Searched refs:OVERRIDE (Results 126 - 150 of 11108) sorted by path

1234567891011>>

/external/chromium_org/ash/display/
H A Dscreen_ash.cc74 virtual bool IsDIPEnabled() OVERRIDE {
77 virtual gfx::Point GetCursorScreenPoint() OVERRIDE {
80 virtual gfx::NativeWindow GetWindowUnderCursor() OVERRIDE {
84 const gfx::Point& point) OVERRIDE {
87 virtual int GetNumDisplays() const OVERRIDE {
90 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE {
94 const OVERRIDE {
98 const gfx::Point& point) const OVERRIDE {
102 const OVERRIDE {
108 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE {
[all...]
H A Dscreen_ash.h64 virtual bool IsDIPEnabled() OVERRIDE; member in class:ash::ScreenAsh
65 virtual gfx::Point GetCursorScreenPoint() OVERRIDE; member in class:ash::ScreenAsh
66 virtual gfx::NativeWindow GetWindowUnderCursor() OVERRIDE; member in class:ash::ScreenAsh
68 OVERRIDE; member in class:ash::ScreenAsh
69 virtual int GetNumDisplays() const OVERRIDE; member in class:ash::ScreenAsh
70 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE; member in class:ash::ScreenAsh
72 gfx::NativeView view) const OVERRIDE; member in class:ash::ScreenAsh
74 const gfx::Point& point) const OVERRIDE; member in class:ash::ScreenAsh
76 const gfx::Rect& match_rect) const OVERRIDE; member in class:ash::ScreenAsh
77 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE; member in class:ash::ScreenAsh
78 virtual void AddObserver(gfx::DisplayObserver* observer) OVERRIDE; member in class:ash::ScreenAsh
79 virtual void RemoveObserver(gfx::DisplayObserver* observer) OVERRIDE; member in class:ash::ScreenAsh
[all...]
H A Dscreen_position_controller.h20 gfx::Point* point) OVERRIDE; member in class:ash::ScreenPositionController
22 gfx::Point* point) OVERRIDE; member in class:ash::ScreenPositionController
24 gfx::Point* point) OVERRIDE; member in class:ash::ScreenPositionController
27 const gfx::Display& display) OVERRIDE; member in class:ash::ScreenPositionController
H A Dscreen_position_controller_unittest.cc54 virtual void SetUp() OVERRIDE {
63 virtual void TearDown() OVERRIDE {
H A Dshared_display_edge_indicator.cc38 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
H A Dshared_display_edge_indicator.h40 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE; member in class:ash::SharedDisplayEdgeIndicator
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc84 virtual gfx::Size GetMinimumSize() const OVERRIDE {
88 virtual gfx::Size GetMaximumSize() const OVERRIDE {
93 const gfx::Rect& new_bounds) OVERRIDE {}
94 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
97 virtual int GetNonClientComponent(const gfx::Point& point) const OVERRIDE {
102 const gfx::Point& location) OVERRIDE {
105 virtual bool CanFocus() OVERRIDE { return true; }
106 virtual void OnCaptureLost() OVERRIDE {
110 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
112 virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE {}
[all...]
H A Ddrag_drop_controller.h52 ui::DragDropTypes::DragEventSource source) OVERRIDE; member in class:ash::DragDropController
54 const ui::LocatedEvent& event) OVERRIDE; member in class:ash::DragDropController
56 const ui::LocatedEvent& event) OVERRIDE; member in class:ash::DragDropController
57 virtual void DragCancel() OVERRIDE; member in class:ash::DragDropController
58 virtual bool IsDragDropInProgress() OVERRIDE; member in class:ash::DragDropController
61 virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE; member in class:ash::DragDropController
62 virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE; member in class:ash::DragDropController
63 virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE; member in class:ash::DragDropController
64 virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE; member in class:ash::DragDropController
67 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; member in class:ash::DragDropController
85 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE; member in class:ash::DragDropController
86 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE; member in class:ash::DragDropController
87 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE; member in class:ash::DragDropController
[all...]
H A Ddrag_drop_controller_unittest.cc74 virtual int GetDragOperations(const gfx::Point& press_pt) OVERRIDE {
79 OSExchangeData* data) OVERRIDE {
87 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE {
91 virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE {
99 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE {
104 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE {
108 virtual void OnDragEntered(const ui::DropTargetEvent& event) OVERRIDE {
112 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE {
117 virtual void OnDragExited() OVERRIDE {
121 virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE {
[all...]
H A Ddrag_drop_interactive_uitest.cc31 virtual int GetDragOperations(const gfx::Point& press_pt) OVERRIDE {
35 OSExchangeData* data)OVERRIDE {
51 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE {
55 virtual bool AreDropTypesRequired() OVERRIDE {
58 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE {
61 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE {
64 virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE {
129 virtual void SetUp() OVERRIDE {
H A Ddrag_drop_tracker.cc29 virtual bool ShouldActivate() const OVERRIDE {
H A Ddrag_drop_tracker_unittest.cc20 virtual void SetUp() OVERRIDE {
H A Ddrag_image_view.h62 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; member in class:ash::DragImageView
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc51 virtual views::View* GetContentsView() OVERRIDE {
54 virtual ui::ModalType GetModalType() const OVERRIDE {
72 virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
101 virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
130 virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
H A Dfocus_cycler_unittest.cc46 virtual void GetAccessiblePanes(std::vector<views::View*>* panes) OVERRIDE {
51 virtual views::Widget* GetWidget() OVERRIDE {
54 virtual const views::Widget* GetWidget() const OVERRIDE {
69 virtual void SetUp() OVERRIDE {
77 virtual void TearDown() OVERRIDE {
/external/chromium_org/ash/first_run/
H A Ddesktop_cleaner.cc60 virtual void OnImplicitAnimationsCompleted() OVERRIDE {
65 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
89 const message_center::NotifierId& notifier_id) const OVERRIDE {
H A Dfirst_run_helper_impl.h24 virtual views::Widget* GetOverlayWidget() OVERRIDE; member in class:ash::FirstRunHelperImpl
25 virtual void OpenAppList() OVERRIDE; member in class:ash::FirstRunHelperImpl
26 virtual void CloseAppList() OVERRIDE; member in class:ash::FirstRunHelperImpl
27 virtual gfx::Rect GetLauncherBounds() OVERRIDE; member in class:ash::FirstRunHelperImpl
28 virtual gfx::Rect GetAppListButtonBounds() OVERRIDE; member in class:ash::FirstRunHelperImpl
29 virtual gfx::Rect GetAppListBounds() OVERRIDE; member in class:ash::FirstRunHelperImpl
30 virtual void OpenTrayBubble() OVERRIDE; member in class:ash::FirstRunHelperImpl
31 virtual void CloseTrayBubble() OVERRIDE; member in class:ash::FirstRunHelperImpl
32 virtual bool IsTrayBubbleOpened() OVERRIDE; member in class:ash::FirstRunHelperImpl
33 virtual gfx::Rect GetTrayBubbleBounds() OVERRIDE; member in class:ash::FirstRunHelperImpl
34 virtual gfx::Rect GetHelpButtonBounds() OVERRIDE; member in class:ash::FirstRunHelperImpl
37 virtual void Cancel() OVERRIDE; member in class:ash::FirstRunHelperImpl
38 virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE; member in class:ash::FirstRunHelperImpl
39 virtual aura::Window* GetWindow() OVERRIDE; member in class:ash::FirstRunHelperImpl
[all...]
H A Dfirst_run_helper_unittest.cc27 virtual ui::ModalType GetModalType() const OVERRIDE {
48 virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
66 virtual void SetUp() OVERRIDE {
74 virtual void TearDown() OVERRIDE {
109 virtual void OnCancelled() OVERRIDE {
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.h53 virtual gfx::Size GetPreferredSize() const OVERRIDE; member in class:ash::FrameCaptionButton
54 virtual const char* GetClassName() const OVERRIDE; member in class:ash::FrameCaptionButton
55 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; member in class:ash::FrameCaptionButton
67 virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE; member in class:ash::FrameCaptionButton
H A Dframe_caption_button_container_view.h104 virtual gfx::Size GetPreferredSize() const OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
105 virtual void Layout() OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
106 virtual const char* GetClassName() const OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
109 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
110 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
143 const ui::Event& event) OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
146 virtual bool IsMinimizeButtonVisible() const OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
147 virtual void SetButtonsToNormal(Animate animate) OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
150 Animate animate) OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
152 const gfx::Point& position_in_screen) const OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
155 const FrameCaptionButton* to_press) OVERRIDE; member in class:ash::FrameCaptionButtonContainerView
[all...]
H A Dframe_caption_button_container_view_unittest.cc27 virtual bool CanMaximize() const OVERRIDE {
31 virtual bool CanMinimize() const OVERRIDE {
H A Dframe_size_button.h39 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE; member in class:ash::FrameSizeButton
40 virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE; member in class:ash::FrameSizeButton
41 virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE; member in class:ash::FrameSizeButton
42 virtual void OnMouseCaptureLost() OVERRIDE; member in class:ash::FrameSizeButton
43 virtual void OnMouseMoved(const ui::MouseEvent& event) OVERRIDE; member in class:ash::FrameSizeButton
44 virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE; member in class:ash::FrameSizeButton
H A Dframe_size_button_unittest.cc34 virtual views::View* GetContentsView() OVERRIDE {
37 virtual bool CanResize() const OVERRIDE {
40 virtual bool CanMaximize() const OVERRIDE {
43 virtual bool CanMinimize() const OVERRIDE {
53 virtual void Layout() OVERRIDE {
63 const ViewHierarchyChangedDetails& details) OVERRIDE {
128 virtual void SetUp() OVERRIDE {
411 virtual void SetUp() OVERRIDE {
418 virtual void TearDown() OVERRIDE {
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc77 virtual bool ToggleFullscreen(ash::wm::WindowState* window_state) OVERRIDE {
93 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
101 ash::wm::WindowStateType old_type) OVERRIDE {
157 virtual void Layout() OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
158 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
159 virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
162 virtual void OnMaximizeModeStarted() OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
163 virtual void OnMaximizeModeEnded() OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
175 virtual void OnImmersiveRevealStarted() OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
176 virtual void OnImmersiveRevealEnded() OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
177 virtual void OnImmersiveFullscreenExited() OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
178 virtual void SetVisibleFraction(double visible_fraction) OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
179 virtual std::vector<gfx::Rect> GetVisibleBoundsInScreen() const OVERRIDE; member in class:ash::CustomFrameViewAsh::HeaderView
376 virtual void Layout() OVERRIDE; member in class:ash::CustomFrameViewAsh::OverlayView
381 const gfx::Rect& rect) const OVERRIDE; member in class:ash::CustomFrameViewAsh::OverlayView
[all...]
H A Dcustom_frame_view_ash.h45 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; member in class:ash::CustomFrameViewAsh
47 const gfx::Rect& client_bounds) const OVERRIDE; member in class:ash::CustomFrameViewAsh
48 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; member in class:ash::CustomFrameViewAsh
50 gfx::Path* window_mask) OVERRIDE; member in class:ash::CustomFrameViewAsh
51 virtual void ResetWindowControls() OVERRIDE; member in class:ash::CustomFrameViewAsh
52 virtual void UpdateWindowIcon() OVERRIDE; member in class:ash::CustomFrameViewAsh
53 virtual void UpdateWindowTitle() OVERRIDE; member in class:ash::CustomFrameViewAsh
54 virtual void SizeConstraintsChanged() OVERRIDE; member in class:ash::CustomFrameViewAsh
57 virtual gfx::Size GetPreferredSize() const OVERRIDE; member in class:ash::CustomFrameViewAsh
58 virtual const char* GetClassName() const OVERRIDE; member in class:ash::CustomFrameViewAsh
59 virtual gfx::Size GetMinimumSize() const OVERRIDE; member in class:ash::CustomFrameViewAsh
60 virtual gfx::Size GetMaximumSize() const OVERRIDE; member in class:ash::CustomFrameViewAsh
61 virtual void SchedulePaintInRect(const gfx::Rect& r) OVERRIDE; member in class:ash::CustomFrameViewAsh
63 bool is_visible) OVERRIDE; member in class:ash::CustomFrameViewAsh
76 const gfx::Rect& rect) const OVERRIDE; member in class:ash::CustomFrameViewAsh
[all...]

Completed in 361 milliseconds

1234567891011>>