Searched defs:homepage (Results 1 - 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/
H A Dvalues_unittest.cc21 std::string homepage = "http://google.com"; local
22 ASSERT_FALSE(settings.GetString("global.homepage", &homepage));
23 ASSERT_EQ(std::string("http://google.com"), homepage);
28 settings.SetString("global.homepage", "http://scurvy.com");
30 homepage = "http://google.com";
31 ASSERT_TRUE(settings.GetString("global.homepage", &homepage));
32 ASSERT_EQ(std::string("http://scurvy.com"), homepage);
/external/libchrome/base/
H A Dvalues_unittest.cc21 std::string homepage = "http://google.com"; local
22 ASSERT_FALSE(settings.GetString("global.homepage", &homepage));
23 ASSERT_EQ(std::string("http://google.com"), homepage);
28 settings.SetString("global.homepage", "http://scurvy.com");
30 homepage = "http://google.com";
31 ASSERT_TRUE(settings.GetString("global.homepage", &homepage));
32 ASSERT_EQ(std::string("http://scurvy.com"), homepage);

Completed in 169 milliseconds