OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:url_poster
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/glue/
http_bridge.cc
115
HttpBridge::URLFetchState::URLFetchState() :
url_poster
(NULL),
219
fetch_state_.
url_poster
= new URLFetcher(url_for_request_,
221
fetch_state_.
url_poster
->set_request_context(context_getter_for_request_);
222
fetch_state_.
url_poster
->set_upload_data(content_type_, request_content_);
223
fetch_state_.
url_poster
->set_extra_request_headers(extra_headers_);
224
fetch_state_.
url_poster
->set_load_flags(net::LOAD_DO_NOT_SEND_COOKIES);
225
fetch_state_.
url_poster
->Start();
262
fetch_state_.
url_poster
);
263
fetch_state_.
url_poster
= NULL;
291
MessageLoop::current()->DeleteSoon(FROM_HERE, fetch_state_.
url_poster
);
[
all
...]
http_bridge.h
181
URLFetcher*
url_poster
;
member in struct:browser_sync::HttpBridge::URLFetchState
Completed in 26 milliseconds