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

  /external/chromium_org/chrome/browser/web_dev_style/
html_checker.py 43 file_indicator = 'Found HTML style issues in %s' % abs_local_path
44 prompt_msg = file_indicator + '\n\n' + '\n'.join(errors) + '\n'
resource_checker.py 41 file_indicator = 'Found resources style issues in %s' % abs_local_path
42 prompt_msg = file_indicator + '\n\n' + '\n'.join(errors) + '\n'

Completed in 930 milliseconds