HomeSort by relevance Sort by last modified time
    Searched defs:URLRequestPostInterceptor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/component_updater/test/
url_request_post_interceptor.cc 53 URLRequestPostInterceptor::URLRequestPostInterceptor(
59 URLRequestPostInterceptor::~URLRequestPostInterceptor() {
64 void URLRequestPostInterceptor::ClearExpectations() {
72 GURL URLRequestPostInterceptor::GetUrl() const {
76 bool URLRequestPostInterceptor::ExpectRequest(
83 bool URLRequestPostInterceptor::ExpectRequest(
91 bool URLRequestPostInterceptor::ExpectRequest(
103 int URLRequestPostInterceptor::GetHitCount() const
    [all...]
url_request_post_interceptor.h 55 class URLRequestPostInterceptor {
110 URLRequestPostInterceptor(
113 ~URLRequestPostInterceptor();
125 DISALLOW_COPY_AND_ASSIGN(URLRequestPostInterceptor);
139 URLRequestPostInterceptor* CreateInterceptor(const base::FilePath& filepath);
149 URLRequestPostInterceptor::Delegate* delegate_;
162 URLRequestPostInterceptor* CreateInterceptor();
165 URLRequestPostInterceptor* CreateInterceptorForPath(const char* url_path);
171 class PartialMatch : public URLRequestPostInterceptor::RequestMatcher {

Completed in 1943 milliseconds