Searched refs:getCountForPath (Results 1 – 1 of 1) sorted by relevance
89 dispatcher.getCountForPath("/")); in testDeleteBrowsingDataDeletesCache()101 2, dispatcher.getCountForPath("/")); in testDeleteBrowsingDataDeletesCache()133 Assert.assertEquals(1, otherDispatcher.getCountForPath("/")); in testDeleteBrowsingDataForSiteDeletesCache()140 dispatcher.getCountForPath("/")); in testDeleteBrowsingDataForSiteDeletesCache()153 2, dispatcher.getCountForPath("/")); in testDeleteBrowsingDataForSiteDeletesCache()157 otherDispatcher.getCountForPath("/")); in testDeleteBrowsingDataForSiteDeletesCache()177 int getCountForPath(String path) { in getCountForPath() method in WebStorageTest.CountingQueueDispatcher