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

Side by Side Diff: sky/engine/core/loader/FrameLoader.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 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/loader/FrameFetchContext.cpp ('k') | sky/engine/core/loader/FrameLoader.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) 2006, 2007, 2008, 2009, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009, 2011 Apple Inc. All rights reserved.
3 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 3 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
4 * Copyright (C) Research In Motion Limited 2009. All rights reserved. 4 * Copyright (C) Research In Motion Limited 2009. All rights reserved.
5 * Copyright (C) 2011 Google Inc. All rights reserved. 5 * Copyright (C) 2011 Google Inc. All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
9 * are met: 9 * are met:
10 * 10 *
(...skipping 14 matching lines...) Expand all
25 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 25 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 26 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */ 30 */
31 31
32 #ifndef FrameLoader_h 32 #ifndef FrameLoader_h
33 #define FrameLoader_h 33 #define FrameLoader_h
34 34
35 #include "core/fetch/ResourceLoaderOptions.h" 35 #include "sky/engine/core/fetch/ResourceLoaderOptions.h"
36 #include "core/loader/FrameLoaderTypes.h" 36 #include "sky/engine/core/loader/FrameLoaderTypes.h"
37 #include "platform/Timer.h" 37 #include "sky/engine/platform/Timer.h"
38 #include "platform/network/ResourceRequest.h" 38 #include "sky/engine/platform/network/ResourceRequest.h"
39 #include "wtf/Forward.h" 39 #include "sky/engine/wtf/Forward.h"
40 #include "wtf/HashSet.h" 40 #include "sky/engine/wtf/HashSet.h"
41 #include "wtf/OwnPtr.h" 41 #include "sky/engine/wtf/OwnPtr.h"
42 42
43 namespace blink { 43 namespace blink {
44 44
45 class Chrome; 45 class Chrome;
46 class DOMWrapperWorld; 46 class DOMWrapperWorld;
47 class Document; 47 class Document;
48 class Event; 48 class Event;
49 class FetchContext; 49 class FetchContext;
50 class Frame; 50 class Frame;
51 class FrameLoaderClient; 51 class FrameLoaderClient;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 LocalFrame* m_frame; 85 LocalFrame* m_frame;
86 86
87 OwnPtr<FetchContext> m_fetchContext; 87 OwnPtr<FetchContext> m_fetchContext;
88 88
89 bool m_inStopAllLoaders; 89 bool m_inStopAllLoaders;
90 }; 90 };
91 91
92 } // namespace blink 92 } // namespace blink
93 93
94 #endif // FrameLoader_h 94 #endif // FrameLoader_h
OLDNEW
« no previous file with comments | « sky/engine/core/loader/FrameFetchContext.cpp ('k') | sky/engine/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698