OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_error_strings
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc
223
DictionaryValue*
current_error_strings
= new DictionaryValue;
local
226
current_error_strings
->SetString("type", "malware");
227
current_error_strings
->SetString("typeLabel", malware_label);
228
current_error_strings
->SetString("errorLink", malware_link);
232
current_error_strings
->SetString("type", "phishing");
233
current_error_strings
->SetString("typeLabel", phishing_label);
234
current_error_strings
->SetString("errorLink", phishing_link);
236
current_error_strings
->SetString("url", resource.url.spec());
237
error_strings->Append(
current_error_strings
);
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc
907
DictionaryValue*
current_error_strings
= new DictionaryValue;
local
[
all
...]
Completed in 467 milliseconds