#include <geturl_handler.h>
◆ GetURLHandler() [1/2]
◆ ~GetURLHandler()
| GetURLHandler::~GetURLHandler |
( |
| ) |
|
|
private |
◆ GetURLHandler() [2/2]
◆ AppendDataBytes()
| void GetURLHandler::AppendDataBytes |
( |
const char * |
buffer, |
|
|
int32_t |
num_bytes |
|
) |
| |
|
private |
◆ Create()
◆ OnOpen()
| void GetURLHandler::OnOpen |
( |
int32_t |
result | ) |
|
|
private |
◆ OnRead()
| void GetURLHandler::OnRead |
( |
int32_t |
result | ) |
|
|
private |
◆ operator=()
◆ ReadBody()
| void GetURLHandler::ReadBody |
( |
| ) |
|
|
private |
◆ ReportResult()
| void GetURLHandler::ReportResult |
( |
const std::string & |
fname, |
|
|
const std::string & |
text, |
|
|
bool |
success |
|
) |
| |
|
private |
◆ ReportResultAndDie()
| void GetURLHandler::ReportResultAndDie |
( |
const std::string & |
fname, |
|
|
const std::string & |
text, |
|
|
bool |
success |
|
) |
| |
|
private |
◆ Start()
| void GetURLHandler::Start |
( |
| ) |
|
◆ buffer_
| char* GetURLHandler::buffer_ |
|
private |
◆ cc_factory_
| pp::CompletionCallbackFactory<GetURLHandler> GetURLHandler::cc_factory_ |
|
private |
◆ file_provider_hook_
◆ instance_
| pp::Instance* GetURLHandler::instance_ |
|
private |
◆ url_
| std::string GetURLHandler::url_ |
|
private |
◆ url_loader_
| pp::URLLoader GetURLHandler::url_loader_ |
|
private |
◆ url_request_
| pp::URLRequestInfo GetURLHandler::url_request_ |
|
private |
◆ url_response_body_
| std::string GetURLHandler::url_response_body_ |
|
private |
The documentation for this class was generated from the following files: