OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResourceFetcherImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/fetchers/
resource_fetcher_impl.cc
31
return new
ResourceFetcherImpl
(url, frame, target_type, callback);
34
ResourceFetcherImpl
::
ResourceFetcherImpl
(const GURL& url, WebFrame* frame,
45
ResourceFetcherImpl
::~
ResourceFetcherImpl
() {
50
void
ResourceFetcherImpl
::SetTimeout(const base::TimeDelta& timeout) {
54
&
ResourceFetcherImpl
::TimeoutFired);
57
void
ResourceFetcherImpl
::Start(const GURL& url, WebFrame* frame,
68
void
ResourceFetcherImpl
::RunCallback(const WebURLResponse& response,
81
void
ResourceFetcherImpl
::TimeoutFired()
[
all
...]
resource_fetcher_impl.h
30
class
ResourceFetcherImpl
: public ResourceFetcher,
39
ResourceFetcherImpl
(
44
virtual ~
ResourceFetcherImpl
();
95
base::OneShotTimer<
ResourceFetcherImpl
> timeout_timer_;
97
DISALLOW_COPY_AND_ASSIGN(
ResourceFetcherImpl
);
Completed in 57 milliseconds