HomeSort by relevance Sort by last modified time
    Searched refs:m_clientAdapter (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
AssociatedURLLoader.h 67 OwnPtr<ClientAdapter> m_clientAdapter;
AssociatedURLLoader.cpp 184 if (m_clientAdapter)
185 m_clientAdapter->clearClient();
217 m_clientAdapter = ClientAdapter::create(this, m_client, request.downloadToFile());
219 m_loader = DocumentThreadableLoader::create(webcoreDocument, m_clientAdapter.get(), webcoreRequest, options);
225 m_clientAdapter->clearClient();

Completed in 3024 milliseconds