OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLRequestInfo
(Results
1 - 2
of
2
) 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
...]
Completed in 25 milliseconds