OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cb_factory_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.h
74
base::ScopedCallbackFactory<ClientSideDetectionHost>
cb_factory_
;
member in class:safe_browsing::ClientSideDetectionHost
client_side_detection_host.cc
258
cb_factory_
(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
304
cb_factory_
.RevokeAll();
337
DCHECK(!
cb_factory_
.HasPendingCallbacks());
340
cb_factory_
.NewCallback(
Completed in 48 milliseconds