OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gurls
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
cookie_monster_perftest.cc
80
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/
session_restore.cc
822
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 161 milliseconds