OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:private_networks_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h
214
// Initializes the |
private_networks_
| vector with the network blocks
257
std::vector<AddressRange>
private_networks_
;
member in class:safe_browsing::ClientSideDetectionService
client_side_detection_service.cc
142
private_networks_
.begin();
143
it !=
private_networks_
.end(); ++it) {
442
private_networks_
.push_back(std::make_pair(ip_number, prefix_length));
Completed in 449 milliseconds