HomeSort by relevance Sort by last modified time
    Searched refs:HistoryUtils (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClearHistoryTest.java 10 import org.chromium.content.browser.test.util.HistoryUtils;
45 HistoryUtils.goBackSync(getInstrumentation(), webContents, onPageFinishedHelper);
47 HistoryUtils.canGoBackOnUiThread(getInstrumentation(), webContents));
49 HistoryUtils.canGoForwardOnUiThread(getInstrumentation(), webContents));
51 HistoryUtils.clearHistoryOnUiThread(getInstrumentation(), webContents);
53 HistoryUtils.canGoBackOnUiThread(getInstrumentation(), webContents));
55 HistoryUtils.canGoForwardOnUiThread(getInstrumentation(), webContents));
LoadDataWithBaseUrlTest.java 15 import org.chromium.content.browser.test.util.HistoryUtils;
204 assertEquals(historyUrl, HistoryUtils.getUrlOnUiThread(
208 assertEquals("about:blank", HistoryUtils.getUrlOnUiThread(
230 assertEquals("data:text/html," + pageHtml, HistoryUtils.getUrlOnUiThread(
263 HistoryUtils.goBackSync(getInstrumentation(), mWebContents, onPageFinishedHelper);
NavigationHistoryTest.java 13 import org.chromium.content.browser.test.util.HistoryUtils;
174 HistoryUtils.goBackSync(getInstrumentation(), mAwContents.getWebContents(),
308 HistoryUtils.goBackSync(getInstrumentation(), mAwContents.getWebContents(),
LoadUrlTest.java 18 import org.chromium.content.browser.test.util.HistoryUtils;
325 HistoryUtils.goBackSync(getInstrumentation(),
AwSettingsTest.java 37 import org.chromium.content.browser.test.util.HistoryUtils;
    [all...]
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
HistoryUtils.java 21 public class HistoryUtils {

Completed in 363 milliseconds