Home
last modified time | relevance | path

Searched defs:isDocumentThreadableLoaderClient (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/
DDocumentThreadableLoaderClient.h45 virtual bool isDocumentThreadableLoaderClient() { return true; } in isDocumentThreadableLoaderClient() function
DThreadableLoaderClient.h54 virtual bool isDocumentThreadableLoaderClient() { return false; } in isDocumentThreadableLoaderClient() function
/external/webkit/Source/WebKit/chromium/src/
DAssociatedURLLoader.cpp69 virtual bool isDocumentThreadableLoaderClient() { return true; } in isDocumentThreadableLoaderClient() function in WebKit::AssociatedURLLoader::ClientAdapter