Home
last modified time | relevance | path

Searched refs:style_sheet_module (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dresource_loader.py11 from py_vulcanize import style_sheet as style_sheet_module unknown
179 style_sheet = style_sheet_module.StyleSheet(self, name, resource)
195 image = style_sheet_module.Image(res)
Dmodule.py30 from py_vulcanize import style_sheet as style_sheet_module unknown
41 if isinstance(s, style_sheet_module.StyleSheet):