WebappAuthenticator 76 chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java byte[] mac = WebappAuthenticator.getMacForUrl(context, url); WebappAuthenticator 16 chrome/android/javatests/src/org/chromium/chrome/browser/WebappAuthenticatorTest.java byte[] mac = WebappAuthenticator.getMacForUrl(context, url); WebappAuthenticator 18 chrome/android/javatests/src/org/chromium/chrome/browser/WebappAuthenticatorTest.java assertTrue(WebappAuthenticator.isUrlValid(context, url, mac)); WebappAuthenticator 19 chrome/android/javatests/src/org/chromium/chrome/browser/WebappAuthenticatorTest.java assertFalse(WebappAuthenticator.isUrlValid(context, url + "?goats=true", mac)); WebappAuthenticator 21 chrome/android/javatests/src/org/chromium/chrome/browser/WebappAuthenticatorTest.java assertFalse(WebappAuthenticator.isUrlValid(context, url, mac));