HomeSort by relevance Sort by last modified time
    Searched refs:ChannelIDList (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/net/ssl/
channel_id_store.cc 26 void ChannelIDStore::InitializeFrom(const ChannelIDList& list) {
27 for (ChannelIDList::const_iterator i = list.begin(); i != list.end();
channel_id_store.h 62 typedef std::list<ChannelID> ChannelIDList;
70 typedef base::Callback<void(const ChannelIDList&)> GetChannelIDListCallback;
117 void InitializeFrom(const ChannelIDList& list);
default_channel_id_store_unittest.cc 61 ChannelIDStore::ChannelIDList* dest,
62 const ChannelIDStore::ChannelIDList& result) {
297 ChannelIDStore::ChannelIDList pre_channel_ids;
298 ChannelIDStore::ChannelIDList post_channel_ids;
451 ChannelIDStore::ChannelIDList channel_ids;
474 ChannelIDStore::ChannelIDList source_channel_ids;
489 ChannelIDStore::ChannelIDList channel_ids;
493 ChannelIDStore::ChannelIDList::iterator channel_id = channel_ids.begin();
520 ChannelIDStore::ChannelIDList source_channel_ids;
538 ChannelIDStore::ChannelIDList channel_ids
    [all...]
default_channel_id_store.h 117 void SyncGetAllChannelIDs(ChannelIDList* channel_id_list);
default_channel_id_store.cc 216 ChannelIDList cert_list;
412 ChannelIDList* channel_id_list) {
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_channel_id_helper.h 41 net::ChannelIDStore::ChannelIDList channel_id_list_;
browsing_data_channel_id_helper.cc 37 const net::ChannelIDStore::ChannelIDList& channel_id_list);
41 const net::ChannelIDStore::ChannelIDList& channel_id_list);
106 OnFetchComplete(net::ChannelIDStore::ChannelIDList());
111 const net::ChannelIDStore::ChannelIDList& channel_id_list) {
122 const net::ChannelIDStore::ChannelIDList& channel_id_list) {
203 net::ChannelIDStore::ChannelIDList channel_id_list;
browsing_data_channel_id_helper_unittest.cc 50 const net::ChannelIDStore::ChannelIDList& channel_ids) {
64 net::ChannelIDStore::ChannelIDList channel_id_list_;
84 net::ChannelIDStore::ChannelIDList::const_iterator it =
115 net::ChannelIDStore::ChannelIDList::const_iterator it =
local_data_container.h 49 typedef net::ChannelIDStore::ChannelIDList ChannelIDList;
109 void OnChannelIDModelInfoLoaded(const ChannelIDList& channel_id_list);
138 ChannelIDList channel_id_list_;
mock_browsing_data_channel_id_helper.cc 40 net::ChannelIDStore::ChannelIDList channel_id_list;
41 for (net::ChannelIDStore::ChannelIDList::iterator i =
browsing_data_channel_id_helper.h 32 void(const net::ChannelIDStore::ChannelIDList&)>
cookies_tree_model.h 549 net::ChannelIDStore::ChannelIDList::iterator cert);
559 net::ChannelIDStore::ChannelIDList::iterator channel_id_;
local_data_container.cc 193 const ChannelIDList& channel_id_list) {
browsing_data_remover_unittest.cc 349 void GetChannelIDList(net::ChannelIDStore::ChannelIDList* channel_ids) {
370 net::ChannelIDStore::ChannelIDList* dest,
371 const net::ChannelIDStore::ChannelIDList& result) {
    [all...]
cookies_tree_model.cc 513 net::ChannelIDStore::ChannelIDList::iterator channel_id)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data_unittest.cc 73 net::ChannelIDStore::ChannelIDList GetUserChannelIDs();
97 const net::ChannelIDStore::ChannelIDList& channel_id_list);
105 net::ChannelIDStore::ChannelIDList user_channel_id_list_;
155 net::ChannelIDStore::ChannelIDList ProfileAuthDataTest::GetUserChannelIDs() {
195 net::ChannelIDStore::ChannelIDList user_channel_ids = GetUserChannelIDs();
290 const net::ChannelIDStore::ChannelIDList& channel_id_list) {
profile_auth_data.cc 81 const net::ChannelIDStore::ChannelIDList& channel_ids_to_transfer);
109 net::ChannelIDStore::ChannelIDList channel_ids_to_transfer_;
260 const net::ChannelIDStore::ChannelIDList& channel_ids_to_transfer) {

Completed in 918 milliseconds