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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
text_unittest.py 29 """Unit test for text_style.py."""
33 import text as text_style namespace
37 """TestCase for text_style.py"""
47 text_style.process_file_data('', lines, error_for_test)
60 text_style.process_file_data('', lines, error_for_test)
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 266 views::StyledLabel::RangeStyleInfo text_style; local
267 text_style.color = data.GetTextColor();
271 text_style);
275 label->AddStyleRange(prefix_range, text_style);
284 label->AddStyleRange(suffix_range, text_style);
    [all...]

Completed in 690 milliseconds