Searched defs:willStopBufferingData (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/network/ | ||
H A D | ResourceHandleClient.h | 98 virtual void willStopBufferingData(ResourceHandle*, const char*, int) { } function in class:WebCore::ResourceHandleClient |
/external/webkit/Source/WebCore/loader/ | ||
H A D | ResourceLoader.cpp | 296 void ResourceLoader::willStopBufferingData(const char* data, int length) function in class:WebCore::ResourceLoader |
H A D | ResourceLoader.h | 88 void willStopBufferingData(const char*, int); 113 virtual void willStopBufferingData(ResourceHandle*, const char* data, int length) { willStopBufferingData(data, length); } function in class:WebCore::ResourceLoader |
Completed in 403 milliseconds