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

  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.h 40 bool HasOrWillHaveCustomTheme(
two_client_themes_sync_test.cc 14 using themes_helper::HasOrWillHaveCustomTheme;
164 ASSERT_EQ(HasOrWillHaveCustomTheme(GetProfile(0), GetCustomTheme(0)),
165 HasOrWillHaveCustomTheme(GetProfile(1), GetCustomTheme(0)));
179 ASSERT_EQ(HasOrWillHaveCustomTheme(GetProfile(0), GetCustomTheme(0)),
180 HasOrWillHaveCustomTheme(GetProfile(1), GetCustomTheme(0)));
198 HasOrWillHaveCustomTheme(GetProfile(1), GetCustomTheme(0));
200 HasOrWillHaveCustomTheme(GetProfile(0), GetCustomTheme(1)) &&
themes_helper.cc 59 bool HasOrWillHaveCustomTheme(Profile* profile, const std::string& id) {

Completed in 176 milliseconds