OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadProtectionService
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.h
41
class
DownloadProtectionService
{
58
DownloadProtectionService
(
62
virtual ~
DownloadProtectionService
();
201
DISALLOW_COPY_AND_ASSIGN(
DownloadProtectionService
);
download_feedback_service_unittest.cc
119
bool WillStorePings(
DownloadProtectionService
::DownloadCheckResult result,
182
EXPECT_FALSE(WillStorePings(
DownloadProtectionService
::SAFE, ok_size));
183
EXPECT_FALSE(WillStorePings(
DownloadProtectionService
::DANGEROUS, ok_size));
184
EXPECT_TRUE(WillStorePings(
DownloadProtectionService
::UNCOMMON, ok_size));
186
WillStorePings(
DownloadProtectionService
::DANGEROUS_HOST, ok_size));
188
EXPECT_FALSE(WillStorePings(
DownloadProtectionService
::SAFE, bad_size));
189
EXPECT_FALSE(WillStorePings(
DownloadProtectionService
::DANGEROUS, bad_size));
190
EXPECT_FALSE(WillStorePings(
DownloadProtectionService
::UNCOMMON, bad_size));
192
WillStorePings(
DownloadProtectionService
::DANGEROUS_HOST, bad_size));
212
DownloadProtectionService
::UNCOMMON, &item, ping_request, ping_response)
[
all
...]
safe_browsing_service.h
49
class
DownloadProtectionService
;
104
// The
DownloadProtectionService
is not valid after the SafeBrowsingService
106
safe_browsing::
DownloadProtectionService
*
235
// The
DownloadProtectionService
is managed by the SafeBrowsingService,
238
scoped_ptr<safe_browsing::
DownloadProtectionService
> download_service_;
download_protection_service.cc
59
const char
DownloadProtectionService
::kDownloadRequestUrl[] =
151
const
DownloadProtectionService
::CheckDownloadCallback& callback,
172
DownloadProtectionService
::DownloadCheckResult result =
174
DownloadProtectionService
::DANGEROUS :
175
DownloadProtectionService
::SAFE;
216
DownloadProtectionService
::CheckDownloadCallback callback_;
231
const
DownloadProtectionService
::CheckDownloadCallback& callback,
270
class
DownloadProtectionService
::CheckClientDownloadRequest
272
DownloadProtectionService
::CheckClientDownloadRequest,
280
DownloadProtectionService
* service
[
all
...]
download_protection_service_unittest.cc
282
DownloadProtectionService
::GetCertificateWhitelistStrings(
337
DownloadProtectionService
::DownloadCheckResult result) {
344
DownloadProtectionService
::DownloadCheckResult result) {
354
DownloadProtectionService
::DownloadCheckResult expected) {
367
DownloadProtectionService
* download_service_;
368
DownloadProtectionService
::DownloadCheckResult result_;
397
EXPECT_TRUE(IsResult(
DownloadProtectionService
::UNKNOWN));
413
EXPECT_TRUE(IsResult(
DownloadProtectionService
::UNKNOWN));
436
EXPECT_TRUE(IsResult(
DownloadProtectionService
::UNKNOWN));
445
DownloadProtectionService
::GetDownloadRequestUrl()
[
all
...]
download_feedback_service.cc
90
DownloadProtectionService
::DownloadCheckResult result,
94
if (result !=
DownloadProtectionService
::UNCOMMON &&
95
result !=
DownloadProtectionService
::DANGEROUS_HOST)
download_feedback_service.h
46
DownloadProtectionService
::DownloadCheckResult result,
database_manager.h
41
class
DownloadProtectionService
;
safe_browsing_service.cc
235
download_service_.reset(new safe_browsing::
DownloadProtectionService
(
/external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc
68
using safe_browsing::
DownloadProtectionService
;
131
// Callback invoked by
DownloadProtectionService
::CheckClientDownload.
144
DownloadProtectionService
::DownloadCheckResult result) {
146
if (result ==
DownloadProtectionService
::SAFE ||
147
result ==
DownloadProtectionService
::UNKNOWN) {
294
DownloadProtectionService
* service = GetDownloadProtectionService();
503
DownloadProtectionService
*
595
safe_browsing::
DownloadProtectionService
* service =
625
DownloadProtectionService
::DownloadCheckResult result) {
640
case
DownloadProtectionService
::UNKNOWN
[
all
...]
chrome_download_manager_delegate.h
111
virtual safe_browsing::
DownloadProtectionService
*
151
// Callback function after the
DownloadProtectionService
completes.
154
safe_browsing::
DownloadProtectionService
::DownloadCheckResult result);
download_shelf_context_menu.cc
201
using safe_browsing::
DownloadProtectionService
;
204
DownloadProtectionService
* protection_service =
chrome_download_manager_delegate_unittest.cc
70
//
DownloadProtectionService
.
79
virtual safe_browsing::
DownloadProtectionService
*
download_browsertest.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc
[
all
...]
Completed in 700 milliseconds