OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:non_app_url
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/
chrome_app_api_browsertest.cc
103
GURL
non_app_url
(test_file_url.ReplaceComponents(replace_host));
119
ui_test_utils::NavigateToURL(browser(),
non_app_url
);
local
250
GURL
non_app_url
(test_file_url.ReplaceComponents(replace_host));
288
ui_test_utils::NavigateToURL(browser(),
non_app_url
);
local
316
GURL
non_app_url
(test_file_url.ReplaceComponents(replace_host));
app_process_apitest.cc
228
const GURL&
non_app_url
(base_url.Resolve("path3/empty.html"));
230
non_app_url
);
358
const GURL&
non_app_url
(base_url.Resolve("path3/empty.html"));
362
non_app_url
);
[
all
...]
isolated_app_browsertest.cc
517
const GURL&
non_app_url
(base_url.Resolve("non_app/main.html"));
519
non_app_url
);
/external/chromium/chrome/browser/extensions/
app_process_apitest.cc
118
const GURL&
non_app_url
(base_url.Resolve("path3/empty.html"));
119
NavigateTabHelper(browser()->GetTabContentsAt(2),
non_app_url
);
chrome_app_api_browsertest.cc
45
GURL
non_app_url
(test_file_url.ReplaceComponents(replace_host));
55
ui_test_utils::NavigateToURL(browser(),
non_app_url
);
local
Completed in 55 milliseconds