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

  /external/chromium_org/chrome/browser/component_updater/test/
url_request_post_interceptor.cc 52 URLRequestPostInterceptor::URLRequestPostInterceptor(const GURL& url)
55 URLRequestPostInterceptor::~URLRequestPostInterceptor() {
60 void URLRequestPostInterceptor::ClearExpectations() {
68 GURL URLRequestPostInterceptor::GetUrl() const {
72 bool URLRequestPostInterceptor::ExpectRequest(
78 bool URLRequestPostInterceptor::ExpectRequest(
88 int URLRequestPostInterceptor::GetHitCount() const {
93 int URLRequestPostInterceptor::GetCount() const
    [all...]
url_request_post_interceptor.h 32 class URLRequestPostInterceptor {
75 explicit URLRequestPostInterceptor(const GURL& url);
76 ~URLRequestPostInterceptor();
86 DISALLOW_COPY_AND_ASSIGN(URLRequestPostInterceptor);
98 URLRequestPostInterceptor* CreateInterceptor(const base::FilePath& filepath);
107 URLRequestPostInterceptor::Delegate* delegate_;
component_updater_service_unittest.h 40 URLRequestPostInterceptor* CreateInterceptor();
139 URLRequestPostInterceptor* post_interceptor_; // Owned by the factory.
component_updater_ping_manager_unittest.cc 66 URLRequestPostInterceptor* interceptor =
component_updater_service_unittest.cc 147 URLRequestPostInterceptor* InterceptorFactory::CreateInterceptor() {
152 class PartialMatch : public URLRequestPostInterceptor::RequestMatcher {
    [all...]

Completed in 782 milliseconds