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

Side by Side Diff: Source/WebCore/dom/StyleElement.h

Issue 10265007: Merge 113887 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007 Rob Buis 2 * Copyright (C) 2006, 2007 Rob Buis
3 * 3 *
4 * This library is free software; you can redistribute it and/or 4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public 5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either 6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version. 7 * version 2 of the License, or (at your option) any later version.
8 * 8 *
9 * This library is distributed in the hope that it will be useful, 9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 void removedFromDocument(Document*, Element*); 47 void removedFromDocument(Document*, Element*);
48 void clearDocumentData(Document*, Element*); 48 void clearDocumentData(Document*, Element*);
49 void childrenChanged(Element*); 49 void childrenChanged(Element*);
50 void finishParsingChildren(Element*); 50 void finishParsingChildren(Element*);
51 51
52 RefPtr<CSSStyleSheet> m_sheet; 52 RefPtr<CSSStyleSheet> m_sheet;
53 53
54 private: 54 private:
55 void createSheet(Element*, int startLineNumber, const String& text = String( )); 55 void createSheet(Element*, int startLineNumber, const String& text = String( ));
56 void process(Element*); 56 void process(Element*);
57 void clearSheet();
57 58
58 bool m_createdByParser; 59 bool m_createdByParser;
59 bool m_loading; 60 bool m_loading;
60 int m_startLineNumber; 61 int m_startLineNumber;
61 }; 62 };
62 63
63 } 64 }
64 65
65 #endif 66 #endif
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/StyleSheet/detached-sheet-owner-node-link-expected.txt ('k') | Source/WebCore/dom/StyleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698