Searched refs:OVERRIDE (Results 276 - 300 of 10210) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dev_bubble_decoration.h34 virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE; member in class:EVBubbleDecoration
35 virtual bool IsDraggable() OVERRIDE; member in class:EVBubbleDecoration
36 virtual NSPasteboard* GetDragPasteboard() OVERRIDE; member in class:EVBubbleDecoration
37 virtual NSImage* GetDragImage() OVERRIDE; member in class:EVBubbleDecoration
38 virtual NSRect GetDragImageFrame(NSRect frame) OVERRIDE; member in class:EVBubbleDecoration
39 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE; member in class:EVBubbleDecoration
40 virtual bool AcceptsMousePress() OVERRIDE; member in class:EVBubbleDecoration
41 virtual NSPoint GetBubblePointInFrame(NSRect frame) OVERRIDE; member in class:EVBubbleDecoration
44 virtual ui::NinePartImageIds GetBubbleImageIds() OVERRIDE; member in class:EVBubbleDecoration
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_cocoa.h25 virtual void ShowPanel() OVERRIDE; member in class:PanelCocoa
26 virtual void ShowPanelInactive() OVERRIDE; member in class:PanelCocoa
27 virtual gfx::Rect GetPanelBounds() const OVERRIDE; member in class:PanelCocoa
28 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE; member in class:PanelCocoa
29 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE; member in class:PanelCocoa
30 virtual void ClosePanel() OVERRIDE; member in class:PanelCocoa
31 virtual void ActivatePanel() OVERRIDE; member in class:PanelCocoa
32 virtual void DeactivatePanel() OVERRIDE; member in class:PanelCocoa
33 virtual bool IsPanelActive() const OVERRIDE; member in class:PanelCocoa
34 virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE; member in class:PanelCocoa
35 virtual gfx::NativeWindow GetNativePanelWindow() OVERRIDE; member in class:PanelCocoa
36 virtual void UpdatePanelTitleBar() OVERRIDE; member in class:PanelCocoa
37 virtual void UpdatePanelLoadingAnimations(bool should_animate) OVERRIDE; member in class:PanelCocoa
38 virtual void PanelWebContentsFocused(content::WebContents* contents) OVERRIDE; member in class:PanelCocoa
39 virtual void PanelCut() OVERRIDE; member in class:PanelCocoa
40 virtual void PanelCopy() OVERRIDE; member in class:PanelCocoa
41 virtual void PanelPaste() OVERRIDE; member in class:PanelCocoa
42 virtual void DrawAttention(bool draw_attention) OVERRIDE; member in class:PanelCocoa
43 virtual bool IsDrawingAttention() const OVERRIDE; member in class:PanelCocoa
45 const content::NativeWebKeyboardEvent& event) OVERRIDE; member in class:PanelCocoa
46 virtual void FullScreenModeChanged(bool is_full_screen) OVERRIDE; member in class:PanelCocoa
47 virtual bool IsPanelAlwaysOnTop() const OVERRIDE; member in class:PanelCocoa
48 virtual void SetPanelAlwaysOnTop(bool on_top) OVERRIDE; member in class:PanelCocoa
49 virtual void UpdatePanelMinimizeRestoreButtonVisibility() OVERRIDE; member in class:PanelCocoa
50 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE; member in class:PanelCocoa
53 Panel::ExpansionState new_state) OVERRIDE; member in class:PanelCocoa
54 virtual void AttachWebContents(content::WebContents* contents) OVERRIDE; member in class:PanelCocoa
55 virtual void DetachWebContents(content::WebContents* contents) OVERRIDE; member in class:PanelCocoa
59 const gfx::Size& content_size) const OVERRIDE; member in class:PanelCocoa
61 const gfx::Size& window_size) const OVERRIDE; member in class:PanelCocoa
62 virtual int TitleOnlyHeight() const OVERRIDE; member in class:PanelCocoa
64 virtual void MinimizePanelBySystem() OVERRIDE; member in class:PanelCocoa
65 virtual bool IsPanelMinimizedBySystem() const OVERRIDE; member in class:PanelCocoa
66 virtual bool IsPanelShownOnActiveDesktop() const OVERRIDE; member in class:PanelCocoa
67 virtual void ShowShadow(bool show) OVERRIDE; member in class:PanelCocoa
68 virtual NativePanelTesting* CreateNativePanelTesting() OVERRIDE; member in class:PanelCocoa
[all...]
/external/chromium_org/chrome/browser/ui/test/
H A Dtest_confirm_bubble_model.h22 virtual base::string16 GetTitle() const OVERRIDE; member in class:TestConfirmBubbleModel
23 virtual base::string16 GetMessageText() const OVERRIDE; member in class:TestConfirmBubbleModel
24 virtual gfx::Image* GetIcon() const OVERRIDE; member in class:TestConfirmBubbleModel
25 virtual int GetButtons() const OVERRIDE; member in class:TestConfirmBubbleModel
26 virtual base::string16 GetButtonLabel(BubbleButton button) const OVERRIDE; member in class:TestConfirmBubbleModel
27 virtual void Accept() OVERRIDE; member in class:TestConfirmBubbleModel
28 virtual void Cancel() OVERRIDE; member in class:TestConfirmBubbleModel
29 virtual base::string16 GetLinkText() const OVERRIDE; member in class:TestConfirmBubbleModel
30 virtual void LinkClicked() OVERRIDE; member in class:TestConfirmBubbleModel
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.h30 virtual int GetDefaultDialogButton() const OVERRIDE; member in class:ExternalProtocolDialog
32 ui::DialogButton button) const OVERRIDE; member in class:ExternalProtocolDialog
33 virtual base::string16 GetWindowTitle() const OVERRIDE; member in class:ExternalProtocolDialog
34 virtual void DeleteDelegate() OVERRIDE; member in class:ExternalProtocolDialog
35 virtual bool Cancel() OVERRIDE; member in class:ExternalProtocolDialog
36 virtual bool Accept() OVERRIDE; member in class:ExternalProtocolDialog
37 virtual views::View* GetContentsView() OVERRIDE; member in class:ExternalProtocolDialog
38 virtual views::Widget* GetWidget() OVERRIDE; member in class:ExternalProtocolDialog
39 virtual const views::Widget* GetWidget() const OVERRIDE; member in class:ExternalProtocolDialog
H A Dupdate_recommended_message_box.h27 virtual bool Accept() OVERRIDE; member in class:UpdateRecommendedMessageBox
29 ui::DialogButton button) const OVERRIDE; member in class:UpdateRecommendedMessageBox
32 virtual bool ShouldShowWindowTitle() const OVERRIDE; member in class:UpdateRecommendedMessageBox
33 virtual base::string16 GetWindowTitle() const OVERRIDE; member in class:UpdateRecommendedMessageBox
34 virtual void DeleteDelegate() OVERRIDE; member in class:UpdateRecommendedMessageBox
35 virtual ui::ModalType GetModalType() const OVERRIDE; member in class:UpdateRecommendedMessageBox
36 virtual views::View* GetContentsView() OVERRIDE; member in class:UpdateRecommendedMessageBox
37 virtual views::Widget* GetWidget() OVERRIDE; member in class:UpdateRecommendedMessageBox
38 virtual const views::Widget* GetWidget() const OVERRIDE; member in class:UpdateRecommendedMessageBox
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.h44 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE; member in class:OpaqueBrowserFrameView
45 virtual int GetTopInset() const OVERRIDE; member in class:OpaqueBrowserFrameView
46 virtual int GetThemeBackgroundXInset() const OVERRIDE; member in class:OpaqueBrowserFrameView
47 virtual void UpdateThrobber(bool running) OVERRIDE; member in class:OpaqueBrowserFrameView
48 virtual gfx::Size GetMinimumSize() const OVERRIDE; member in class:OpaqueBrowserFrameView
51 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; member in class:OpaqueBrowserFrameView
53 const gfx::Rect& client_bounds) const OVERRIDE; member in class:OpaqueBrowserFrameView
54 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; member in class:OpaqueBrowserFrameView
56 OVERRIDE; member in class:OpaqueBrowserFrameView
57 virtual void ResetWindowControls() OVERRIDE; member in class:OpaqueBrowserFrameView
58 virtual void UpdateWindowIcon() OVERRIDE; member in class:OpaqueBrowserFrameView
59 virtual void UpdateWindowTitle() OVERRIDE; member in class:OpaqueBrowserFrameView
62 virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE; member in class:OpaqueBrowserFrameView
63 virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; member in class:OpaqueBrowserFrameView
67 OVERRIDE; member in class:OpaqueBrowserFrameView
71 OVERRIDE; member in class:OpaqueBrowserFrameView
74 virtual bool ShouldTabIconViewAnimate() const OVERRIDE; member in class:OpaqueBrowserFrameView
75 virtual gfx::ImageSkia GetFaviconForTabIconView() OVERRIDE; member in class:OpaqueBrowserFrameView
80 const content::NotificationDetails& details) OVERRIDE; member in class:OpaqueBrowserFrameView
83 virtual bool ShouldShowWindowIcon() const OVERRIDE; member in class:OpaqueBrowserFrameView
84 virtual bool ShouldShowWindowTitle() const OVERRIDE; member in class:OpaqueBrowserFrameView
85 virtual base::string16 GetWindowTitle() const OVERRIDE; member in class:OpaqueBrowserFrameView
86 virtual int GetIconSize() const OVERRIDE; member in class:OpaqueBrowserFrameView
87 virtual bool ShouldLeaveOffsetNearTopBorder() const OVERRIDE; member in class:OpaqueBrowserFrameView
88 virtual gfx::Size GetBrowserViewMinimumSize() const OVERRIDE; member in class:OpaqueBrowserFrameView
89 virtual bool ShouldShowCaptionButtons() const OVERRIDE; member in class:OpaqueBrowserFrameView
90 virtual bool ShouldShowAvatar() const OVERRIDE; member in class:OpaqueBrowserFrameView
91 virtual bool IsRegularOrGuestSession() const OVERRIDE; member in class:OpaqueBrowserFrameView
92 virtual gfx::ImageSkia GetOTRAvatarIcon() const OVERRIDE; member in class:OpaqueBrowserFrameView
93 virtual bool IsMaximized() const OVERRIDE; member in class:OpaqueBrowserFrameView
94 virtual bool IsMinimized() const OVERRIDE; member in class:OpaqueBrowserFrameView
95 virtual bool IsFullscreen() const OVERRIDE; member in class:OpaqueBrowserFrameView
96 virtual bool IsTabStripVisible() const OVERRIDE; member in class:OpaqueBrowserFrameView
97 virtual int GetTabStripHeight() const OVERRIDE; member in class:OpaqueBrowserFrameView
98 virtual gfx::Size GetTabstripPreferredSize() const OVERRIDE; member in class:OpaqueBrowserFrameView
107 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; member in class:OpaqueBrowserFrameView
[all...]
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.h25 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; member in class:message_center::MessageCenterFrameView
27 const gfx::Rect& client_bounds) const OVERRIDE; member in class:message_center::MessageCenterFrameView
28 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE; member in class:message_center::MessageCenterFrameView
30 gfx::Path* window_mask) OVERRIDE; member in class:message_center::MessageCenterFrameView
31 virtual void ResetWindowControls() OVERRIDE; member in class:message_center::MessageCenterFrameView
32 virtual void UpdateWindowIcon() OVERRIDE; member in class:message_center::MessageCenterFrameView
33 virtual void UpdateWindowTitle() OVERRIDE; member in class:message_center::MessageCenterFrameView
36 virtual gfx::Insets GetInsets() const OVERRIDE; member in class:message_center::MessageCenterFrameView
37 virtual const char* GetClassName() const OVERRIDE; member in class:message_center::MessageCenterFrameView
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dterms_of_service_screen_handler.h25 virtual void RegisterMessages() OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
28 virtual void DeclareLocalizedValues(LocalizedValuesBuilder* builder) OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
31 virtual void SetDelegate(Delegate* screen) OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
32 virtual void Show() OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
33 virtual void Hide() OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
34 virtual void SetDomain(const std::string& domain) OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
35 virtual void OnLoadError() OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
36 virtual void OnLoadSuccess(const std::string& terms_of_service) OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
40 virtual void Initialize() OVERRIDE; member in class:chromeos::TermsOfServiceScreenHandler
/external/chromium_org/chromeos/audio/
H A Daudio_devices_pref_handler_stub.h25 virtual double GetOutputVolumeValue(const AudioDevice* device) OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
26 virtual double GetInputGainValue(const AudioDevice* device) OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
28 double value) OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
29 virtual bool GetMuteValue(const AudioDevice& device) OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
30 virtual void SetMuteValue(const AudioDevice& device, bool mute_on) OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
31 virtual bool GetAudioCaptureAllowedValue() OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
32 virtual bool GetAudioOutputAllowedValue() OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
33 virtual void AddAudioPrefObserver(AudioPrefObserver* observer) OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
34 virtual void RemoveAudioPrefObserver(AudioPrefObserver* observer) OVERRIDE; member in class:chromeos::AudioDevicesPrefHandlerStub
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.h33 virtual gfx::NativeView GetNativeView() const OVERRIDE; member in class:content::WebContentsViewAndroid
34 virtual gfx::NativeView GetContentNativeView() const OVERRIDE; member in class:content::WebContentsViewAndroid
35 virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE; member in class:content::WebContentsViewAndroid
36 virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE; member in class:content::WebContentsViewAndroid
37 virtual void SizeContents(const gfx::Size& size) OVERRIDE; member in class:content::WebContentsViewAndroid
38 virtual void Focus() OVERRIDE; member in class:content::WebContentsViewAndroid
39 virtual void SetInitialFocus() OVERRIDE; member in class:content::WebContentsViewAndroid
40 virtual void StoreFocus() OVERRIDE; member in class:content::WebContentsViewAndroid
41 virtual void RestoreFocus() OVERRIDE; member in class:content::WebContentsViewAndroid
42 virtual DropData* GetDropData() const OVERRIDE; member in class:content::WebContentsViewAndroid
43 virtual gfx::Rect GetViewBounds() const OVERRIDE; member in class:content::WebContentsViewAndroid
45 const gfx::Size& initial_size, gfx::NativeView context) OVERRIDE; member in class:content::WebContentsViewAndroid
47 RenderWidgetHost* render_widget_host) OVERRIDE; member in class:content::WebContentsViewAndroid
49 RenderWidgetHost* render_widget_host) OVERRIDE; member in class:content::WebContentsViewAndroid
50 virtual void SetPageTitle(const base::string16& title) OVERRIDE; member in class:content::WebContentsViewAndroid
51 virtual void RenderViewCreated(RenderViewHost* host) OVERRIDE; member in class:content::WebContentsViewAndroid
52 virtual void RenderViewSwappedIn(RenderViewHost* host) OVERRIDE; member in class:content::WebContentsViewAndroid
53 virtual void SetOverscrollControllerEnabled(bool enabled) OVERRIDE; member in class:content::WebContentsViewAndroid
57 const ContextMenuParams& params) OVERRIDE; member in class:content::WebContentsViewAndroid
64 bool allow_multiple_selection) OVERRIDE; member in class:content::WebContentsViewAndroid
65 virtual void HidePopupMenu() OVERRIDE; member in class:content::WebContentsViewAndroid
70 const DragEventSourceInfo& event_info) OVERRIDE; member in class:content::WebContentsViewAndroid
71 virtual void UpdateDragCursor(blink::WebDragOperation operation) OVERRIDE; member in class:content::WebContentsViewAndroid
72 virtual void GotFocus() OVERRIDE; member in class:content::WebContentsViewAndroid
73 virtual void TakeFocus(bool reverse) OVERRIDE; member in class:content::WebContentsViewAndroid
[all...]
/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface.h35 virtual void ProcessBodyInput(const char* input, size_t size) OVERRIDE {}
36 virtual void ProcessBodyData(const char* input, size_t size) OVERRIDE; member in class:net::HttpSM
37 virtual void ProcessHeaderInput(const char* input, size_t size) OVERRIDE {}
38 virtual void ProcessTrailerInput(const char* input, size_t size) OVERRIDE {}
39 virtual void ProcessHeaders(const BalsaHeaders& headers) OVERRIDE; member in class:net::HttpSM
47 size_t version_length) OVERRIDE {}
55 size_t reason_length) OVERRIDE {}
56 virtual void ProcessChunkLength(size_t chunk_length) OVERRIDE {}
57 virtual void ProcessChunkExtensions(const char* input, size_t size) OVERRIDE {
59 virtual void HeaderDone() OVERRIDE {}
60 virtual void MessageDone() OVERRIDE; member in class:net::HttpSM
61 virtual void HandleHeaderError(BalsaFrame* framer) OVERRIDE; member in class:net::HttpSM
63 virtual void HandleChunkingError(BalsaFrame* framer) OVERRIDE; member in class:net::HttpSM
64 virtual void HandleBodyError(BalsaFrame* framer) OVERRIDE; member in class:net::HttpSM
76 int32 server_idx) OVERRIDE; member in class:net::HttpSM
84 bool use_ssl) OVERRIDE; member in class:net::HttpSM
85 virtual size_t ProcessReadInput(const char* data, size_t len) OVERRIDE; member in class:net::HttpSM
86 virtual size_t ProcessWriteInput(const char* data, size_t len) OVERRIDE; member in class:net::HttpSM
87 virtual bool MessageFullyRead() const OVERRIDE; member in class:net::HttpSM
88 virtual void SetStreamID(uint32 stream_id) OVERRIDE; member in class:net::HttpSM
89 virtual bool Error() const OVERRIDE; member in class:net::HttpSM
90 virtual const char* ErrorAsString() const OVERRIDE; member in class:net::HttpSM
91 virtual void Reset() OVERRIDE; member in class:net::HttpSM
93 virtual void ResetForNewConnection() OVERRIDE; member in class:net::HttpSM
94 virtual void Cleanup() OVERRIDE; member in class:net::HttpSM
95 virtual int PostAcceptHook() OVERRIDE; member in class:net::HttpSM
99 const std::string& filename) OVERRIDE; member in class:net::HttpSM
100 virtual void SendEOF(uint32 stream_id) OVERRIDE; member in class:net::HttpSM
101 virtual void SendErrorNotFound(uint32 stream_id) OVERRIDE; member in class:net::HttpSM
103 const BalsaHeaders& headers) OVERRIDE; member in class:net::HttpSM
105 const BalsaHeaders& headers) OVERRIDE; member in class:net::HttpSM
110 bool compress) OVERRIDE; member in class:net::HttpSM
124 virtual void GetOutput() OVERRIDE; member in class:net::HttpSM
[all...]
H A Dstreamer_interface.h34 int32 server_idx) OVERRIDE; member in class:net::StreamerSM
42 bool use_ssl) OVERRIDE; member in class:net::StreamerSM
44 virtual size_t ProcessReadInput(const char* data, size_t len) OVERRIDE; member in class:net::StreamerSM
45 virtual size_t ProcessWriteInput(const char* data, size_t len) OVERRIDE; member in class:net::StreamerSM
46 virtual bool MessageFullyRead() const OVERRIDE; member in class:net::StreamerSM
47 virtual void SetStreamID(uint32 stream_id) OVERRIDE {}
48 virtual bool Error() const OVERRIDE; member in class:net::StreamerSM
49 virtual const char* ErrorAsString() const OVERRIDE; member in class:net::StreamerSM
50 virtual void Reset() OVERRIDE; member in class:net::StreamerSM
51 virtual void ResetForNewInterface(int32 server_idx) OVERRIDE {}
52 virtual void ResetForNewConnection() OVERRIDE; member in class:net::StreamerSM
53 virtual void Cleanup() OVERRIDE; member in class:net::StreamerSM
54 virtual int PostAcceptHook() OVERRIDE; member in class:net::StreamerSM
62 const BalsaHeaders& headers) OVERRIDE; member in class:net::StreamerSM
64 const BalsaHeaders& headers) OVERRIDE; member in class:net::StreamerSM
70 virtual void set_is_request() OVERRIDE; member in class:net::StreamerSM
93 virtual void ProcessBodyInput(const char* input, size_t size) OVERRIDE; member in class:net::StreamerSM
94 virtual void MessageDone() OVERRIDE; member in class:net::StreamerSM
95 virtual void ProcessHeaders(const BalsaHeaders& headers) OVERRIDE; member in class:net::StreamerSM
119 virtual void HandleHeaderError(BalsaFrame* framer) OVERRIDE; member in class:net::StreamerSM
121 virtual void HandleChunkingError(BalsaFrame* framer) OVERRIDE; member in class:net::StreamerSM
122 virtual void HandleBodyError(BalsaFrame* framer) OVERRIDE; member in class:net::StreamerSM
[all...]
/external/chromium_org/net/udp/
H A Dudp_client_socket.h27 virtual int Connect(const IPEndPoint& address) OVERRIDE; member in class:net::UDPClientSocket
29 const CompletionCallback& callback) OVERRIDE; member in class:net::UDPClientSocket
31 const CompletionCallback& callback) OVERRIDE; member in class:net::UDPClientSocket
32 virtual void Close() OVERRIDE; member in class:net::UDPClientSocket
33 virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE; member in class:net::UDPClientSocket
34 virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE; member in class:net::UDPClientSocket
35 virtual int SetReceiveBufferSize(int32 size) OVERRIDE; member in class:net::UDPClientSocket
36 virtual int SetSendBufferSize(int32 size) OVERRIDE; member in class:net::UDPClientSocket
37 virtual const BoundNetLog& NetLog() const OVERRIDE; member in class:net::UDPClientSocket
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.h19 virtual DaemonController::State GetState() OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
20 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
22 const DaemonController::CompletionCallback& done) OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
26 const DaemonController::CompletionCallback& done) OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
29 const DaemonController::CompletionCallback& done) OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
30 virtual void Stop(const DaemonController::CompletionCallback& done) OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
31 virtual void SetWindow(void* window_handle) OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
32 virtual std::string GetVersion() OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
33 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE; member in class:remoting::DaemonControllerDelegateLinux
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPropertySetCSSStyleDeclaration.h48 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::AbstractPropertySetCSSStyleDeclaration
51 virtual CSSRule* parentRule() const OVERRIDE { return 0; }
52 virtual unsigned length() const OVERRIDE FINAL;
53 virtual String item(unsigned index) const OVERRIDE FINAL;
54 virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE FINAL;
55 virtual String getPropertyValue(const String& propertyName) OVERRIDE FINAL;
56 virtual String getPropertyPriority(const String& propertyName) OVERRIDE FINAL;
57 virtual String getPropertyShorthand(const String& propertyName) OVERRIDE FINAL;
58 virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE FINAL;
59 virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) OVERRIDE FINA
86 virtual void ref() OVERRIDE; member in class:WebCore::PropertySetCSSStyleDeclaration
87 virtual void deref() OVERRIDE; member in class:WebCore::PropertySetCSSStyleDeclaration
90 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::PropertySetCSSStyleDeclaration
109 virtual void ref() OVERRIDE; member in class:WebCore::FINAL
110 virtual void deref() OVERRIDE; member in class:WebCore::FINAL
115 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::FINAL
121 virtual CSSStyleSheet* parentStyleSheet() const OVERRIDE; member in class:WebCore::FINAL
125 virtual void willMutate() OVERRIDE; member in class:WebCore::FINAL
126 virtual void didMutate(MutationType) OVERRIDE; member in class:WebCore::FINAL
142 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::FINAL
145 virtual MutableStylePropertySet& propertySet() const OVERRIDE; member in class:WebCore::FINAL
147 virtual void ref() OVERRIDE; member in class:WebCore::FINAL
148 virtual void deref() OVERRIDE; member in class:WebCore::FINAL
150 virtual CSSStyleSheet* parentStyleSheet() const OVERRIDE; member in class:WebCore::FINAL
153 virtual void didMutate(MutationType) OVERRIDE; member in class:WebCore::FINAL
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDatasetDOMStringMap.h45 virtual void ref() OVERRIDE; member in class:WebCore::FINAL
46 virtual void deref() OVERRIDE; member in class:WebCore::FINAL
49 virtual void getNames(Vector<String>&) OVERRIDE; member in class:WebCore::FINAL
50 virtual String item(const String& name) OVERRIDE; member in class:WebCore::FINAL
51 virtual bool contains(const String& name) OVERRIDE; member in class:WebCore::FINAL
52 virtual void setItem(const String& name, const String& value, ExceptionState&) OVERRIDE; member in class:WebCore::FINAL
53 virtual bool deleteItem(const String& name) OVERRIDE; member in class:WebCore::FINAL
55 virtual Element* element() OVERRIDE { return m_element; }
57 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFieldSetElement.h38 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::FINAL
46 virtual void disabledAttributeChanged() OVERRIDE; member in class:WebCore::FINAL
51 virtual bool isEnumeratable() const OVERRIDE { return true; }
52 virtual bool supportsFocus() const OVERRIDE; member in class:WebCore::FINAL
53 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; member in class:WebCore::FINAL
54 virtual const AtomicString& formControlType() const OVERRIDE; member in class:WebCore::FINAL
55 virtual bool recalcWillValidate() const OVERRIDE { return false; }
56 virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE; member in class:WebCore::FINAL
57 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
H A DHTMLProgressElement.h47 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
49 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::FINAL
55 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
56 virtual bool shouldAppearIndeterminate() const OVERRIDE; member in class:WebCore::FINAL
57 virtual bool supportLabels() const OVERRIDE { return true; }
59 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; member in class:WebCore::FINAL
62 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; member in class:WebCore::FINAL
64 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; member in class:WebCore::FINAL
67 virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE; member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateInputType.h53 virtual void countUsage() OVERRIDE; member in class:WebCore::FINAL
54 virtual const AtomicString& formControlType() const OVERRIDE; member in class:WebCore::FINAL
55 virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE; member in class:WebCore::FINAL
56 virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE; member in class:WebCore::FINAL
57 virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE; member in class:WebCore::FINAL
58 virtual bool isDateField() const OVERRIDE; member in class:WebCore::FINAL
62 virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE; member in class:WebCore::FINAL
63 virtual void setupLayoutParameters(DateTimeEditElement::LayoutParameters&, const DateComponents&) const OVERRIDE; member in class:WebCore::FINAL
64 virtual bool isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, bool hasDay, bool hasAMPM, bool hasHour, bool hasMinute, bool hasSecond) const OVERRIDE; member in class:WebCore::FINAL
H A DWeekInputType.h51 virtual void countUsage() OVERRIDE; member in class:WebCore::FINAL
52 virtual const AtomicString& formControlType() const OVERRIDE; member in class:WebCore::FINAL
53 virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE; member in class:WebCore::FINAL
54 virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE; member in class:WebCore::FINAL
55 virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE; member in class:WebCore::FINAL
56 virtual bool isWeekField() const OVERRIDE; member in class:WebCore::FINAL
60 virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE; member in class:WebCore::FINAL
61 virtual void setupLayoutParameters(DateTimeEditElement::LayoutParameters&, const DateComponents&) const OVERRIDE; member in class:WebCore::FINAL
62 virtual bool isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, bool hasDay, bool hasAMPM, bool hasHour, bool hasMinute, bool hasSecond) const OVERRIDE; member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DLinkImport.h59 virtual void process() OVERRIDE; member in class:WebCore::FINAL
60 virtual Type type() const OVERRIDE { return Import; }
61 virtual bool hasLoaded() const OVERRIDE; member in class:WebCore::FINAL
62 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::FINAL
63 virtual void ownerInserted() OVERRIDE; member in class:WebCore::FINAL
66 virtual void didFinish() OVERRIDE; member in class:WebCore::FINAL
68 virtual void importChildWasDestroyed(HTMLImportChild*) OVERRIDE; member in class:WebCore::FINAL
70 virtual bool isSync() const OVERRIDE; member in class:WebCore::FINAL
71 virtual HTMLLinkElement* link() OVERRIDE; member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DWorkerLoaderClientBridge.h51 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
52 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
53 virtual void didReceiveData(const char*, int dataLength) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
54 virtual void didDownloadData(int dataLength) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
55 virtual void didReceiveCachedMetadata(const char*, int dataLength) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
56 virtual void didFinishLoading(unsigned long identifier, double finishTime) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
57 virtual void didFail(const ResourceError&) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
58 virtual void didFailAccessControlCheck(const ResourceError&) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
59 virtual void didFailRedirectCheck() OVERRIDE; member in class:WebCore::WorkerLoaderClientBridge
H A DWorkerLoaderClientBridgeSyncHelper.h57 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
58 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
59 virtual void didReceiveData(const char*, int dataLength) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
60 virtual void didDownloadData(int dataLength) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
61 virtual void didReceiveCachedMetadata(const char*, int dataLength) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
62 virtual void didFinishLoading(unsigned long identifier, double finishTime) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
63 virtual void didFail(const ResourceError&) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
64 virtual void didFailAccessControlCheck(const ResourceError&) OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
65 virtual void didFailRedirectCheck() OVERRIDE; member in class:WebCore::WorkerLoaderClientBridgeSyncHelper
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBR.h37 virtual const char* renderName() const OVERRIDE { return "RenderBR"; }
39 virtual LayoutRect selectionRectForPaintInvalidation(const RenderLayerModelObject* /*paintInvalidationContainer*/, bool /*clipToVisibleContent*/) OVERRIDE { return LayoutRect(); }
41 virtual float width(unsigned /*from*/, unsigned /*len*/, const Font&, float /*xPos*/, TextDirection, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/ , GlyphOverflow* = 0) const OVERRIDE { return 0; }
42 virtual float width(unsigned /*from*/, unsigned /*len*/, float /*xpos*/, TextDirection, bool = false /*firstLine*/, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/, GlyphOverflow* = 0) const OVERRIDE { return 0; }
47 virtual bool isBR() const OVERRIDE { return true; }
49 virtual int caretMinOffset() const OVERRIDE; member in class:WebCore::FINAL
50 virtual int caretMaxOffset() const OVERRIDE; member in class:WebCore::FINAL
52 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
55 virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE; member in class:WebCore::FINAL
H A DRenderTextControlMultiLine.h37 virtual bool isTextArea() const OVERRIDE { return true; }
39 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE; member in class:WebCore::FINAL
41 virtual float getAvgCharWidth(AtomicString family) OVERRIDE; member in class:WebCore::FINAL
42 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const OVERRIDE; member in class:WebCore::FINAL
43 virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE; member in class:WebCore::FINAL
45 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE; member in class:WebCore::FINAL
46 virtual int inlineBlockBaseline(LineDirectionMode) const OVERRIDE { return -1; }
48 virtual PassRefPtr<RenderStyle> createInnerEditorStyle(const RenderStyle* startStyle) const OVERRIDE; member in class:WebCore::FINAL
49 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERRIDE; member in class:WebCore::FINAL

Completed in 1682 milliseconds

<<11121314151617181920>>