| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
| 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) | 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) |
| 4 * (C) 2001 Dirk Mueller (mueller@kde.org) | 4 * (C) 2001 Dirk Mueller (mueller@kde.org) |
| 5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) | 5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) |
| 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All r
ights reserved. | 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All r
ights reserved. |
| 7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) | 7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) |
| 8 * Copyright (C) 2008, 2009, 2011, 2012 Google Inc. All rights reserved. | 8 * Copyright (C) 2008, 2009, 2011, 2012 Google Inc. All rights reserved. |
| 9 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) | 9 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) |
| 10 * Copyright (C) Research In Motion Limited 2010-2011. All rights reserved. | 10 * Copyright (C) Research In Motion Limited 2010-2011. All rights reserved. |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 #include "HTMLFrameOwnerElement.h" | 92 #include "HTMLFrameOwnerElement.h" |
| 93 #include "HTMLHeadElement.h" | 93 #include "HTMLHeadElement.h" |
| 94 #include "HTMLIFrameElement.h" | 94 #include "HTMLIFrameElement.h" |
| 95 #include "HTMLLinkElement.h" | 95 #include "HTMLLinkElement.h" |
| 96 #include "HTMLMapElement.h" | 96 #include "HTMLMapElement.h" |
| 97 #include "HTMLNameCollection.h" | 97 #include "HTMLNameCollection.h" |
| 98 #include "HTMLNames.h" | 98 #include "HTMLNames.h" |
| 99 #include "HTMLParserIdioms.h" | 99 #include "HTMLParserIdioms.h" |
| 100 #include "HTMLStyleElement.h" | 100 #include "HTMLStyleElement.h" |
| 101 #include "HTMLTitleElement.h" | 101 #include "HTMLTitleElement.h" |
| 102 #include "HTTPParsers.h" | |
| 103 #include "HashChangeEvent.h" | 102 #include "HashChangeEvent.h" |
| 104 #include "HistogramSupport.h" | 103 #include "HistogramSupport.h" |
| 105 #include "History.h" | 104 #include "History.h" |
| 106 #include "HitTestRequest.h" | 105 #include "HitTestRequest.h" |
| 107 #include "HitTestResult.h" | 106 #include "HitTestResult.h" |
| 108 #include "ImageLoader.h" | 107 #include "ImageLoader.h" |
| 109 #include "InspectorCounters.h" | 108 #include "InspectorCounters.h" |
| 110 #include "InspectorInstrumentation.h" | 109 #include "InspectorInstrumentation.h" |
| 111 #include "Language.h" | 110 #include "Language.h" |
| 112 #include "Logging.h" | 111 #include "Logging.h" |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 #include "XMLHttpRequest.h" | 178 #include "XMLHttpRequest.h" |
| 180 #include "XMLNSNames.h" | 179 #include "XMLNSNames.h" |
| 181 #include "XMLNames.h" | 180 #include "XMLNames.h" |
| 182 #include "XPathEvaluator.h" | 181 #include "XPathEvaluator.h" |
| 183 #include "XPathExpression.h" | 182 #include "XPathExpression.h" |
| 184 #include "XPathNSResolver.h" | 183 #include "XPathNSResolver.h" |
| 185 #include "XPathResult.h" | 184 #include "XPathResult.h" |
| 186 #include "XSLTProcessor.h" | 185 #include "XSLTProcessor.h" |
| 187 #include "core/accessibility/AXObjectCache.h" | 186 #include "core/accessibility/AXObjectCache.h" |
| 188 #include "core/platform/chromium/TraceEvent.h" | 187 #include "core/platform/chromium/TraceEvent.h" |
| 188 #include "core/platform/network/HTTPParsers.h" |
| 189 #include "htmlediting.h" | 189 #include "htmlediting.h" |
| 190 #include <wtf/CurrentTime.h> | 190 #include <wtf/CurrentTime.h> |
| 191 #include <wtf/HashFunctions.h> | 191 #include <wtf/HashFunctions.h> |
| 192 #include <wtf/MainThread.h> | 192 #include <wtf/MainThread.h> |
| 193 #include <wtf/MemoryInstrumentationHashCountedSet.h> | 193 #include <wtf/MemoryInstrumentationHashCountedSet.h> |
| 194 #include <wtf/MemoryInstrumentationHashMap.h> | 194 #include <wtf/MemoryInstrumentationHashMap.h> |
| 195 #include <wtf/MemoryInstrumentationHashSet.h> | 195 #include <wtf/MemoryInstrumentationHashSet.h> |
| 196 #include <wtf/MemoryInstrumentationVector.h> | 196 #include <wtf/MemoryInstrumentationVector.h> |
| 197 #include <wtf/PassRefPtr.h> | 197 #include <wtf/PassRefPtr.h> |
| 198 #include <wtf/StdLibExtras.h> | 198 #include <wtf/StdLibExtras.h> |
| (...skipping 5593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5792 return; | 5792 return; |
| 5793 | 5793 |
| 5794 Vector<RefPtr<Element> > associatedFormControls; | 5794 Vector<RefPtr<Element> > associatedFormControls; |
| 5795 copyToVector(m_associatedFormControls, associatedFormControls); | 5795 copyToVector(m_associatedFormControls, associatedFormControls); |
| 5796 | 5796 |
| 5797 frame()->page()->chrome()->client()->didAssociateFormControls(associatedForm
Controls); | 5797 frame()->page()->chrome()->client()->didAssociateFormControls(associatedForm
Controls); |
| 5798 m_associatedFormControls.clear(); | 5798 m_associatedFormControls.clear(); |
| 5799 } | 5799 } |
| 5800 | 5800 |
| 5801 } // namespace WebCore | 5801 } // namespace WebCore |
| OLD | NEW |