OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLRequestPostInterceptor
(Results
1 - 2
of
2
) 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_;
Completed in 217 milliseconds