Home
last modified time | relevance | path

Searched refs:disposition (Results 1 – 9 of 9) sorted by relevance

/external/chromium/base/
Dplatform_file_win.cc15 DWORD disposition = 0; in CreatePlatformFile() local
18 disposition = OPEN_EXISTING; in CreatePlatformFile()
21 DCHECK(!disposition); in CreatePlatformFile()
22 disposition = CREATE_NEW; in CreatePlatformFile()
26 DCHECK(!disposition); in CreatePlatformFile()
27 disposition = OPEN_ALWAYS; in CreatePlatformFile()
31 DCHECK(!disposition); in CreatePlatformFile()
32 disposition = CREATE_ALWAYS; in CreatePlatformFile()
35 if (!disposition) { in CreatePlatformFile()
59 disposition, create_flags, NULL); in CreatePlatformFile()
Dmach_ipc_mac.h86 disposition = in_disposition; in MachMsgPortDescriptor()
95 disposition = MACH_MSG_TYPE_PORT_SEND; in MachMsgPortDescriptor()
104 disposition = desc.disposition; in MachMsgPortDescriptor()
113 return disposition; in GetDisposition()
Dregistry.cc185 DWORD* disposition, REGSAM access) { in CreateWithDisposition() argument
186 assert(rootkey && subkey && access && disposition); in CreateWithDisposition()
197 disposition ); in CreateWithDisposition()
Dregistry.h36 bool CreateWithDisposition(HKEY rootkey, CTP subkey, DWORD* disposition,
/external/webkit/WebKit/gtk/tests/
Dtestmimehandling.c113 char* disposition; in mime_type_policy_decision_requested_cb() local
117 &disposition, NULL); in mime_type_policy_decision_requested_cb()
120 g_assert_cmpstr(disposition, ==, "attachment"); in mime_type_policy_decision_requested_cb()
121 g_free(disposition); in mime_type_policy_decision_requested_cb()
/external/webkit/LayoutTests/http/conf/
Dmime.types498 message/disposition-notification
/external/webkit/WebKit/win/
DChangeLog-2009-06-1610632 …- Implemented IWebHTTPURLResponse::allHeaderFields so that if the content disposition is "attachme…
/external/webkit/WebCore/
DChangeLog-2007-10-147156 Safari does not handle filename parameter of content-disposition
DChangeLog-2008-08-1027942 …Fall back to last path component for suggested filename if the HTTP content disposition is not set.