OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:historyUrl
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
LoadDataWithBaseUrlTest.java
46
final String baseUrl, final String
historyUrl
) throws Throwable {
48
data, mimeType, isBase64Encoded, baseUrl,
historyUrl
);
202
final String
historyUrl
= "http://history.com/";
203
loadDataWithBaseUrlSync(pageHtml, "text/html", false, baseUrl,
historyUrl
);
204
assertEquals(
historyUrl
, HistoryUtils.getUrlOnUiThread(
228
final String
historyUrl
= "http://history.com/";
229
loadDataWithBaseUrlSync(pageHtml, "text/html", false, "data:foo",
historyUrl
);
244
final String
historyUrl
= webServer.setResponse("/" + CommonResources.ABOUT_FILENAME,
251
loadDataWithBaseUrlSync(page1Html, "text/html", false, null,
historyUrl
);
264
// The title of the 'about.html' specified via
historyUrl
[
all
...]
AwTestBase.java
234
final String
historyUrl
) throws Throwable {
236
loadDataWithBaseUrlAsync(awContents, data, mimeType, isBase64Encoded, baseUrl,
historyUrl
);
243
final String baseUrl, final String
historyUrl
) throws Throwable {
248
data, mimeType, isBase64Encoded, baseUrl,
historyUrl
));
ClientOnPageFinishedTest.java
207
final String
historyUrl
= webServer.getResponseUrl(historyPath);
214
"history.pushState(null, null, '" +
historyUrl
+ "');");
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
LoadUrlParams.java
124
* baseUrl and
historyUrl
are ignored if this is a data: url.
126
* @param
historyUrl
History url for this data load. Note that for WebView compatibility,
132
String baseUrl, String
historyUrl
) {
134
baseUrl,
historyUrl
, null);
144
* baseUrl and
historyUrl
are ignored if this is a data: url.
146
* @param
historyUrl
History url for this data load. Note that for WebView compatibility,
154
String baseUrl, String
historyUrl
, String charset) {
158
// baseUrl and
historyUrl
.
159
// TODO(joth): we should just append baseURL and
historyURL
here, and move the
163
params.setVirtualUrlForDataUrl(
historyUrl
!= null ? historyUrl : "about:blank")
[
all
...]
/cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java
470
final String
historyUrl
) {
475
historyUrl
);
/cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java
201
final String
historyUrl
= "www.history.com";
215
value.put(BookmarkColumns.URL,
historyUrl
);
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java
[
all
...]
Completed in 355 milliseconds