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

  /external/chromium_org/chrome/browser/themes/
theme_properties_unittest.cc 16 int alignment = ThemeProperties::StringToAlignment(top_left);
22 alignment = ThemeProperties::StringToAlignment("top");
26 alignment = ThemeProperties::StringToAlignment("left");
30 alignment = ThemeProperties::StringToAlignment("right");
34 alignment = ThemeProperties::StringToAlignment("righttopbottom");
41 int alignment = ThemeProperties::StringToAlignment("bottom right");
45 alignment = ThemeProperties::StringToAlignment("new zealand");
49 alignment = ThemeProperties::StringToAlignment("new zealand top");
53 alignment = ThemeProperties::StringToAlignment("new zealandtop");
theme_properties.h 116 static int StringToAlignment(const std::string& alignment);
theme_properties.cc 136 int ThemeProperties::StringToAlignment(const std::string& alignment) {
browser_theme_pack.cc     [all...]

Completed in 290 milliseconds