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

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

Issue 803673003: Delete StyleSheetList and support code. (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
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) 2011 Google Inc. All rights reserved. 9 * Copyright (C) 2011 Google Inc. All rights reserved.
10 * 10 *
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 class RequestAnimationFrameCallback; 110 class RequestAnimationFrameCallback;
111 class ResourceFetcher; 111 class ResourceFetcher;
112 class ScriptRunner; 112 class ScriptRunner;
113 class ScriptedAnimationController; 113 class ScriptedAnimationController;
114 class SegmentedString; 114 class SegmentedString;
115 class SelectorQueryCache; 115 class SelectorQueryCache;
116 class SerializedScriptValue; 116 class SerializedScriptValue;
117 class Settings; 117 class Settings;
118 class StyleEngine; 118 class StyleEngine;
119 class StyleResolver; 119 class StyleResolver;
120 class StyleSheetList;
121 class Text; 120 class Text;
122 class Touch; 121 class Touch;
123 class TouchList; 122 class TouchList;
124 class WebGLRenderingContext; 123 class WebGLRenderingContext;
125 124
126 struct AnnotatedRegionValue; 125 struct AnnotatedRegionValue;
127 126
128 typedef EventWithHitTestResults<PlatformMouseEvent> MouseEventWithHitTestResults ; 127 typedef EventWithHitTestResults<PlatformMouseEvent> MouseEventWithHitTestResults ;
129 typedef int ExceptionCode; 128 typedef int ExceptionCode;
130 129
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 Node* eventTargetNodeForDocument(Document*); 817 Node* eventTargetNodeForDocument(Document*);
819 818
820 } // namespace blink 819 } // namespace blink
821 820
822 #ifndef NDEBUG 821 #ifndef NDEBUG
823 // Outside the WebCore namespace for ease of invocation from gdb. 822 // Outside the WebCore namespace for ease of invocation from gdb.
824 void showLiveDocumentInstances(); 823 void showLiveDocumentInstances();
825 #endif 824 #endif
826 825
827 #endif // SKY_ENGINE_CORE_DOM_DOCUMENT_H_ 826 #endif // SKY_ENGINE_CORE_DOM_DOCUMENT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698