Home | History | Annotate | Download | only in browser

Lines Matching refs:url

26      * @param url the url of the new bookmark.
29 public static void logBookmarkAdded(String url, String where) {
30 EventLog.writeEvent(EventLogTags.BROWSER_BOOKMARK_ADDED, url + "|"
41 * @param url the url of that page that finished loading.
44 public static void logPageFinishedLoading(String url, long duration) {
45 EventLog.writeEvent(EventLogTags.BROWSER_PAGE_LOADED, url + "|"
52 * @param url the url of the page that is being logged (old page).
55 public static void logTimeOnPage(String url, long duration) {
56 EventLog.writeEvent(EventLogTags.BROWSER_TIMEONPAGE, url + "|"