OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestProtocolManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc
235
// A
TestProtocolManager
that could return fixed responses from
237
class
TestProtocolManager
: public SafeBrowsingProtocolManager {
239
TestProtocolManager
(SafeBrowsingProtocolManagerDelegate* delegate,
246
virtual ~
TestProtocolManager
() {
291
int
TestProtocolManager
::create_count_ = 0;
293
int
TestProtocolManager
::delete_count_ = 0;
295
// Factory that creates
TestProtocolManager
instances.
305
pm_ = new
TestProtocolManager
(delegate, request_context_getter, config);
309
TestProtocolManager
* GetProtocolManager() {
315
TestProtocolManager
* pm_
[
all
...]
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc
171
// A
TestProtocolManager
that could return fixed responses from
173
class
TestProtocolManager
: public SafeBrowsingProtocolManager {
175
TestProtocolManager
(SafeBrowsingService* sb_service,
224
// Factory that creates
TestProtocolManager
instances.
239
pm_ = new
TestProtocolManager
(
245
TestProtocolManager
* GetProtocolManager() {
250
TestProtocolManager
* pm_;
321
TestProtocolManager
* pm = pm_factory_.GetProtocolManager();
334
TestProtocolManager
* pm = pm_factory_.GetProtocolManager();
Completed in 30 milliseconds