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

  /external/chromium_org/extensions/browser/
image_util_unittest.cc 13 void RunPassTest(const std::string& css_string, SkColor expected_result) {
15 EXPECT_TRUE(image_util::ParseCSSColorString(css_string, &color));
19 void RunFailTest(const std::string& css_string) {
21 EXPECT_FALSE(image_util::ParseCSSColorString(css_string, &color));
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc 722 std::string css_string; local
723 css_string = ReplaceStringPlaceholders(new_tab_theme_css, subst, NULL);
724 new_tab_css_ = base::RefCountedString::TakeString(&css_string);

Completed in 612 milliseconds