OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstResponseHeader
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.h
45
bool
firstResponseHeader
(const char* name, WTF::String* result, bool allowEmptyString) const;
CacheResult.cpp
76
bool CacheResult::
firstResponseHeader
(const char* name, String* result, bool allowEmptyString) const
/external/webkit/Source/WebKit/android/jni/
CacheManager.cpp
61
if (result->
firstResponseHeader
(header, &value, allowEmptyString))
Completed in 175 milliseconds