Searched refs:SetResponseOnIOThread (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_management_browsertest.cc | 267 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/manifest", in IN_PROC_BROWSER_TEST_F() 269 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/v2.crx", in IN_PROC_BROWSER_TEST_F() 306 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/manifest", in IN_PROC_BROWSER_TEST_F() 308 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/v3.crx", in IN_PROC_BROWSER_TEST_F() 338 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/manifest", in IN_PROC_BROWSER_TEST_F() 340 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/v2.crx", in IN_PROC_BROWSER_TEST_F() 411 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/manifest", in IN_PROC_BROWSER_TEST_F() 413 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/v2.crx", in IN_PROC_BROWSER_TEST_F()
|
D | autoupdate_interceptor.h | 34 void SetResponseOnIOThread(const std::string url, const FilePath& path);
|
D | autoupdate_interceptor.cc | 85 void AutoUpdateInterceptor::SetResponseOnIOThread(const std::string url, in SetResponseOnIOThread() function in AutoUpdateInterceptor
|