OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:possibly_relative_url
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/searchbox/
searchbox_extension_unittest.cc
14
const base::string16&
possibly_relative_url
);
searchbox_extension.cc
188
const base::string16&
possibly_relative_url
) {
189
if (current_url.is_valid() && !
possibly_relative_url
.empty())
190
return current_url.Resolve(
possibly_relative_url
);
191
return GURL(
possibly_relative_url
);
975
const base::string16&
possibly_relative_url
= V8ValueToUTF16(args[0]);
local
[
all
...]
Completed in 436 milliseconds