Home
last modified time | relevance | path

Searched refs:cancelAll (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceLoaderSet.h47 void cancelAll();
DResourceLoaderSet.cpp38 void ResourceLoaderSet::cancelAll() in cancelAll() function in WebCore::ResourceLoaderSet
DResourceFetcher.cpp1268 m_multipartLoaders->cancelAll(); in stopFetching()
1270 m_loaders->cancelAll(); in stopFetching()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java52 public void cancelAll() { in cancelAll() method in ShadowNotificationManager
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DNotificationManagerTest.java90 notificationManager.cancelAll(); in testCancelAll()