Searched defs:URLRequestPostInterceptor (Results 1 - 2 of 2) sorted by path

/external/chromium_org/components/component_updater/test/
H A Durl_request_post_interceptor.cc53 URLRequestPostInterceptor::URLRequestPostInterceptor( function in class:component_updater::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
[all...]
H A Durl_request_post_interceptor.h55 class URLRequestPostInterceptor { class in namespace:component_updater
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 247 milliseconds