OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeHtmlPageWithSimpleLinkTo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
CommonResources.java
109
public static String
makeHtmlPageWithSimpleLinkTo
(String headers, String destination) {
116
public static String
makeHtmlPageWithSimpleLinkTo
(String destination) {
117
return
makeHtmlPageWithSimpleLinkTo
("", destination);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientShouldOverrideUrlLoadingTest.java
127
CommonResources.
makeHtmlPageWithSimpleLinkTo
(DATA_URL), "text/html", false);
210
CommonResources.
makeHtmlPageWithSimpleLinkTo
(getTestPageCommonHeaders(),
228
CommonResources.
makeHtmlPageWithSimpleLinkTo
(DATA_URL), "text/html", false);
253
CommonResources.
makeHtmlPageWithSimpleLinkTo
(DATA_URL), "text/html", false);
295
CommonResources.
makeHtmlPageWithSimpleLinkTo
(anchorLinkUrl + "#anchor"));
299
CommonResources.
makeHtmlPageWithSimpleLinkTo
("#anchor"), "text/html", false);
329
CommonResources.
makeHtmlPageWithSimpleLinkTo
(DATA_URL), "text/html", false);
351
CommonResources.
makeHtmlPageWithSimpleLinkTo
(ABOUT_BLANK_URL));
378
CommonResources.
makeHtmlPageWithSimpleLinkTo
(httpPathOnServer));
448
CommonResources.
makeHtmlPageWithSimpleLinkTo
(redirectTargetUrl), "text/html"
[
all
...]
AwContentsClientShouldInterceptRequestTest.java
234
CommonResources.
makeHtmlPageWithSimpleLinkTo
(aboutPageUrl));
[
all
...]
Completed in 62 milliseconds