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

/external/lzma/Java/Tukaani/
H A Dbuild.properties11 homepage = http://tukaani.org/xz/java.html
/external/libchrome/base/
H A Dvalues_unittest.cc23 std::string homepage = "http://google.com"; local
24 ASSERT_FALSE(settings.GetString("global.homepage", &homepage));
25 ASSERT_EQ(std::string("http://google.com"), homepage);
30 settings.SetString("global.homepage", "http://scurvy.com");
32 homepage = "http://google.com";
33 ASSERT_TRUE(settings.GetString("global.homepage", &homepage));
34 ASSERT_EQ(std::string("http://scurvy.com"), homepage);

Completed in 111 milliseconds