Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: Source/core/html/forms/ImageInputType.h

Issue 934163004: Modernize coding style in core/html/forms/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/HiddenInputType.h ('k') | Source/core/html/forms/InputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/ImageInputType.h
diff --git a/Source/core/html/forms/ImageInputType.h b/Source/core/html/forms/ImageInputType.h
index dd883dc76bef2f0d11df121a8227ebeae715adf9..52a59f4533f6b70a633643f1e8639c1c1a2b31fe 100644
--- a/Source/core/html/forms/ImageInputType.h
+++ b/Source/core/html/forms/ImageInputType.h
@@ -45,29 +45,29 @@ public:
private:
ImageInputType(HTMLInputElement&);
- virtual const AtomicString& formControlType() const override;
- virtual bool isFormDataAppendable() const override;
- virtual bool appendFormData(FormDataList&, bool) const override;
- virtual String resultForDialogSubmit() const override;
- virtual bool supportsValidation() const override;
- virtual LayoutObject* createRenderer(const LayoutStyle&) const override;
- virtual void handleDOMActivateEvent(Event*) override;
- virtual void altAttributeChanged() override;
- virtual void srcAttributeChanged() override;
- virtual void valueAttributeChanged() override;
- virtual void startResourceLoading() override;
- virtual bool shouldRespectAlignAttribute() override;
- virtual bool canBeSuccessfulSubmitButton() override;
- virtual bool isEnumeratable() override;
- virtual bool isImage() const override;
- virtual bool shouldRespectHeightAndWidthAttributes() override;
- virtual unsigned height() const override;
- virtual unsigned width() const override;
- virtual bool hasLegalLinkAttribute(const QualifiedName&) const override;
- virtual const QualifiedName& subResourceAttributeName() const override;
- virtual void ensureFallbackContent() override;
- virtual void ensurePrimaryContent() override;
- virtual void createShadowSubtree() override;
+ const AtomicString& formControlType() const override;
+ bool isFormDataAppendable() const override;
+ bool appendFormData(FormDataList&, bool) const override;
+ String resultForDialogSubmit() const override;
+ bool supportsValidation() const override;
+ LayoutObject* createRenderer(const LayoutStyle&) const override;
+ void handleDOMActivateEvent(Event*) override;
+ void altAttributeChanged() override;
+ void srcAttributeChanged() override;
+ void valueAttributeChanged() override;
+ void startResourceLoading() override;
+ bool shouldRespectAlignAttribute() override;
+ bool canBeSuccessfulSubmitButton() override;
+ bool isEnumeratable() override;
+ bool isImage() const override;
+ bool shouldRespectHeightAndWidthAttributes() override;
+ unsigned height() const override;
+ unsigned width() const override;
+ bool hasLegalLinkAttribute(const QualifiedName&) const override;
+ const QualifiedName& subResourceAttributeName() const override;
+ void ensureFallbackContent() override;
+ void ensurePrimaryContent() override;
+ void createShadowSubtree() override;
void reattachFallbackContent();
void setUseFallbackContent();
« no previous file with comments | « Source/core/html/forms/HiddenInputType.h ('k') | Source/core/html/forms/InputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698