OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLFetcherFactory
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/net/url_request/
url_fetcher_factory.h
15
class
URLFetcherFactory
{
24
virtual ~
URLFetcherFactory
() {}
test_url_fetcher_factory.h
32
explicit ScopedURLFetcherFactory(
URLFetcherFactory
* factory);
40
// URLFetcher. TestURLFetcherFactory is a
URLFetcherFactory
that creates
229
// Simple
URLFetcherFactory
method that creates TestURLFetchers. All fetchers
233
class TestURLFetcherFactory : public
URLFetcherFactory
,
313
// instantiated, it sets itself up as the default
URLFetcherFactory
. Fake
356
class FakeURLFetcherFactory : public
URLFetcherFactory
,
376
// |default_factory|, which can be NULL, is a
URLFetcherFactory
that
380
explicit FakeURLFetcherFactory(
URLFetcherFactory
* default_factory);
382
// |default_factory|, which can be NULL, is a
URLFetcherFactory
that
389
FakeURLFetcherFactory(
URLFetcherFactory
* default_factory
[
all
...]
url_fetcher_impl.h
25
class
URLFetcherFactory
;
102
static
URLFetcherFactory
* factory();
109
static void set_factory(
URLFetcherFactory
* factory);
url_fetcher.cc
28
URLFetcherFactory
* factory = URLFetcherImpl::factory();
url_fetcher_impl.cc
16
static
URLFetcherFactory
* g_factory = NULL;
215
URLFetcherFactory
* URLFetcherImpl::factory() {
220
void URLFetcherImpl::set_factory(
URLFetcherFactory
* factory) {
test_url_fetcher_factory.cc
24
URLFetcherFactory
* factory) {
328
URLFetcherFactory
* default_factory)
335
URLFetcherFactory
* default_factory,
373
// TODO: Make
URLFetcherFactory
::CreateURLFetcher return a scoped_ptr
/external/chromium_org/google_apis/gaia/
mock_url_fetcher_factory.h
43
class MockURLFetcherFactory : public net::
URLFetcherFactory
,
oauth2_access_token_fetcher_unittest.cc
32
using net::
URLFetcherFactory
;
59
public
URLFetcherFactory
{
oauth2_api_call_flow_unittest.cc
35
using net::
URLFetcherFactory
;
58
public
URLFetcherFactory
{
gaia_oauth_client_unittest.cc
81
class MockOAuthFetcherFactory : public net::
URLFetcherFactory
,
Completed in 1758 milliseconds