HomeSort by relevance Sort by last modified time
    Searched refs:GetHeaders (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/tools/gyp/test/win/
gyptest-link-fixed-base.py 22 def GetHeaders(exe):
27 if 'Relocations stripped' not in GetHeaders('test_fixed_default_exe.exe'):
29 if 'Relocations stripped' in GetHeaders('test_fixed_default_dll.dll'):
33 if 'Relocations stripped' in GetHeaders('test_fixed_no.exe'):
37 if 'Relocations stripped' not in GetHeaders('test_fixed_yes.exe'):
gyptest-link-nxcompat.py 22 def GetHeaders(exe):
26 if 'NX compatible' not in GetHeaders('test_nxcompat_default.exe'):
30 if 'NX compatible' in GetHeaders('test_nxcompat_no.exe'):
34 if 'NX compatible' not in GetHeaders('test_nxcompat_yes.exe'):
gyptest-link-tsaware.py 22 def GetHeaders(exe):
26 if 'Terminal Server Aware' in GetHeaders('test_tsaware_no.exe'):
30 if 'Terminal Server Aware' not in GetHeaders('test_tsaware_yes.exe'):
gyptest-link-large-address-aware.py 22 def GetHeaders(exe):
28 if MARKER in GetHeaders('test_large_address_aware_no.exe'):
32 if MARKER not in GetHeaders('test_large_address_aware_yes.exe'):
gyptest-link-subsystem.py 29 def GetHeaders(exe):
31 if '5.01 subsystem version' not in GetHeaders('test_console_xp.exe'):
33 if '5.01 subsystem version' not in GetHeaders('test_windows_xp.exe'):
gyptest-link-base-address.py 23 def GetHeaders(exe):
30 exe_headers = GetHeaders('test_base_specified_exe.exe')
38 dll_headers = GetHeaders('test_base_specified_dll.dll')
46 default_exe_headers = GetHeaders('test_base_default_exe.exe')
54 default_dll_headers = GetHeaders('test_base_default_dll.dll')
  /external/chromium_org/ppapi/cpp/
url_response_info.h 113 Var GetHeaders() const {
  /external/chromium_org/net/websockets/
websocket_handshake_handler.h 96 void GetHeaders(const char* const headers_to_get[],
websocket_handshake_handler_test.cc 133 handler.GetHeaders(kSetCookieHeaders, arraysize(kSetCookieHeaders), &cookies);
websocket_handshake_handler.cc 460 void WebSocketHandshakeResponseHandler::GetHeaders(
websocket_job.cc 466 handshake_response_->GetHeaders(
  /external/chromium_org/pdf/
document_loader.cc 42 pp::Var headers_var = response.GetHeaders();
305 pp::Var headers_var = loader_.GetResponseInfo().GetHeaders();
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 111 bool GetHeaders(base::DictionaryValue* params, std::string* headers) {
366 EXPECT_TRUE(GetHeaders(entries[pos].params.get(), &response_headers));
    [all...]

Completed in 204 milliseconds