HomeSort by relevance Sort by last modified time
    Searched defs:chrome_html (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/grit/grit/gather/
chrome_html_unittest.py 6 '''Unit tests for grit.gather.chrome_html'''
19 from grit.gather import chrome_html namespace
63 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html'))
104 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html'))
136 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
163 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
190 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
227 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html'))
264 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
292 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css')
    [all...]
  /external/chromium_org/tools/grit/grit/node/
structure.py 19 import grit.gather.chrome_html namespace
35 'chrome_html' : grit.gather.chrome_html.ChromeHtml,
156 """Writes the processed data to output_dir. In the case of a chrome_html
246 'chrome_html']

Completed in 76 milliseconds