OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLRequestInfo
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/ppapi/cpp/
url_request_info.cc
22
URLRequestInfo
::
URLRequestInfo
(const InstanceHandle& instance) {
29
URLRequestInfo
::
URLRequestInfo
(const
URLRequestInfo
& other)
33
bool
URLRequestInfo
::SetProperty(PP_URLRequestProperty property,
41
bool
URLRequestInfo
::AppendDataToBody(const void* data, uint32_t len) {
48
bool
URLRequestInfo
::AppendFileToBody(const FileRef& file_ref,
61
bool
URLRequestInfo
::AppendFileRangeToBody(
url_request_info.h
19
///
URLRequestInfo
provides an API for creating and manipulating URL requests.
20
class
URLRequestInfo
: public Resource {
24
URLRequestInfo
() {}
32
explicit
URLRequestInfo
(const InstanceHandle& instance);
34
/// The copy constructor for <code>
URLRequestInfo
</code>.
36
/// @param[in] other A <code>
URLRequestInfo
</code> to be copied.
37
URLRequestInfo
(const
URLRequestInfo
& other);
205
/// accept <code>
URLRequestInfo
</code> objects that try to set a custom
255
/// implementations) will accept <code>
URLRequestInfo
</code> objects that tr
[
all
...]
url_loader.h
17
class
URLRequestInfo
;
48
/// This function begins loading the <code>
URLRequestInfo
</code>.
53
/// @param[in] request_info A <code>
URLRequestInfo
</code> corresponding to a
54
///
URLRequestInfo
.
62
int32_t Open(const
URLRequestInfo
& request_info,
82
/// This data is only available if the <code>
URLRequestInfo
</code> passed to
99
/// This data is only available if the <code>
URLRequestInfo
</code> passed to
144
/// <code>
URLRequestInfo
</code> passed to Open().
url_loader.cc
40
int32_t URLLoader::Open(const
URLRequestInfo
& request_info,
/external/chromium_org/ppapi/tests/
test_url_loader.h
19
class
URLRequestInfo
;
34
std::string LoadAndCompareBody(const pp::
URLRequestInfo
& request,
42
int32_t OpenUntrusted(const pp::
URLRequestInfo
& request);
43
int32_t OpenTrusted(const pp::
URLRequestInfo
& request);
48
int32_t Open(const pp::
URLRequestInfo
& request,
test_url_loader.cc
192
const pp::
URLRequestInfo
& request,
298
pp::
URLRequestInfo
request(instance_);
308
pp::
URLRequestInfo
request(instance_);
316
int32_t TestURLLoader::OpenUntrusted(const pp::
URLRequestInfo
& request) {
320
int32_t TestURLLoader::OpenTrusted(const pp::
URLRequestInfo
& request) {
324
int32_t TestURLLoader::Open(const pp::
URLRequestInfo
& request,
335
pp::
URLRequestInfo
request(instance_);
341
pp::
URLRequestInfo
request(instance_);
363
pp::
URLRequestInfo
request(instance_);
384
pp::
URLRequestInfo
request(instance_)
[
all
...]
test_file_ref.cc
54
pp::
URLRequestInfo
request(instance_);
196
pp::
URLRequestInfo
request(instance_);
230
pp::
URLRequestInfo
request(instance_);
271
pp::
URLRequestInfo
request(instance_);
/external/chromium_org/ppapi/cpp/private/
flash.h
26
class
URLRequestInfo
;
52
static int32_t Navigate(const
URLRequestInfo
& request_info,
flash.cc
160
int32_t Flash::Navigate(const
URLRequestInfo
& request_info,
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.h
78
pp::
URLRequestInfo
url_request_;
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.cc
29
DEFINE_INTERFACE_FUNC(
URLRequestInfo
)
58
REQUEST_INTERFACE(
URLRequestInfo
,
URLREQUESTINFO
)
/external/chromium_org/ppapi/examples/url_loader/
stream_to_file.cc
88
pp::
URLRequestInfo
request(this);
streaming.cc
83
pp::
URLRequestInfo
request(this);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc
105
pp::
URLRequestInfo
url_request(instance_);
/external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc
210
pp::
URLRequestInfo
request_info(instance_);
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc
104
pp::
URLRequestInfo
url_request(instance);
Completed in 117 milliseconds