OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafeBrowsingStore
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h
14
// Helper code for testing that a
SafeBrowsingStore
implementation
31
void SafeBrowsingStoreTestEmpty(
SafeBrowsingStore
* store);
35
void SafeBrowsingStoreTestStorePrefix(
SafeBrowsingStore
* store);
38
void SafeBrowsingStoreTestSubKnockout(
SafeBrowsingStore
* store);
41
void SafeBrowsingStoreTestDeleteChunks(
SafeBrowsingStore
* store);
44
void SafeBrowsingStoreTestDelete(
SafeBrowsingStore
* store,
49
// |instance_name| is the name of the
SafeBrowsingStore
instance
safe_browsing_database.h
196
SafeBrowsingDatabaseNew(
SafeBrowsingStore
* browse_store,
197
SafeBrowsingStore
* download_store,
198
SafeBrowsingStore
* csd_whitelist_store);
232
SafeBrowsingStore
* GetStore(int list_id);
294
scoped_ptr<
SafeBrowsingStore
> browse_store_;
298
scoped_ptr<
SafeBrowsingStore
> download_store_;
303
scoped_ptr<
SafeBrowsingStore
> csd_whitelist_store_;
safe_browsing_store.h
21
//
SafeBrowsingStore
provides a storage abstraction for the
159
class
SafeBrowsingStore
{
161
SafeBrowsingStore
() {}
162
virtual ~
SafeBrowsingStore
() {}
242
DISALLOW_COPY_AND_ASSIGN(
SafeBrowsingStore
);
safe_browsing_store_unittest_helper.cc
28
void SafeBrowsingStoreTestEmpty(
SafeBrowsingStore
* store) {
59
void SafeBrowsingStoreTestStorePrefix(
SafeBrowsingStore
* store) {
148
void SafeBrowsingStoreTestSubKnockout(
SafeBrowsingStore
* store) {
221
void SafeBrowsingStoreTestDeleteChunks(
SafeBrowsingStore
* store) {
320
void SafeBrowsingStoreTestDelete(
SafeBrowsingStore
* store,
safe_browsing_database.cc
189
void UpdateChunkRanges(
SafeBrowsingStore
* store,
451
SafeBrowsingStore
* SafeBrowsingDatabaseNew::GetStore(const int list_id) {
483
SafeBrowsingStore
* browse_store,
484
SafeBrowsingStore
* download_store,
485
SafeBrowsingStore
* csd_whitelist_store)
733
SafeBrowsingStore
* store = GetStore(list_id);
774
SafeBrowsingStore
* store = GetStore(list_id);
803
SafeBrowsingStore
* store = GetStore(list_id);
848
SafeBrowsingStore
* store = GetStore(list_id);
[
all
...]
safe_browsing_store_file.h
17
// Implement
SafeBrowsingStore
in terms of a flat file. The file
107
class SafeBrowsingStoreFile : public
SafeBrowsingStore
{
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h
13
// Helper code for testing that a
SafeBrowsingStore
implementation
30
void SafeBrowsingStoreTestEmpty(
SafeBrowsingStore
* store);
34
void SafeBrowsingStoreTestStorePrefix(
SafeBrowsingStore
* store);
37
void SafeBrowsingStoreTestSubKnockout(
SafeBrowsingStore
* store);
40
void SafeBrowsingStoreTestDeleteChunks(
SafeBrowsingStore
* store);
43
void SafeBrowsingStoreTestDelete(
SafeBrowsingStore
* store,
48
// |instance_name| is the name of the
SafeBrowsingStore
instance
safe_browsing_database.h
280
SafeBrowsingDatabaseNew(
SafeBrowsingStore
* browse_store,
281
SafeBrowsingStore
* download_store,
282
SafeBrowsingStore
* csd_whitelist_store,
283
SafeBrowsingStore
* download_whitelist_store,
284
SafeBrowsingStore
* extension_blacklist_store,
285
SafeBrowsingStore
* side_effect_free_whitelist_store,
286
SafeBrowsingStore
* ip_blacklist_store);
348
SafeBrowsingStore
* GetStore(int list_id);
392
SafeBrowsingStore
* store,
397
SafeBrowsingStore
* store
[
all
...]
safe_browsing_store.h
21
//
SafeBrowsingStore
provides a storage abstraction for the
154
class
SafeBrowsingStore
{
156
SafeBrowsingStore
() {}
157
virtual ~
SafeBrowsingStore
() {}
243
DISALLOW_COPY_AND_ASSIGN(
SafeBrowsingStore
);
safe_browsing_store_unittest_helper.cc
27
void SafeBrowsingStoreTestEmpty(
SafeBrowsingStore
* store) {
56
void SafeBrowsingStoreTestStorePrefix(
SafeBrowsingStore
* store) {
142
void SafeBrowsingStoreTestSubKnockout(
SafeBrowsingStore
* store) {
211
void SafeBrowsingStoreTestDeleteChunks(
SafeBrowsingStore
* store) {
306
void SafeBrowsingStoreTestDelete(
SafeBrowsingStore
* store,
safe_browsing_database.cc
169
bool MatchAddPrefixes(
SafeBrowsingStore
* store,
264
void UpdateChunkRanges(
SafeBrowsingStore
* store,
295
void DeleteChunksFromStore(
SafeBrowsingStore
* store, int listid){
449
SafeBrowsingStore
* SafeBrowsingDatabaseNew::GetStore(const int list_id) {
492
SafeBrowsingStore
* browse_store,
493
SafeBrowsingStore
* download_store,
494
SafeBrowsingStore
* csd_whitelist_store,
495
SafeBrowsingStore
* download_whitelist_store,
496
SafeBrowsingStore
* extension_blacklist_store,
497
SafeBrowsingStore
* side_effect_free_whitelist_store
[
all
...]
safe_browsing_store_file.h
16
// Implement
SafeBrowsingStore
in terms of a flat file. The file
106
class SafeBrowsingStoreFile : public
SafeBrowsingStore
{
Completed in 1143 milliseconds