Searched refs:ignoreMethod (Results 1 – 5 of 5) sorted by relevance
31 …QueryParams() : ignoreSearch(false), ignoreMethod(false), ignoreVary(false), prefixMatch(false) { } in QueryParams()34 bool ignoreMethod; member
11 boolean ignoreMethod;
26 webQueryParams.ignoreMethod = queryParams.hasIgnoreMethod() && queryParams.ignoreMethod(); in toWebQueryParams()
136 EXPECT_EQ(expectedQueryParams.ignoreMethod, queryParams.ignoreMethod); in CompareQueryParamsForTest()
122 query_params.ignore_method = web_query_params.ignoreMethod; in QueryParamsFromWebQueryParams()