OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_page_url
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc
200
GURL
test_page_url
= CloudPrintURL::GetCloudPrintTestPageURL();
local
201
std::string test_page_path =
test_page_url
.spec();
205
EXPECT_TRUE(
test_page_url
.has_path());
206
EXPECT_TRUE(
test_page_url
.has_query());
Completed in 53 milliseconds