OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:private_networks_
(Results
1 - 4
of
4
) 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));
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h
262
// Initializes the |
private_networks_
| vector with the network blocks
331
std::vector<AddressRange>
private_networks_
;
member in class:safe_browsing::ClientSideDetectionService
client_side_detection_service.cc
200
private_networks_
.begin();
201
it !=
private_networks_
.end(); ++it) {
622
private_networks_
.push_back(std::make_pair(ip_number, prefix_length));
Completed in 486 milliseconds