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

  /external/webkit/Source/WebKit/chromium/scripts/
concatenate_css_files.py 51 attrs_dict = dict(attrs)
52 if ('type' in attrs_dict and attrs_dict['type'] == 'text/css' and
53 'href' in attrs_dict):
54 self.ordered_css_files.append(attrs_dict['href'])
concatenate_js_files.py 53 attrs_dict = dict(attrs)
54 if ('type' in attrs_dict and attrs_dict['type'] == 'text/javascript' and 'src' in attrs_dict):
55 self.ordered_js_files.append(attrs_dict['src'])

Completed in 356 milliseconds