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

Side by Side Diff: Source/core/html/forms/ImageInputType.h

Issue 202633009: Add Element::subResourceAttributeName() virtual function (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use nullQName() Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/html/HTMLTableRowElement.cpp ('k') | Source/core/html/forms/ImageInputType.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2010 Google Inc. All rights reserved. 2 * Copyright (C) 2010 Google Inc. All rights reserved.
3 * Copyright (C) 2011 Apple Inc. All rights reserved. 3 * Copyright (C) 2011 Apple Inc. All rights reserved.
4 * Copyright (C) 2012 Samsung Electronics. All rights reserved. 4 * Copyright (C) 2012 Samsung Electronics. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are 7 * modification, are permitted provided that the following conditions are
8 * met: 8 * met:
9 * 9 *
10 * * Redistributions of source code must retain the above copyright 10 * * Redistributions of source code must retain the above copyright
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 virtual void srcAttributeChanged() OVERRIDE; 55 virtual void srcAttributeChanged() OVERRIDE;
56 virtual void startResourceLoading() OVERRIDE; 56 virtual void startResourceLoading() OVERRIDE;
57 virtual bool shouldRespectAlignAttribute() OVERRIDE; 57 virtual bool shouldRespectAlignAttribute() OVERRIDE;
58 virtual bool canBeSuccessfulSubmitButton() OVERRIDE; 58 virtual bool canBeSuccessfulSubmitButton() OVERRIDE;
59 virtual bool isImageButton() const OVERRIDE; 59 virtual bool isImageButton() const OVERRIDE;
60 virtual bool isEnumeratable() OVERRIDE; 60 virtual bool isEnumeratable() OVERRIDE;
61 virtual bool shouldRespectHeightAndWidthAttributes() OVERRIDE; 61 virtual bool shouldRespectHeightAndWidthAttributes() OVERRIDE;
62 virtual unsigned height() const OVERRIDE; 62 virtual unsigned height() const OVERRIDE;
63 virtual unsigned width() const OVERRIDE; 63 virtual unsigned width() const OVERRIDE;
64 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; 64 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
65 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
65 66
66 IntPoint m_clickLocation; // Valid only during HTMLFormElement::prepareForSu bmission(). 67 IntPoint m_clickLocation; // Valid only during HTMLFormElement::prepareForSu bmission().
67 }; 68 };
68 69
69 } // namespace WebCore 70 } // namespace WebCore
70 71
71 #endif // ImageInputType_h 72 #endif // ImageInputType_h
OLDNEW
« no previous file with comments | « Source/core/html/HTMLTableRowElement.cpp ('k') | Source/core/html/forms/ImageInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698