OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DocumentThreadableLoaderClient
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoaderClient.h
41
class
DocumentThreadableLoaderClient
: public ThreadableLoaderClient {
42
WTF_MAKE_NONCOPYABLE(
DocumentThreadableLoaderClient
);
50
DocumentThreadableLoaderClient
() { }
DocumentThreadableLoader.cpp
44
#include "core/loader/
DocumentThreadableLoaderClient
.h"
187
static_cast<
DocumentThreadableLoaderClient
*>(m_client)->willSendRequest(request, redirectResponse);
/external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp
39
#include "core/loader/
DocumentThreadableLoaderClient
.h"
127
class AssociatedURLLoader::ClientAdapter : public
DocumentThreadableLoaderClient
{
Completed in 50 milliseconds