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

  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 242 std::string color_json = "{ \"ntp_section\": [190, 190, 190] }";
254 " \"ntp_section\": [190, 190, 190] }";
259 SkColor ntp_section = SkColorSetRGB(190, 190, 190); local
261 colors[ThemeService::COLOR_NTP_SECTION] = ntp_section;
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 403 std::string color_json = "{ \"ntp_section\": [190, 190, 190] }";
415 " \"ntp_section\": [190, 190, 190] }";
420 SkColor ntp_section = SkColorSetRGB(190, 190, 190); local
422 colors[ThemeProperties::COLOR_NTP_SECTION] = ntp_section;

Completed in 2787 milliseconds