OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCacheValidators
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_http_response_headers.h
48
std::string
GetCacheValidators
();
nacl_http_response_headers_unittest.cc
24
EXPECT_EQ(one_val_expected, parser_1.
GetCacheValidators
());
39
EXPECT_EQ(mod_val_expected, parser_1b.
GetCacheValidators
());
58
EXPECT_EQ(two_val_expected, parser_2.
GetCacheValidators
());
69
EXPECT_EQ(single_q_expected, parser_3.
GetCacheValidators
());
81
EXPECT_EQ(bad_expected, parser_4.
GetCacheValidators
());
nacl_http_response_headers.cc
86
std::string NaClHttpResponseHeaders::
GetCacheValidators
() {
pnacl_coordinator.cc
[
all
...]
Completed in 2935 milliseconds