HomeSort by relevance Sort by last modified time
    Searched full:style_sheet (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
html_generation_controller.py 7 from py_vulcanize import style_sheet namespace
26 ss = style_sheet.ParsedStyleSheet(
module.py 25 from py_vulcanize import style_sheet as style_sheet_module
191 style_sheet = self.loader.LoadStyleSheet(name)
192 self.style_sheets.append(style_sheet)
249 for style_sheet in self.style_sheets:
250 style_sheet.AppendDirectlyDependentFilenamesTo(dependent_filenames)
resource_loader.py 11 from py_vulcanize import style_sheet as style_sheet_module
178 style_sheet = style_sheet_module.StyleSheet(self, name, resource)
179 style_sheet.load()
180 self.loaded_style_sheets[name] = style_sheet
181 return style_sheet
generate.py 242 style_sheet = loader.LoadStyleSheet(resource.name)
244 if style_sheet in written_style_sheets:
246 written_style_sheets.add(style_sheet)
248 text = style_sheet.contents_with_inlined_images
html_module.py 11 from py_vulcanize import style_sheet namespace
86 ss = style_sheet.ParsedStyleSheet(
style_sheet.py 81 # style_sheet, leading to an import loop.
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 43 private static final String STYLE_SHEET = "<style>h2 {font-size:1.2em;font-weight:normal;} " +
272 return STYLE_SHEET + wikiText;

Completed in 1214 milliseconds