OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MultipartResponseDelegate
(Results
1 - 13
of
13
) sorted by null
/external/chromium/webkit/glue/
multipart_response_delegate.h
67
class
MultipartResponseDelegate
{
69
MultipartResponseDelegate
(WebKit::WebURLLoaderClient* client,
146
DISALLOW_COPY_AND_ASSIGN(
MultipartResponseDelegate
);
multipart_response_delegate_unittest.cc
23
using webkit_glue::
MultipartResponseDelegate
;
30
MultipartResponseDelegateTester(
MultipartResponseDelegate
* delegate)
44
MultipartResponseDelegate
* delegate_;
107
MultipartResponseDelegate
delegate(&client, NULL, response, "bound");
211
MultipartResponseDelegate
delegate(&client, NULL, response, "bound");
234
MultipartResponseDelegate
delegate2(&client, NULL, response, "bound");
256
MultipartResponseDelegate
delegate3(&client, NULL, response, "bound");
286
MultipartResponseDelegate
delegate(&client, NULL, response, "--bound");
335
MultipartResponseDelegate
delegate(&client, NULL, response, "bound");
450
MultipartResponseDelegate
delegate(&client, NULL, response, "bound")
[
all
...]
multipart_response_delegate.cc
57
MultipartResponseDelegate
::
MultipartResponseDelegate
(
79
void
MultipartResponseDelegate
::OnReceivedData(const char* data,
188
void
MultipartResponseDelegate
::OnCompletedRequest() {
200
int
MultipartResponseDelegate
::PushOverLine(const std::string& data,
211
bool
MultipartResponseDelegate
::ParseHeaders() {
282
size_t
MultipartResponseDelegate
::FindBoundary() {
298
bool
MultipartResponseDelegate
::ReadMultipartBoundary(
326
bool
MultipartResponseDelegate
::ReadContentRanges(
weburlloader_impl.cc
325
scoped_ptr<
MultipartResponseDelegate
> multipart_delegate_;
586
new
MultipartResponseDelegate
(client_, loader_, response, boundary));
/external/chromium_org/webkit/child/
multipart_response_delegate.h
68
class WEBKIT_CHILD_EXPORT
MultipartResponseDelegate
{
70
MultipartResponseDelegate
(blink::WebURLLoaderClient* client,
148
DISALLOW_COPY_AND_ASSIGN(
MultipartResponseDelegate
);
multipart_response_delegate_unittest.cc
23
using webkit_glue::
MultipartResponseDelegate
;
30
MultipartResponseDelegateTester(
MultipartResponseDelegate
* delegate)
44
MultipartResponseDelegate
* delegate_;
107
MultipartResponseDelegate
delegate(&client, NULL, response, "bound");
211
MultipartResponseDelegate
delegate(&client, NULL, response, "bound");
234
MultipartResponseDelegate
delegate2(&client, NULL, response, "bound");
256
MultipartResponseDelegate
delegate3(&client, NULL, response, "bound");
286
MultipartResponseDelegate
delegate(&client, NULL, response, "--bound");
335
MultipartResponseDelegate
delegate(&client, NULL, response, "bound");
450
MultipartResponseDelegate
delegate(&client, NULL, response, "bound")
[
all
...]
multipart_response_delegate.cc
57
MultipartResponseDelegate
::
MultipartResponseDelegate
(
79
void
MultipartResponseDelegate
::OnReceivedData(const char* data,
188
void
MultipartResponseDelegate
::OnCompletedRequest() {
200
int
MultipartResponseDelegate
::PushOverLine(const std::string& data,
211
bool
MultipartResponseDelegate
::ParseHeaders() {
282
size_t
MultipartResponseDelegate
::FindBoundary() {
298
bool
MultipartResponseDelegate
::ReadMultipartBoundary(
326
bool
MultipartResponseDelegate
::ReadContentRanges(
weburlloader_impl.cc
265
scoped_ptr<
MultipartResponseDelegate
> multipart_delegate_;
556
new
MultipartResponseDelegate
(client_, loader_, response, boundary));
/external/chromium_org/content/child/npapi/
plugin_url_fetcher.h
15
class
MultipartResponseDelegate
;
79
scoped_ptr<webkit_glue::
MultipartResponseDelegate
> multipart_delegate_;
plugin_url_fetcher.cc
45
if (!webkit_glue::
MultipartResponseDelegate
::ReadContentRanges(
224
if (webkit_glue::
MultipartResponseDelegate
::ReadMultipartBoundary(
231
multipart_delegate_.reset(new webkit_glue::
MultipartResponseDelegate
(
235
//
MultipartResponseDelegate
.
243
webkit_glue::
MultipartResponseDelegate
::ReadContentRanges(
/external/chromium_org/content/renderer/npapi/
webplugin_impl.h
42
class
MultipartResponseDelegate
;
303
webkit_glue::
MultipartResponseDelegate
*>
webplugin_impl.cc
87
using webkit_glue::
MultipartResponseDelegate
;
112
if (!
MultipartResponseDelegate
::ReadContentRanges(
963
//
MultipartResponseDelegate
.
970
MultipartResponseDelegate
::ReadContentRanges(response,
[
all
...]
/external/chromium/webkit/glue/media/
buffered_resource_loader.cc
23
using webkit_glue::
MultipartResponseDelegate
;
587
if (!
MultipartResponseDelegate
::ReadContentRanges(response,
Completed in 270 milliseconds