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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 8 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2010 Google Inc. All rights reserved. 2 * Copyright (C) 2010 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 bool setupDateTimeChooserParameters(DateTimeChooserParameters&) final; 88 bool setupDateTimeChooserParameters(DateTimeChooserParameters&) final;
89 89
90 // ClearButtonElement::ClearButtonOwner functions. 90 // ClearButtonElement::ClearButtonOwner functions.
91 void focusAndSelectClearButtonOwner() override; 91 void focusAndSelectClearButtonOwner() override;
92 bool shouldClearButtonRespondToMouseEvents() override; 92 bool shouldClearButtonRespondToMouseEvents() override;
93 void clearValue() override; 93 void clearValue() override;
94 94
95 // InputType functions 95 // InputType functions
96 String badInputText() const override; 96 String badInputText() const override;
97 void blur() final; 97 void blur() final;
98 PassRefPtr<LayoutStyle> customStyleForLayoutObject(PassRefPtr<LayoutStyle>) override; 98 PassRefPtr<ComputedStyle> customStyleForLayoutObject(PassRefPtr<ComputedStyl e>) override;
99 void createShadowSubtree() final; 99 void createShadowSubtree() final;
100 void destroyShadowSubtree() final; 100 void destroyShadowSubtree() final;
101 void disabledAttributeChanged() final; 101 void disabledAttributeChanged() final;
102 void forwardEvent(Event*) final; 102 void forwardEvent(Event*) final;
103 void handleFocusInEvent(Element* oldFocusedElement, WebFocusType) final; 103 void handleFocusInEvent(Element* oldFocusedElement, WebFocusType) final;
104 void handleKeydownEvent(KeyboardEvent*) final; 104 void handleKeydownEvent(KeyboardEvent*) final;
105 bool hasBadInput() const override; 105 bool hasBadInput() const override;
106 bool hasCustomFocusLogic() const final; 106 bool hasCustomFocusLogic() const final;
107 void minOrMaxAttributeChanged() final; 107 void minOrMaxAttributeChanged() final;
108 void readonlyAttributeChanged() final; 108 void readonlyAttributeChanged() final;
(...skipping 20 matching lines...) Expand all
129 129
130 bool m_isDestroyingShadowSubtree; 130 bool m_isDestroyingShadowSubtree;
131 bool m_pickerIndicatorIsVisible; 131 bool m_pickerIndicatorIsVisible;
132 bool m_pickerIndicatorIsAlwaysVisible; 132 bool m_pickerIndicatorIsAlwaysVisible;
133 }; 133 };
134 134
135 } // namespace blink 135 } // namespace blink
136 136
137 #endif 137 #endif
138 #endif // BaseMultipleFieldsDateAndTimeInputType_h 138 #endif // BaseMultipleFieldsDateAndTimeInputType_h
OLDNEW
« no previous file with comments | « Source/core/html/forms/BaseButtonInputType.cpp ('k') | Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698