OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FtpDirectoryListingResponseDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium/webkit/glue/
ftp_directory_listing_response_delegate.h
25
class
FtpDirectoryListingResponseDelegate
{
27
FtpDirectoryListingResponseDelegate
(WebKit::WebURLLoaderClient* client,
48
DISALLOW_COPY_AND_ASSIGN(
FtpDirectoryListingResponseDelegate
);
ftp_directory_listing_response_delegate.cc
57
FtpDirectoryListingResponseDelegate
::
FtpDirectoryListingResponseDelegate
(
66
void
FtpDirectoryListingResponseDelegate
::OnReceivedData(const char* data,
71
void
FtpDirectoryListingResponseDelegate
::OnCompletedRequest() {
95
void
FtpDirectoryListingResponseDelegate
::Init(const GURL& response_url) {
111
void
FtpDirectoryListingResponseDelegate
::SendDataToClient(
Completed in 71 milliseconds