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

Side by Side Diff: sky/engine/core/dom/DocumentInit.h

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/core/dom/DocumentFragment.cpp ('k') | sky/engine/core/dom/DocumentInit.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) 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, 2010, 2012 Apple Inc. All r ights reserved. 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 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) 2010 Nokia Corporation and/or its subsidiary(-ies) 8 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)
9 * Copyright (C) 2013 Google Inc. All rights reserved. 9 * Copyright (C) 2013 Google Inc. All rights reserved.
10 * 10 *
(...skipping 10 matching lines...) Expand all
21 * You should have received a copy of the GNU Library General Public License 21 * You should have received a copy of the GNU Library General Public License
22 * along with this library; see the file COPYING.LIB. If not, write to 22 * along with this library; see the file COPYING.LIB. If not, write to
23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 * Boston, MA 02110-1301, USA. 24 * Boston, MA 02110-1301, USA.
25 * 25 *
26 */ 26 */
27 27
28 #ifndef DocumentInit_h 28 #ifndef DocumentInit_h
29 #define DocumentInit_h 29 #define DocumentInit_h
30 30
31 #include "platform/heap/Handle.h" 31 #include "sky/engine/platform/heap/Handle.h"
32 #include "platform/weborigin/KURL.h" 32 #include "sky/engine/platform/weborigin/KURL.h"
33 #include "wtf/PassRefPtr.h" 33 #include "sky/engine/wtf/PassRefPtr.h"
34 #include "wtf/RefPtr.h" 34 #include "sky/engine/wtf/RefPtr.h"
35 #include "wtf/WeakPtr.h" 35 #include "sky/engine/wtf/WeakPtr.h"
36 36
37 namespace blink { 37 namespace blink {
38 38
39 class CustomElementRegistrationContext; 39 class CustomElementRegistrationContext;
40 class Document; 40 class Document;
41 class LocalFrame; 41 class LocalFrame;
42 class HTMLImportsController; 42 class HTMLImportsController;
43 class Settings; 43 class Settings;
44 44
45 class DocumentInit final { 45 class DocumentInit final {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 RefPtr<Document> m_owner; 77 RefPtr<Document> m_owner;
78 WeakPtr<Document> m_contextDocument; 78 WeakPtr<Document> m_contextDocument;
79 RawPtr<HTMLImportsController> m_importsController; 79 RawPtr<HTMLImportsController> m_importsController;
80 RefPtr<CustomElementRegistrationContext> m_registrationContext; 80 RefPtr<CustomElementRegistrationContext> m_registrationContext;
81 bool m_createNewRegistrationContext; 81 bool m_createNewRegistrationContext;
82 }; 82 };
83 83
84 } // namespace blink 84 } // namespace blink
85 85
86 #endif // DocumentInit_h 86 #endif // DocumentInit_h
OLDNEW
« no previous file with comments | « sky/engine/core/dom/DocumentFragment.cpp ('k') | sky/engine/core/dom/DocumentInit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698