Searched refs:Pragma (Results 1 – 8 of 8) sorted by relevance
125 mode = Pragma; in processMeta()130 if (mode == Charset || (mode == Pragma && gotPragma)) { in processMeta()
60 Pragma, enumerator
22 Pragma.cpp
28 Pragma.cpp \
50 Pragma
50 @"Age", @"Cache-Control", @"Date", @"Etag", @"Expires", @"Last-Modified", @"Pragma"
80 // C99 6.10.6 - Pragma Directive.
72246 Bug 21596: WebCore::Cache should use parsed Pragma and Cache-Control headers72252 This patch adds real parsing for Pragma and Cache-Control headers72273 header is set. Ditto for m_haveParsedPragmaHeader and "Pragma".72275 Provides parsed Pragma header directives.72286 routine for both Cache-Control and Pragma headers.72292 (WebCore::PragmaDirectiveMap): Added. Typedef for a parsed Pragma72301 Boolean to describe when the "Pragma" header needs to be reparsed.72305 Cached map to hold parsed "Pragma" headers.