OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyResourceLoader
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/benchmark/
Intercept.h
47
class
MyResourceLoader
: public WebCoreResourceLoader {
54
MyResourceLoader
(ResourceHandle* handle, String url)
Intercept.cpp
43
PassRefPtr<WebCore::ResourceLoaderAndroid>
MyResourceLoader
::create(
47
new
MyResourceLoader
(handle, url));
50
void
MyResourceLoader
::handleRequest()
58
void
MyResourceLoader
::loadData(const String& data)
142
void
MyResourceLoader
::loadFile(const String& file)
172
MyResourceLoader
::create(handle, req.url().string());
187
static_cast<
MyResourceLoader
*>((*i).get())->handleRequest();
Completed in 1379 milliseconds