OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_headers
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/tools/quic/
quic_in_memory_cache.h
47
void
set_headers
(const BalsaHeaders& headers) {
function in class:net::tools::QuicInMemoryCache::Response
quic_in_memory_cache.cc
108
new_response->
set_headers
(response_headers);
/external/chromium_org/chrome_frame/
urlmon_moniker.h
141
void
set_headers
(VARIANT* headers) {
function in class:NavigationManager
bho.cc
155
set_headers
(headers);
/external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc
734
std::set<std::string>
set_headers
;
local
768
if (
set_headers
.find(key) !=
set_headers
.end() &&
790
if (
set_headers
.find(*key) !=
set_headers
.end()) {
810
set_headers
.insert(modification.name());
[
all
...]
Completed in 288 milliseconds