OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:historyUrl
(Results
1 - 4
of
4
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWebView.java
156
String baseUrl, String data, String mimeType, String encoding, String
historyUrl
) {
157
if (
historyUrl
!= null) {
158
originalUrl =
historyUrl
;
159
history.add(0,
historyUrl
);
162
new LoadDataWithBaseURL(baseUrl, data, mimeType, encoding,
historyUrl
);
411
public final String
historyUrl
;
414
String baseUrl, String data, String mimeType, String encoding, String
historyUrl
) {
419
this.
historyUrl
=
historyUrl
;
/cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewSyncLoader.java
221
final String
historyUrl
) {
223
() -> mWebView.loadDataWithBaseURL(baseUrl, data, mimeType, encoding,
historyUrl
));
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowWebViewTest.java
71
assertThat(lastLoadData.
historyUrl
).isEqualTo("history/url");
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java
[
all
...]
Completed in 512 milliseconds