Home
last modified time | relevance | path

Searched refs:EventResponse (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api.h144 struct EventResponse { struct
145 EventResponse(const std::string& extension_id,
147 ~EventResponse();
166 DISALLOW_COPY_AND_ASSIGN(EventResponse); argument
268 EventResponse* response);
376 EventResponse* response);
Dweb_request_api_unittest.cc92 ExtensionWebRequestEventRouter::EventResponse* response) { in EventHandledOnIOThread()
249 ExtensionWebRequestEventRouter::EventResponse* response = NULL; in TEST_F()
252 response = new ExtensionWebRequestEventRouter::EventResponse( in TEST_F()
261 response = new ExtensionWebRequestEventRouter::EventResponse( in TEST_F()
270 response = new ExtensionWebRequestEventRouter::EventResponse( in TEST_F()
278 response = new ExtensionWebRequestEventRouter::EventResponse( in TEST_F()
300 ExtensionWebRequestEventRouter::EventResponse* response = NULL; in TEST_F()
303 response = new ExtensionWebRequestEventRouter::EventResponse( in TEST_F()
312 response = new ExtensionWebRequestEventRouter::EventResponse( in TEST_F()
321 response = new ExtensionWebRequestEventRouter::EventResponse( in TEST_F()
[all …]
Dweb_request_api.cc620 ExtensionWebRequestEventRouter::EventResponse::EventResponse( in EventResponse() function in ExtensionWebRequestEventRouter::EventResponse
627 ExtensionWebRequestEventRouter::EventResponse::~EventResponse() { in ~EventResponse()
1212 EventResponse* response) { in OnEventHandled()
1532 ExtensionWebRequestEventRouter::EventResponse* response) { in CalculateDelta()
1714 EventResponse* response) { in DecrementBlockCount()
1715 scoped_ptr<EventResponse> response_scoped(response); in DecrementBlockCount()
2227 scoped_ptr<ExtensionWebRequestEventRouter::EventResponse> response; in RunImpl()
2235 response.reset(new ExtensionWebRequestEventRouter::EventResponse( in RunImpl()