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

/external/chromium/net/base/
H A Dcookie_monster_perftest.cc80 std::vector<GURL> gurls; // just wanna have ffffuunnn local
82 gurls.push_back(GURL(base::StringPrintf("http://a%04d.izzle", i)));
87 for (std::vector<GURL>::const_iterator it = gurls.begin();
88 it != gurls.end(); ++it) {
94 for (std::vector<GURL>::const_iterator it = gurls.begin();
95 it != gurls.end(); ++it) {
/external/chromium/chrome/browser/sessions/
H A Dsession_restore.cc822 std::vector<GURL> gurls; local
824 static_cast<Browser*>(NULL), true, false, true, gurls);
832 std::vector<GURL> gurls; local
834 static_cast<Browser*>(NULL), true, false, true, gurls);

Completed in 75 milliseconds