Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_management_browsertest.cc267 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()
Dautoupdate_interceptor.h34 void SetResponseOnIOThread(const std::string url, const FilePath& path);
Dautoupdate_interceptor.cc85 void AutoUpdateInterceptor::SetResponseOnIOThread(const std::string url, in SetResponseOnIOThread() function in AutoUpdateInterceptor