OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebURLLoaderImpl
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/mojo/services/html_viewer/
weburlloader_impl.h
26
class
WebURLLoaderImpl
: public blink::WebURLLoader {
28
explicit
WebURLLoaderImpl
(NetworkService* network_service);
31
virtual ~
WebURLLoaderImpl
();
55
base::WeakPtrFactory<
WebURLLoaderImpl
> weak_factory_;
57
DISALLOW_COPY_AND_ASSIGN(
WebURLLoaderImpl
);
weburlloader_impl.cc
78
WebURLLoaderImpl
::
WebURLLoaderImpl
(NetworkService* network_service)
84
WebURLLoaderImpl
::~
WebURLLoaderImpl
() {
87
void
WebURLLoaderImpl
::loadSynchronously(
95
void
WebURLLoaderImpl
::loadAsynchronously(const blink::WebURLRequest& request,
108
base::Bind(&
WebURLLoaderImpl
::OnReceivedResponse,
113
base::Bind(&
WebURLLoaderImpl
::OnReceivedResponse,
118
void
WebURLLoaderImpl
::cancel() {
129
base::Bind(&
WebURLLoaderImpl
::OnReceivedResponse
[
all
...]
blink_platform_impl.cc
169
return new
WebURLLoaderImpl
(network_service_.get());
/external/chromium_org/content/child/
web_url_loader_impl.h
20
class CONTENT_EXPORT
WebURLLoaderImpl
23
explicit
WebURLLoaderImpl
(ResourceDispatcher* resource_dispatcher);
24
virtual ~
WebURLLoaderImpl
();
54
DISALLOW_COPY_AND_ASSIGN(
WebURLLoaderImpl
);
web_url_loader_impl.cc
204
//
WebURLLoaderImpl
::Context --------------------------------------------------
209
class
WebURLLoaderImpl
::Context : public base::RefCounted<Context>,
212
Context(
WebURLLoaderImpl
* loader, ResourceDispatcher* resource_dispatcher);
252
WebURLLoaderImpl
* loader_;
263
WebURLLoaderImpl
::Context::Context(
WebURLLoaderImpl
* loader,
271
void
WebURLLoaderImpl
::Context::Cancel() {
290
void
WebURLLoaderImpl
::Context::SetDefersLoading(bool value) {
295
void
WebURLLoaderImpl
::Context::DidChangePriority(
302
bool
WebURLLoaderImpl
::Context::AttachThreadedDataReceiver
[
all
...]
web_url_loader_impl_unittest.cc
126
: loader_(new
WebURLLoaderImpl
(dispatcher)),
231
WebURLLoaderImpl
* loader() { return loader_.get(); }
251
scoped_ptr<
WebURLLoaderImpl
> loader_;
blink_platform_impl.cc
434
return new
WebURLLoaderImpl
(
465
return
WebURLLoaderImpl
::CreateError(unreachableURL, false, net::ERR_ABORTED);
[
all
...]
/external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc
249
WebURLLoaderImpl
::PopulateURLResponse(url_, info, &response);
Completed in 436 milliseconds