Searched defs:StyleSheet (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheet.cpp21 #include "core/css/StyleSheet.h"
25 StyleSheet::~StyleSheet()
H A DStyleSheet.h35 class StyleSheet;
37 class StyleSheet : public RefCountedWillBeGarbageCollectedFinalized<StyleSheet>, public ScriptWrappable { class in namespace:blink
40 StyleSheet() { } function in class:blink::StyleSheet
41 virtual ~StyleSheet();
46 virtual StyleSheet* parentStyleSheet() const { return 0; }
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py75 class StyleSheet(object): class in inherits:object
84 return "StyleSheet(%s)" % self.name
167 - style_sheets: StyleSheet objects that this module relies on for styling
254 style_sheet = StyleSheet(name, filename, contents)

Completed in 73 milliseconds