Home | History | Annotate | Download | only in predictors

Lines Matching refs:tables_

38   scoped_refptr<ResourcePrefetchPredictorTables> tables_;
86 tables_ = db_->resource_prefetch_tables();
94 tables_(db_->resource_prefetch_tables()) {
102 tables_->DeleteAllData();
107 tables_ = NULL;
114 tables_->GetAllData(&actual_url_data, &actual_host_data);
126 tables_->DeleteData(urls_to_delete, hosts_to_delete);
129 tables_->GetAllData(&actual_url_data, &actual_host_data);
141 tables_->DeleteSingleDataPoint("http://www.reddit.com",
145 tables_->GetAllData(&actual_url_data, &actual_host_data);
155 tables_->DeleteSingleDataPoint("www.facebook.com", PREFETCH_KEY_TYPE_HOST);
158 tables_->GetAllData(&actual_url_data, &actual_host_data);
210 tables_->UpdateData(google, yahoo);
213 tables_->GetAllData(&actual_url_data, &actual_host_data);
228 tables_->DeleteAllData();
231 tables_->GetAllData(&actual_url_data, &actual_host_data);
362 tables_->UpdateData(google, empty_host_data);
363 tables_->UpdateData(reddit, empty_host_data);
364 tables_->UpdateData(yahoo, empty_host_data);
425 tables_->UpdateData(empty_url_data, facebook);
426 tables_->UpdateData(empty_url_data, yahoo);