Home
last modified time | relevance | path

Searched refs:WebappAuthenticator (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
DWebappAuthenticatorTest.java16 byte[] mac = WebappAuthenticator.getMacForUrl(context, url); in testAuthentication()
18 assertTrue(WebappAuthenticator.isUrlValid(context, url, mac)); in testAuthentication()
19 assertFalse(WebappAuthenticator.isUrlValid(context, url + "?goats=true", mac)); in testAuthentication()
21 assertFalse(WebappAuthenticator.isUrlValid(context, url, mac)); in testAuthentication()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DShortcutHelper.java76 byte[] mac = WebappAuthenticator.getMacForUrl(context, url); in addShortcut()
DWebappAuthenticator.java35 public class WebappAuthenticator { class