OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:historyUrl
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java
201
final String
historyUrl
= "www.history.com";
215
value.put(BookmarkColumns.URL,
historyUrl
);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnPageFinishedTest.java
207
final String
historyUrl
= webServer.getResponseUrl(historyPath);
214
"history.pushState(null, null, '" +
historyUrl
+ "');");
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
...]
Completed in 650 milliseconds