Searched defs:OVERRIDE (Results 1 - 25 of 209) sorted by path

123456789

/external/chromium/base/
H A Dcompiler_specific.h86 // virtual void foo() OVERRIDE;
88 #define OVERRIDE override macro
90 #define OVERRIDE override macro
92 #define OVERRIDE macro
/external/chromium/base/files/
H A Dfile_path_watcher_linux.cc104 FilePathWatcher::Delegate* delegate) OVERRIDE; member in class:base::files::__anon1508::FilePathWatcherImpl
107 virtual void Cancel() OVERRIDE; member in class:base::files::__anon1508::FilePathWatcherImpl
112 virtual void WillDestroyCurrentMessageLoop() OVERRIDE; member in class:base::files::__anon1508::FilePathWatcherImpl
118 void CancelOnMessageLoopThread() OVERRIDE; member in class:base::files::__anon1508::FilePathWatcherImpl
H A Dfile_path_watcher_mac.cc51 virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE; member in class:base::files::__anon1509::FilePathWatcherImpl
52 virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE; member in class:base::files::__anon1509::FilePathWatcherImpl
55 virtual void WillDestroyCurrentMessageLoop() OVERRIDE; member in class:base::files::__anon1509::FilePathWatcherImpl
59 FilePathWatcher::Delegate* delegate) OVERRIDE; member in class:base::files::__anon1509::FilePathWatcherImpl
60 virtual void Cancel() OVERRIDE; member in class:base::files::__anon1509::FilePathWatcherImpl
73 virtual void CancelOnMessageLoopThread() OVERRIDE; member in class:base::files::__anon1509::FilePathWatcherImpl
H A Dfile_path_watcher_win.cc28 FilePathWatcher::Delegate* delegate) OVERRIDE; member in class:base::files::__anon1511::FilePathWatcherImpl
29 virtual void Cancel() OVERRIDE; member in class:base::files::__anon1511::FilePathWatcherImpl
34 virtual void WillDestroyCurrentMessageLoop() OVERRIDE; member in class:base::files::__anon1511::FilePathWatcherImpl
55 void CancelOnMessageLoopThread() OVERRIDE; member in class:base::files::__anon1511::FilePathWatcherImpl
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_views.h69 virtual void Layout() OVERRIDE; member in class:AutocompleteEditViewViews
70 virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; member in class:AutocompleteEditViewViews
73 virtual AutocompleteEditModel* model() OVERRIDE; member in class:AutocompleteEditViewViews
74 virtual const AutocompleteEditModel* model() const OVERRIDE; member in class:AutocompleteEditViewViews
76 virtual void SaveStateToTab(TabContents* tab) OVERRIDE; member in class:AutocompleteEditViewViews
78 virtual void Update(const TabContents* tab_for_state_restoring) OVERRIDE; member in class:AutocompleteEditViewViews
85 const string16& keyword) OVERRIDE; member in class:AutocompleteEditViewViews
87 virtual string16 GetText() const OVERRIDE; member in class:AutocompleteEditViewViews
89 virtual bool IsEditingOrEmpty() const OVERRIDE; member in class:AutocompleteEditViewViews
90 virtual int GetIcon() const OVERRIDE; member in class:AutocompleteEditViewViews
91 virtual void SetUserText(const string16& text) OVERRIDE; member in class:AutocompleteEditViewViews
94 bool update_popup) OVERRIDE; member in class:AutocompleteEditViewViews
96 size_t caret_pos) OVERRIDE; member in class:AutocompleteEditViewViews
97 virtual void SetForcedQuery() OVERRIDE; member in class:AutocompleteEditViewViews
98 virtual bool IsSelectAll() OVERRIDE; member in class:AutocompleteEditViewViews
99 virtual bool DeleteAtEndPressed() OVERRIDE; member in class:AutocompleteEditViewViews
101 string16::size_type* end) OVERRIDE; member in class:AutocompleteEditViewViews
102 virtual void SelectAll(bool reversed) OVERRIDE; member in class:AutocompleteEditViewViews
103 virtual void RevertAll() OVERRIDE; member in class:AutocompleteEditViewViews
104 virtual void UpdatePopup() OVERRIDE; member in class:AutocompleteEditViewViews
105 virtual void ClosePopup() OVERRIDE; member in class:AutocompleteEditViewViews
106 virtual void SetFocus() OVERRIDE; member in class:AutocompleteEditViewViews
109 bool save_original_selection) OVERRIDE; member in class:AutocompleteEditViewViews
111 const string16& display_text, size_t user_text_length) OVERRIDE; member in class:AutocompleteEditViewViews
112 virtual void OnRevertTemporaryText() OVERRIDE; member in class:AutocompleteEditViewViews
113 virtual void OnBeforePossibleChange() OVERRIDE; member in class:AutocompleteEditViewViews
114 virtual bool OnAfterPossibleChange() OVERRIDE; member in class:AutocompleteEditViewViews
115 virtual gfx::NativeView GetNativeView() const OVERRIDE; member in class:AutocompleteEditViewViews
116 virtual CommandUpdater* GetCommandUpdater() OVERRIDE; member in class:AutocompleteEditViewViews
118 bool animate_to_complete) OVERRIDE; member in class:AutocompleteEditViewViews
119 virtual string16 GetInstantSuggestion() const OVERRIDE; member in class:AutocompleteEditViewViews
120 virtual int TextWidth() const OVERRIDE; member in class:AutocompleteEditViewViews
121 virtual bool IsImeComposing() const OVERRIDE; member in class:AutocompleteEditViewViews
122 virtual views::View* AddToView(views::View* parent) OVERRIDE; member in class:AutocompleteEditViewViews
123 virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE; member in class:AutocompleteEditViewViews
128 const NotificationDetails& details) OVERRIDE; member in class:AutocompleteEditViewViews
132 const string16& new_contents) OVERRIDE; member in class:AutocompleteEditViewViews
134 const views::KeyEvent& key_event) OVERRIDE; member in class:AutocompleteEditViewViews
135 virtual void OnBeforeUserAction(views::Textfield* sender) OVERRIDE; member in class:AutocompleteEditViewViews
136 virtual void OnAfterUserAction(views::Textfield* sender) OVERRIDE; member in class:AutocompleteEditViewViews
[all...]
H A Dextension_app_provider.h42 bool minimal_changes) OVERRIDE; member in class:ExtensionAppProvider
76 const NotificationDetails& details) OVERRIDE; member in class:ExtensionAppProvider
H A Dextension_app_provider_unittest.cc26 virtual void SetUp() OVERRIDE; member in class:ExtensionAppProviderTest
H A Dhistory_contents_provider.h30 bool minimal_changes) OVERRIDE; member in class:HistoryContentsProvider
31 virtual void Stop() OVERRIDE; member in class:HistoryContentsProvider
H A Dhistory_provider.h24 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE; member in class:HistoryProvider
H A Dhistory_quick_provider.h36 bool minimal_changes) OVERRIDE; member in class:HistoryQuickProvider
38 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE; member in class:HistoryQuickProvider
H A Dhistory_url_provider.h158 bool minimal_changes) OVERRIDE; member in class:HistoryURLProvider
159 virtual void Stop() OVERRIDE; member in class:HistoryURLProvider
/external/chromium/chrome/browser/autofill/
H A Dautofill_merge_unittest.cc77 virtual void SaveImportedProfile(const AutofillProfile& profile) OVERRIDE; member in class:__anon1717::PersonalDataManagerMock
78 virtual const std::vector<AutofillProfile*>& web_profiles() OVERRIDE; member in class:__anon1717::PersonalDataManagerMock
124 std::string* output) OVERRIDE; member in class:AutofillMergeTest
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.h992 virtual void ImportStarted() OVERRIDE; member in class:AutomationProviderImportSettingsObserver
993 virtual void ImportItemStarted(importer::ImportItem item) OVERRIDE; member in class:AutomationProviderImportSettingsObserver
994 virtual void ImportItemEnded(importer::ImportItem item) OVERRIDE; member in class:AutomationProviderImportSettingsObserver
995 virtual void ImportEnded() OVERRIDE; member in class:AutomationProviderImportSettingsObserver
1305 const NotificationDetails& details) OVERRIDE; member in class:NewTabObserver
H A Dtesting_automation_provider.h35 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; member in class:TestingAutomationProvider
36 virtual void OnChannelError() OVERRIDE; member in class:TestingAutomationProvider
53 virtual void OnBrowserAdded(const Browser* browser) OVERRIDE; member in class:TestingAutomationProvider
54 virtual void OnBrowserRemoved(const Browser* browser) OVERRIDE; member in class:TestingAutomationProvider
57 virtual void OnSourceProfilesLoaded() OVERRIDE; member in class:TestingAutomationProvider
62 const NotificationDetails& details) OVERRIDE; member in class:TestingAutomationProvider
/external/chromium/chrome/browser/
H A Dbackground_contents_service_factory.h32 Profile* profile) const OVERRIDE; member in class:BackgroundContentsServiceFactory
34 virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE; member in class:BackgroundContentsServiceFactory
H A Dbackground_mode_manager_factory.h32 Profile* profile) const OVERRIDE; member in class:BackgroundModeManagerFactory
H A Dbrowser_main_gtk.h19 virtual void PreEarlyInitialization() OVERRIDE; member in class:BrowserMainPartsGtk
/external/chromium/chrome/browser/chromeos/
H A Dcustomization_document.h153 virtual bool LoadManifestFromString(const std::string& manifest) OVERRIDE; member in class:chromeos::ServicesCustomizationDocument
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.h19 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; member in class:chromeos::BrowserFrameViewChromeos
20 virtual bool HitTest(const gfx::Point& l) const OVERRIDE; member in class:chromeos::BrowserFrameViewChromeos
22 const gfx::Point& point) OVERRIDE; member in class:chromeos::BrowserFrameViewChromeos
26 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE; member in class:chromeos::BrowserFrameViewChromeos
29 SkBitmap** right_corner) OVERRIDE; member in class:chromeos::BrowserFrameViewChromeos
H A Dbrowser_view.h50 virtual void Init() OVERRIDE; member in class:chromeos::BrowserView
51 virtual void Show() OVERRIDE; member in class:chromeos::BrowserView
52 virtual void ShowInactive() OVERRIDE; member in class:chromeos::BrowserView
53 virtual void FocusChromeOSStatus() OVERRIDE; member in class:chromeos::BrowserView
54 virtual views::LayoutManager* CreateLayoutManager() const OVERRIDE; member in class:chromeos::BrowserView
55 virtual void ChildPreferredSizeChanged(View* child) OVERRIDE; member in class:chromeos::BrowserView
56 virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const OVERRIDE; member in class:chromeos::BrowserView
57 virtual void Cut() OVERRIDE; member in class:chromeos::BrowserView
58 virtual void Copy() OVERRIDE; member in class:chromeos::BrowserView
59 virtual void Paste() OVERRIDE; member in class:chromeos::BrowserView
64 bool is_mouse_gesture) OVERRIDE; member in class:chromeos::BrowserView
67 virtual void OnMenuOpened() OVERRIDE; member in class:chromeos::BrowserView
70 virtual Profile* GetProfile() const OVERRIDE; member in class:chromeos::BrowserView
71 virtual gfx::NativeWindow GetNativeWindow() const OVERRIDE; member in class:chromeos::BrowserView
73 const views::View* button_view) const OVERRIDE; member in class:chromeos::BrowserView
74 virtual void ExecuteBrowserCommand(int id) const OVERRIDE; member in class:chromeos::BrowserView
75 virtual void OpenButtonOptions(const views::View* button_view) OVERRIDE; member in class:chromeos::BrowserView
76 virtual ScreenMode GetScreenMode() const OVERRIDE; member in class:chromeos::BrowserView
77 virtual TextStyle GetTextStyle() const OVERRIDE; member in class:chromeos::BrowserView
[all...]
H A Dbubble_frame_view.h37 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; member in class:chromeos::BubbleFrameView
39 const gfx::Rect& client_bounds) const OVERRIDE; member in class:chromeos::BubbleFrameView
40 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; member in class:chromeos::BubbleFrameView
42 OVERRIDE; member in class:chromeos::BubbleFrameView
43 virtual void EnableClose(bool enable) OVERRIDE; member in class:chromeos::BubbleFrameView
44 virtual void ResetWindowControls() OVERRIDE; member in class:chromeos::BubbleFrameView
45 virtual void UpdateWindowIcon() OVERRIDE; member in class:chromeos::BubbleFrameView
48 virtual gfx::Insets GetInsets() const OVERRIDE; member in class:chromeos::BubbleFrameView
49 virtual gfx::Size GetPreferredSize() OVERRIDE; member in class:chromeos::BubbleFrameView
50 virtual void Layout() OVERRIDE; member in class:chromeos::BubbleFrameView
51 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; member in class:chromeos::BubbleFrameView
55 OVERRIDE; member in class:chromeos::BubbleFrameView
[all...]
H A Ddom_browser_view.h29 virtual void WindowMoveOrResizeStarted() OVERRIDE; member in class:chromeos::DOMBrowserView
30 virtual gfx::Rect GetToolbarBounds() const OVERRIDE; member in class:chromeos::DOMBrowserView
31 virtual int GetTabStripHeight() const OVERRIDE; member in class:chromeos::DOMBrowserView
32 virtual bool IsTabStripVisible() const OVERRIDE; member in class:chromeos::DOMBrowserView
34 OVERRIDE; member in class:chromeos::DOMBrowserView
35 virtual void SetStarredState(bool is_starred) OVERRIDE; member in class:chromeos::DOMBrowserView
36 virtual LocationBar* GetLocationBar() const OVERRIDE; member in class:chromeos::DOMBrowserView
37 virtual void SetFocusToLocationBar(bool select_all) OVERRIDE; member in class:chromeos::DOMBrowserView
38 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE; member in class:chromeos::DOMBrowserView
40 bool should_restore_state) OVERRIDE; member in class:chromeos::DOMBrowserView
41 virtual void FocusToolbar() OVERRIDE; member in class:chromeos::DOMBrowserView
42 virtual void FocusAppMenu() OVERRIDE; member in class:chromeos::DOMBrowserView
44 OVERRIDE; member in class:chromeos::DOMBrowserView
45 virtual void ShowAppMenu() OVERRIDE; member in class:chromeos::DOMBrowserView
46 virtual LocationBarView* GetLocationBarView() const OVERRIDE; member in class:chromeos::DOMBrowserView
47 virtual ToolbarView* GetToolbarView() const OVERRIDE; member in class:chromeos::DOMBrowserView
48 virtual bool ShouldShowOffTheRecordAvatar() const OVERRIDE; member in class:chromeos::DOMBrowserView
51 OVERRIDE; member in class:chromeos::DOMBrowserView
54 bool IsToolbarVisible() const OVERRIDE; member in class:chromeos::DOMBrowserView
59 std::vector<AccessiblePaneView*>* panes) OVERRIDE; member in class:chromeos::DOMBrowserView
60 virtual void PaintChildren(gfx::Canvas* canvas) OVERRIDE; member in class:chromeos::DOMBrowserView
61 virtual void InitTabStrip(TabStripModel* model) OVERRIDE; member in class:chromeos::DOMBrowserView
62 virtual views::LayoutManager* CreateLayoutManager() const OVERRIDE; member in class:chromeos::DOMBrowserView
63 virtual ToolbarView* CreateToolbar() const OVERRIDE; member in class:chromeos::DOMBrowserView
64 virtual void LoadingAnimationCallback() OVERRIDE; member in class:chromeos::DOMBrowserView
[all...]
H A Ddom_browser_view_layout.h48 virtual void Installed(views::View* host) OVERRIDE; member in class:chromeos::DOMBrowserViewLayout
50 views::View* view) OVERRIDE; member in class:chromeos::DOMBrowserViewLayout
51 virtual bool IsPositionInWindowCaption(const gfx::Point& point) OVERRIDE; member in class:chromeos::DOMBrowserViewLayout
52 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; member in class:chromeos::DOMBrowserViewLayout
56 virtual int LayoutTabStrip() OVERRIDE; member in class:chromeos::DOMBrowserViewLayout
57 virtual int LayoutToolbar(int top) OVERRIDE; member in class:chromeos::DOMBrowserViewLayout
58 virtual int LayoutBookmarkAndInfoBars(int top) OVERRIDE; member in class:chromeos::DOMBrowserViewLayout
H A Dpanel_controller.h95 virtual void Layout() OVERRIDE; member in class:chromeos::PanelController::TitleContentView
96 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; member in class:chromeos::PanelController::TitleContentView
97 virtual void OnMouseReleased(const views::MouseEvent& event) OVERRIDE; member in class:chromeos::PanelController::TitleContentView
98 virtual void OnMouseCaptureLost() OVERRIDE; member in class:chromeos::PanelController::TitleContentView
99 virtual bool OnMouseDragged(const views::MouseEvent& event) OVERRIDE; member in class:chromeos::PanelController::TitleContentView
111 const views::Event& event) OVERRIDE; member in class:chromeos::PanelController::TitleContentView
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc424 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE; member in class:chromeos::CandidateWindowView
427 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE; member in class:chromeos::CandidateWindowView
532 virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; member in class:chromeos::CandidateView
533 virtual bool OnMouseDragged(const views::MouseEvent& event) OVERRIDE; member in class:chromeos::CandidateView
534 virtual void OnMouseReleased(const views::MouseEvent& event) OVERRIDE; member in class:chromeos::CandidateView
535 virtual void OnMouseCaptureLost() OVERRIDE; member in class:chromeos::CandidateView

Completed in 221 milliseconds

123456789