Searched defs:willStopBufferingData (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DResourceHandleClient.h98 virtual void willStopBufferingData(ResourceHandle*, const char*, int) { } function in class:WebCore::ResourceHandleClient
/external/webkit/Source/WebCore/loader/
H A DResourceLoader.cpp296 void ResourceLoader::willStopBufferingData(const char* data, int length) function in class:WebCore::ResourceLoader
H A DResourceLoader.h88 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