OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsafe_resources_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc
200
unsafe_resources_
(unsafe_resources),
208
for (UnsafeResourceList::const_iterator iter =
unsafe_resources_
.begin();
209
iter !=
unsafe_resources_
.end(); ++iter) {
292
SBThreatType threat_type =
unsafe_resources_
[0].threat_type;
312
SBThreatType threat_type =
unsafe_resources_
[0].threat_type;
388
if (element_index >=
unsafe_resources_
.size()) {
393
std::string bad_url_spec =
unsafe_resources_
[element_index].url.spec();
398
SBThreatType threat_type =
unsafe_resources_
[element_index].threat_type;
420
DCHECK(
unsafe_resources_
[element_index].threat_type ==
422
unsafe_resources_
[element_index].threat_type =
[
all
...]
safe_browsing_blocking_page.h
180
UnsafeResourceList
unsafe_resources_
;
member in class:SafeBrowsingBlockingPage
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc
131
unsafe_resources_
(unsafe_resources) {
168
if (
unsafe_resources_
.empty()) {
173
if (
unsafe_resources_
.size() > 1) {
177
} else if (
unsafe_resources_
[0].threat_type ==
182
DCHECK(
unsafe_resources_
[0].threat_type ==
220
for (UnsafeResourceList::const_iterator iter =
unsafe_resources_
.begin();
221
iter !=
unsafe_resources_
.end(); ++iter) {
408
if (
unsafe_resources_
[0].threat_type == SafeBrowsingService::URL_MALWARE) {
410
} else if (
unsafe_resources_
[0].threat_type ==
452
if (element_index >= static_cast<int>(
unsafe_resources_
.size()))
[
all
...]
safe_browsing_blocking_page.h
149
UnsafeResourceList
unsafe_resources_
;
member in class:SafeBrowsingBlockingPage
Completed in 49 milliseconds