OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddChannelID
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.h
40
virtual void
AddChannelID
(
sqlite_channel_id_store.cc
78
void
AddChannelID
(const DefaultChannelIDStore::ChannelID& channel_id);
428
void SQLiteChannelIDStore::Backend::
AddChannelID
(
611
void SQLiteChannelIDStore::
AddChannelID
(
613
backend_->
AddChannelID
(channel_id);
sqlite_channel_id_store_unittest.cc
85
store_->
AddChannelID
(
100
store_->
AddChannelID
(
163
store_->
AddChannelID
(
/external/chromium_org/chrome/browser/net/
quota_policy_channel_id_store.cc
54
void QuotaPolicyChannelIDStore::
AddChannelID
(
57
persistent_store_->
AddChannelID
(channel_id);
quota_policy_channel_id_store.h
46
virtual void
AddChannelID
(
quota_policy_channel_id_store_unittest.cc
80
store_->
AddChannelID
(
101
store_->
AddChannelID
(
162
store_->
AddChannelID
(
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_channel_id_helper.h
58
void
AddChannelID
(
browsing_data_channel_id_helper_unittest.cc
141
helper->
AddChannelID
(net::ChannelIDStore::ChannelID(
browsing_data_channel_id_helper.cc
168
void CannedBrowsingDataChannelIDHelper::
AddChannelID
(
browsing_data_remover_unittest.cc
342
void
AddChannelID
(const std::string& server_identifier) {
939
tester.
AddChannelID
(kTestOrigin1);
[
all
...]
/external/chromium_org/net/ssl/
default_channel_id_store_unittest.cc
73
virtual void
AddChannelID
(
105
void MockPersistentStore::
AddChannelID
(
124
persistent_store->
AddChannelID
(
130
persistent_store->
AddChannelID
(
223
persistent_store->
AddChannelID
(ChannelIDStore::ChannelID(
286
persistent_store->
AddChannelID
(ChannelIDStore::ChannelID(
291
persistent_store->
AddChannelID
(ChannelIDStore::ChannelID(
368
persistent_store->
AddChannelID
(ChannelIDStore::ChannelID(
373
persistent_store->
AddChannelID
(ChannelIDStore::ChannelID(
508
persistent_store->
AddChannelID
(ChannelIDStore::ChannelID
[
all
...]
default_channel_id_store.h
172
virtual void
AddChannelID
(const ChannelID& channel_id) = 0;
default_channel_id_store.cc
463
store_->
AddChannelID
(*channel_id);
Completed in 204 milliseconds