OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLRequestAutomationJob
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/automation/
url_request_automation_job.h
30
class
URLRequestAutomationJob
: public net::URLRequestJob {
32
URLRequestAutomationJob
(net::URLRequest* request, int tab, int request_id,
92
virtual ~
URLRequestAutomationJob
();
94
// Task which is scheduled in the
URLRequestAutomationJob
::ReadRawData
131
ScopedRunnableMethodFactory<
URLRequestAutomationJob
> method_factory_;
133
DISALLOW_COPY_AND_ASSIGN(
URLRequestAutomationJob
);
url_request_automation_job.cc
41
int
URLRequestAutomationJob
::instance_count_ = 0;
42
bool
URLRequestAutomationJob
::is_protocol_factory_registered_ = false;
44
net::URLRequest::ProtocolFactory*
URLRequestAutomationJob
::old_http_factory_
46
net::URLRequest::ProtocolFactory*
URLRequestAutomationJob
::old_https_factory_
49
URLRequestAutomationJob
::
URLRequestAutomationJob
(
64
DVLOG(1) << "
URLRequestAutomationJob
create. Count: " << ++instance_count_;
73
URLRequestAutomationJob
::~
URLRequestAutomationJob
() {
74
DVLOG(1) << "
URLRequestAutomationJob
delete. Count: " << --instance_count_
[
all
...]
/external/chromium_org/chrome/browser/automation/
url_request_automation_job.cc
83
int
URLRequestAutomationJob
::instance_count_ = 0;
84
bool
URLRequestAutomationJob
::is_protocol_factory_registered_ = false;
86
net::URLRequest::ProtocolFactory*
URLRequestAutomationJob
::old_http_factory_
88
net::URLRequest::ProtocolFactory*
URLRequestAutomationJob
::old_https_factory_
91
URLRequestAutomationJob
::
URLRequestAutomationJob
(
110
DVLOG(1) << "
URLRequestAutomationJob
create. Count: " << ++instance_count_;
119
URLRequestAutomationJob
::~
URLRequestAutomationJob
() {
120
DVLOG(1) << "
URLRequestAutomationJob
delete. Count: " << --instance_count_
[
all
...]
url_request_automation_job.h
30
class
URLRequestAutomationJob
: public net::URLRequestJob {
32
URLRequestAutomationJob
(
98
virtual ~
URLRequestAutomationJob
();
100
// Task which is scheduled in the
URLRequestAutomationJob
::ReadRawData
147
base::WeakPtrFactory<
URLRequestAutomationJob
> weak_factory_;
149
DISALLOW_COPY_AND_ASSIGN(
URLRequestAutomationJob
);
Completed in 32 milliseconds