table_ 20 chrome/browser/extensions/activity_log/database_string_table.cc : table_(table) {} table_ 25 chrome/browser/extensions/activity_log/database_string_table.cc if (!connection->DoesTableExist(table_.c_str())) { table_ 29 chrome/browser/extensions/activity_log/database_string_table.cc table_.c_str(), table_ 30 chrome/browser/extensions/activity_log/database_string_table.cc table_.c_str(), table_ 31 chrome/browser/extensions/activity_log/database_string_table.cc table_.c_str()).c_str()); table_ 55 chrome/browser/extensions/activity_log/database_string_table.cc StringPrintf("INSERT OR IGNORE INTO %s(value) VALUES (?)", table_.c_str()) table_ 72 chrome/browser/extensions/activity_log/database_string_table.cc StringPrintf("SELECT id FROM %s WHERE value = ?", table_.c_str()) table_ 98 chrome/browser/extensions/activity_log/database_string_table.cc StringPrintf("SELECT value FROM %s WHERE id = ?", table_.c_str()) table_ 68 chrome/browser/extensions/activity_log/database_string_table.h std::string table_; table_ 87 chrome/browser/predictors/autocomplete_action_predictor.cc table_ = table_ 272 chrome/browser/predictors/autocomplete_action_predictor.cc base::Bind(&AutocompleteActionPredictorTable::GetAllRows, table_, rows), table_ 284 chrome/browser/predictors/autocomplete_action_predictor.cc if (table_.get()) { table_ 287 chrome/browser/predictors/autocomplete_action_predictor.cc table_)); table_ 314 chrome/browser/predictors/autocomplete_action_predictor.cc if (table_.get()) { table_ 316 chrome/browser/predictors/autocomplete_action_predictor.cc base::Bind(&AutocompleteActionPredictorTable::DeleteRows, table_, table_ 427 chrome/browser/predictors/autocomplete_action_predictor.cc if (table_.get()) { table_ 430 chrome/browser/predictors/autocomplete_action_predictor.cc table_, rows_to_add, rows_to_update)); table_ 482 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(table_.get()); table_ 488 chrome/browser/predictors/autocomplete_action_predictor.cc base::Bind(&AutocompleteActionPredictorTable::DeleteRows, table_, table_ 222 chrome/browser/predictors/autocomplete_action_predictor.h scoped_refptr<AutocompleteActionPredictorTable> table_; table_ 110 chrome/browser/ui/views/ssl_client_certificate_selector.cc table_(NULL), table_ 116 chrome/browser/ui/views/ssl_client_certificate_selector.cc table_->SetModel(NULL); table_ 143 chrome/browser/ui/views/ssl_client_certificate_selector.cc layout->AddView(table_->CreateParentIfNecessary(), 1, 1, table_ 162 chrome/browser/ui/views/ssl_client_certificate_selector.cc table_->Select(0); table_ 166 chrome/browser/ui/views/ssl_client_certificate_selector.cc int selected = table_->FirstSelectedRow(); table_ 241 chrome/browser/ui/views/ssl_client_certificate_selector.cc return table_; table_ 291 chrome/browser/ui/views/ssl_client_certificate_selector.cc table_ = new views::TableView(model_.get(), table_ 295 chrome/browser/ui/views/ssl_client_certificate_selector.cc table_->SetObserver(this); table_ 87 chrome/browser/ui/views/ssl_client_certificate_selector.h views::TableView* table_; table_ 34 chrome/browser/webdata/keyword_table_unittest.cc table_.reset(new KeywordTable); table_ 36 chrome/browser/webdata/keyword_table_unittest.cc db_->AddTable(table_.get()); table_ 41 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_TRUE(table_->AddKeyword(keyword)); table_ 76 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_TRUE(table_->RemoveKeyword(id)); table_ 80 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_TRUE(table_->UpdateKeyword(keyword)); table_ 85 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_TRUE(table_->GetKeywords(&keywords)); table_ 90 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_EQ(kInvalidTemplateURLID, table_->GetDefaultSearchProviderID()); table_ 91 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_EQ(0, table_->GetBuiltinKeywordVersion()); table_ 93 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_TRUE(table_->SetDefaultSearchProviderID(10)); table_ 94 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_TRUE(table_->SetBuiltinKeywordVersion(11)); table_ 96 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_EQ(10, table_->GetDefaultSearchProviderID()); table_ 97 chrome/browser/webdata/keyword_table_unittest.cc EXPECT_EQ(11, table_->GetBuiltinKeywordVersion()); table_ 101 chrome/browser/webdata/keyword_table_unittest.cc statement->Assign(table_->db_->GetUniqueStatement(sql)); table_ 107 chrome/browser/webdata/keyword_table_unittest.cc scoped_ptr<KeywordTable> table_; table_ 27 chrome/browser/webdata/web_apps_table_unittest.cc table_.reset(new WebAppsTable); table_ 29 chrome/browser/webdata/web_apps_table_unittest.cc db_->AddTable(table_.get()); table_ 35 chrome/browser/webdata/web_apps_table_unittest.cc scoped_ptr<WebAppsTable> table_; table_ 47 chrome/browser/webdata/web_apps_table_unittest.cc EXPECT_FALSE(table_->GetWebAppHasAllImages(url)); table_ 50 chrome/browser/webdata/web_apps_table_unittest.cc EXPECT_TRUE(table_->SetWebAppHasAllImages(url, true)); table_ 51 chrome/browser/webdata/web_apps_table_unittest.cc EXPECT_TRUE(table_->GetWebAppHasAllImages(url)); table_ 54 chrome/browser/webdata/web_apps_table_unittest.cc EXPECT_TRUE(table_->RemoveWebApp(url)); table_ 55 chrome/browser/webdata/web_apps_table_unittest.cc EXPECT_FALSE(table_->GetWebAppHasAllImages(url)); table_ 63 chrome/browser/webdata/web_apps_table_unittest.cc ASSERT_TRUE(table_->GetWebAppImages(url, &images)); table_ 71 chrome/browser/webdata/web_apps_table_unittest.cc ASSERT_TRUE(table_->SetWebAppImage(url, image)); table_ 74 chrome/browser/webdata/web_apps_table_unittest.cc ASSERT_TRUE(table_->GetWebAppImages(url, &images)); table_ 93 chrome/browser/webdata/web_apps_table_unittest.cc ASSERT_TRUE(table_->SetWebAppImage(url, image)); table_ 95 chrome/browser/webdata/web_apps_table_unittest.cc ASSERT_TRUE(table_->GetWebAppImages(url, &images)); table_ 110 chrome/browser/webdata/web_apps_table_unittest.cc ASSERT_TRUE(table_->SetWebAppImage(url, image)); table_ 114 chrome/browser/webdata/web_apps_table_unittest.cc ASSERT_TRUE(table_->GetWebAppImages(url, &images)); table_ 128 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_.reset(new AutofillTable("en-US")); table_ 130 components/autofill/core/browser/webdata/autofill_table_unittest.cc db_->AddTable(table_.get()); table_ 136 components/autofill/core/browser/webdata/autofill_table_unittest.cc scoped_ptr<AutofillTable> table_; table_ 154 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->HasFormElements()); table_ 155 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValue(field, &changes)); table_ 156 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->HasFormElements()); table_ 160 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 165 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 171 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 191 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetFormValuesForElementName( table_ 202 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetFormValuesForElementName( table_ 211 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetFormValuesForElementName( table_ 222 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(t1, Time(), &changes)); table_ 246 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetFormValuesForElementName( table_ 254 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValue(field, &changes)); table_ 257 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValue(field, &changes)); table_ 260 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValue(field, &changes)); table_ 263 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValue(field, &changes)); table_ 268 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetFormValuesForElementName( table_ 282 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, t1)); table_ 283 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, t2)); table_ 286 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(t1, t2, &changes)); table_ 295 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->RemoveFormElementsAddedBetween(t2, t2 + one_day, &changes)); table_ 312 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, t1)); table_ 321 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->AddFormFieldValueTime(field, &changes, t2)); table_ 333 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->UpdateAutofillEntries(entries)); table_ 339 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries)); table_ 348 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->UpdateAutofillEntries(entries)); table_ 354 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries)); table_ 363 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->UpdateAutofillEntries(entries)); table_ 366 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillTimestamps(ASCIIToUTF16("foo"), table_ 380 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->UpdateAutofillEntries(entries)); table_ 394 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValue(field, &changes)); table_ 399 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->UpdateAutofillEntries(entries)); table_ 402 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries)); table_ 417 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, t)); table_ 421 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->UpdateAutofillEntries(entries)); table_ 424 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries)); table_ 458 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->AddFormFieldValuesTime(elements, &changes, t); table_ 469 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries)); table_ 480 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 482 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 484 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 486 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 488 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 494 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(base::Time::FromTimeT(51), table_ 508 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 510 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 512 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 514 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 516 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 522 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(base::Time::FromTimeT(40), table_ 536 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 538 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 540 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 542 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 544 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 550 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(base::Time::FromTimeT(10), table_ 567 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 569 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 571 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 573 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 575 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 581 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(base::Time::FromTimeT(40), table_ 591 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->GetAutofillTimestamps(field.name, field.value, table_ 604 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 606 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 608 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 610 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 612 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 618 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(base::Time::FromTimeT(40), table_ 628 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->GetAutofillTimestamps(field.name, field.value, table_ 655 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillProfile(home_profile)); table_ 660 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(home_profile.guid(), &db_profile)); table_ 682 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillProfile(billing_profile)); table_ 686 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); table_ 701 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(billing_profile)); table_ 703 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); table_ 736 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(billing_profile)); table_ 738 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); table_ 754 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(billing_profile.guid())); table_ 755 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); table_ 767 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillProfile(p)); table_ 770 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 779 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); table_ 780 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 788 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); table_ 789 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 805 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillProfile(p)); table_ 808 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 817 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); table_ 818 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 826 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); table_ 827 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 843 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillProfile(p)); table_ 846 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 855 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); table_ 856 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 864 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(p)); table_ 865 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); table_ 874 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->GetAutofillProfilesInTrash(&guids); table_ 877 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->AddAutofillGUIDToTrash( table_ 879 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->AddAutofillGUIDToTrash( table_ 881 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfilesInTrash(&guids)); table_ 886 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->EmptyAutofillProfilesTrash()); table_ 887 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfilesInTrash(&guids)); table_ 893 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->GetAutofillProfilesInTrash(&guids); table_ 909 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillGUIDToTrash(profile.guid())); table_ 910 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillProfile(profile)); table_ 912 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &added_profile)); table_ 916 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->EmptyAutofillProfilesTrash()); table_ 917 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfilesInTrash(&guids)); table_ 919 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillProfile(profile)); table_ 920 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), table_ 928 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddAutofillGUIDToTrash(profile.guid())); table_ 930 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateAutofillProfile(profile)); table_ 932 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), &updated_profile)); table_ 943 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(profile.guid())); table_ 945 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), &removed_profile)); table_ 946 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->IsAutofillGUIDInTrash(profile.guid())); table_ 951 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->EmptyAutofillProfilesTrash()); table_ 952 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveAutofillProfile(profile.guid())); table_ 954 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &removed_profile)); table_ 970 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddCreditCard(work_creditcard)); table_ 975 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(work_creditcard.guid(), &db_creditcard)); table_ 1000 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddCreditCard(target_creditcard)); table_ 1002 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(target_creditcard.guid(), &db_creditcard)); table_ 1020 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->UpdateCreditCard(target_creditcard)); table_ 1022 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(target_creditcard.guid(), &db_creditcard)); table_ 1037 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->RemoveCreditCard(target_creditcard.guid())); table_ 1038 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetCreditCard(target_creditcard.guid(), &db_creditcard)); table_ 1056 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->AddAutofillProfile(profile); table_ 1069 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); table_ 1082 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateAutofillProfile(profile); table_ 1085 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); table_ 1106 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateAutofillProfile(profile); table_ 1109 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); table_ 1127 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->AddCreditCard(credit_card); table_ 1140 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); table_ 1153 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateCreditCard(credit_card); table_ 1156 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); table_ 1177 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateCreditCard(credit_card); table_ 1180 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); table_ 1206 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->AddAutofillProfile(profile); table_ 1219 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); table_ 1232 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateAutofillProfile(profile); table_ 1235 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); table_ 1253 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->AddCreditCard(credit_card); table_ 1266 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); table_ 1279 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->UpdateCreditCard(credit_card); table_ 1282 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetCreditCard(credit_card.guid(), &tmp_credit_card)); table_ 1324 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->RemoveAutofillDataModifiedBetween( table_ 1360 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->RemoveAutofillDataModifiedBetween( table_ 1387 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->RemoveAutofillDataModifiedBetween( table_ 1428 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->RemoveOriginURLsModifiedBetween( table_ 1462 components/autofill/core/browser/webdata/autofill_table_unittest.cc table_->RemoveOriginURLsModifiedBetween(Time(), Time(), &profiles); table_ 1494 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&entries)); table_ 1508 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 1522 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&entries)); table_ 1538 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 1549 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 1566 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&entries)); table_ 1583 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes, table_ 1599 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAllAutofillEntries(&entries)); table_ 25 components/signin/core/browser/webdata/token_service_table_unittest.cc table_.reset(new TokenServiceTable); table_ 27 components/signin/core/browser/webdata/token_service_table_unittest.cc db_->AddTable(table_.get()); table_ 33 components/signin/core/browser/webdata/token_service_table_unittest.cc scoped_ptr<TokenServiceTable> table_; table_ 57 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 61 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->SetTokenForService(service, "pepperoni")); table_ 62 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->SetTokenForService(service2, "steak")); table_ 63 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 69 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->RemoveAllTokens()); table_ 70 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 74 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->SetTokenForService(service, "cheese")); table_ 75 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 84 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 87 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->SetTokenForService(service, "pepperoni")); table_ 88 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 93 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->SetTokenForService(service, std::string())); table_ 94 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 99 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->SetTokenForService(service, "ham")); table_ 100 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 111 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->SetTokenForService(service, "pepperoni")); table_ 112 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->SetTokenForService(service2, "steak")); table_ 113 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->RemoveTokenForService(service)); table_ 114 components/signin/core/browser/webdata/token_service_table_unittest.cc EXPECT_TRUE(table_->GetAllTokens(&out_map)); table_ 34 net/quic/congestion_control/quic_max_sized_map.h return table_.size(); table_ 40 net/quic/congestion_control/quic_max_sized_map.h table_.erase(*list_it); table_ 43 net/quic/congestion_control/quic_max_sized_map.h TableIterator it = table_.insert(std::pair<Key, Value>(k, value)); table_ 48 net/quic/congestion_control/quic_max_sized_map.h table_.clear(); table_ 54 net/quic/congestion_control/quic_max_sized_map.h return table_.find(k); table_ 58 net/quic/congestion_control/quic_max_sized_map.h return ConstIterator(table_.begin()); table_ 62 net/quic/congestion_control/quic_max_sized_map.h return ConstIterator(table_.end()); table_ 70 net/quic/congestion_control/quic_max_sized_map.h std::multimap<Key, Value> table_; table_ 33 net/spdy/hpack_huffman_table_test.cc : table_(table) { } table_ 36 net/spdy/hpack_huffman_table_test.cc return table_.code_by_id_; table_ 39 net/spdy/hpack_huffman_table_test.cc return table_.length_by_id_; table_ 42 net/spdy/hpack_huffman_table_test.cc return table_.decode_tables_; table_ 46 net/spdy/hpack_huffman_table_test.cc return static_cast<char>(table_.pad_bits_); table_ 49 net/spdy/hpack_huffman_table_test.cc return table_.failed_symbol_id_; table_ 53 net/spdy/hpack_huffman_table_test.cc table_.decode_entries_.begin() + decode_table.entries_offset; table_ 84 net/spdy/hpack_huffman_table_test.cc const HpackHuffmanTable& table_; table_ 176 sandbox/win/src/handle_table.cc : table_(table), current_(start), end_(end) { table_ 180 sandbox/win/src/handle_table.cc : table_(it.table_), current_(it.current_.handle_entry_), end_(it.end_) { table_ 102 sandbox/win/src/handle_table.h current_.handle_entry_ = table_.end(); table_ 123 sandbox/win/src/handle_table.h const HandleTable& table_; table_ 90 sandbox/win/src/sidestep/mini_disassembler.cpp const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; table_ 132 sandbox/win/src/sidestep/mini_disassembler.cpp const Opcode& opcode = table.table_[current_byte]; table_ 170 sandbox/win/src/sidestep/mini_disassembler_types.h const Opcode* table_; table_ 605 third_party/tcmalloc/chromium/src/deep-heap-profile.cc : table_(NULL), table_ 611 third_party/tcmalloc/chromium/src/deep-heap-profile.cc table_ = reinterpret_cast<DeepBucket**>(alloc(bytes)); table_ 612 third_party/tcmalloc/chromium/src/deep-heap-profile.cc memset(table_, 0, bytes); table_ 616 third_party/tcmalloc/chromium/src/deep-heap-profile.cc ASSERT(table_ != NULL); table_ 618 third_party/tcmalloc/chromium/src/deep-heap-profile.cc for (DeepBucket* x = table_[db]; x != 0; /**/) { table_ 624 third_party/tcmalloc/chromium/src/deep-heap-profile.cc dealloc_(table_); table_ 655 third_party/tcmalloc/chromium/src/deep-heap-profile.cc for (DeepBucket* db = table_[buck]; db != 0; db = db->next) { table_ 672 third_party/tcmalloc/chromium/src/deep-heap-profile.cc db->next = table_[buck]; table_ 673 third_party/tcmalloc/chromium/src/deep-heap-profile.cc table_[buck] = db; table_ 680 third_party/tcmalloc/chromium/src/deep-heap-profile.cc for (DeepBucket* deep_bucket = table_[i]; table_ 703 third_party/tcmalloc/chromium/src/deep-heap-profile.cc for (DeepBucket* deep_bucket = table_[i]; table_ 726 third_party/tcmalloc/chromium/src/deep-heap-profile.cc for (DeepBucket* deep_bucket = table_[i]; table_ 736 third_party/tcmalloc/chromium/src/deep-heap-profile.cc for (DeepBucket* deep_bucket = table_[i]; table_ 291 third_party/tcmalloc/chromium/src/deep-heap-profile.h DeepBucket** table_; table_ 60 third_party/tcmalloc/chromium/src/stack_trace_table.cc memset(table_, 0, kHashTableSize * sizeof(Bucket*)); table_ 64 third_party/tcmalloc/chromium/src/stack_trace_table.cc delete[] table_; table_ 84 third_party/tcmalloc/chromium/src/stack_trace_table.cc Bucket* b = table_[idx]; table_ 103 third_party/tcmalloc/chromium/src/stack_trace_table.cc b->next = table_[idx]; table_ 104 third_party/tcmalloc/chromium/src/stack_trace_table.cc table_[idx] = b; table_ 127 third_party/tcmalloc/chromium/src/stack_trace_table.cc Bucket* b = table_[i]; table_ 147 third_party/tcmalloc/chromium/src/stack_trace_table.cc Bucket* b = table_[i]; table_ 153 third_party/tcmalloc/chromium/src/stack_trace_table.cc table_[i] = NULL; table_ 86 third_party/tcmalloc/chromium/src/stack_trace_table.h Bucket** table_; table_ 121 third_party/tcmalloc/chromium/src/windows/mini_disassembler.cc const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; table_ 165 third_party/tcmalloc/chromium/src/windows/mini_disassembler.cc const Opcode& opcode = table.table_[current_byte]; table_ 209 third_party/tcmalloc/chromium/src/windows/mini_disassembler_types.h const Opcode* table_; table_ 60 third_party/tcmalloc/vendor/src/stack_trace_table.cc memset(table_, 0, kHashTableSize * sizeof(Bucket*)); table_ 64 third_party/tcmalloc/vendor/src/stack_trace_table.cc delete[] table_; table_ 84 third_party/tcmalloc/vendor/src/stack_trace_table.cc Bucket* b = table_[idx]; table_ 103 third_party/tcmalloc/vendor/src/stack_trace_table.cc b->next = table_[idx]; table_ 104 third_party/tcmalloc/vendor/src/stack_trace_table.cc table_[idx] = b; table_ 127 third_party/tcmalloc/vendor/src/stack_trace_table.cc Bucket* b = table_[i]; table_ 147 third_party/tcmalloc/vendor/src/stack_trace_table.cc Bucket* b = table_[i]; table_ 153 third_party/tcmalloc/vendor/src/stack_trace_table.cc table_[i] = NULL; table_ 86 third_party/tcmalloc/vendor/src/stack_trace_table.h Bucket** table_; table_ 121 third_party/tcmalloc/vendor/src/windows/mini_disassembler.cc const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; table_ 165 third_party/tcmalloc/vendor/src/windows/mini_disassembler.cc const Opcode& opcode = table.table_[current_byte]; table_ 209 third_party/tcmalloc/vendor/src/windows/mini_disassembler_types.h const Opcode* table_; table_ 88 tools/memory_watcher/mini_disassembler.cc const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; table_ 130 tools/memory_watcher/mini_disassembler.cc const Opcode& opcode = table.table_[current_byte]; table_ 172 tools/memory_watcher/mini_disassembler_types.h const Opcode* table_; table_ 112 tools/traceline/traceline/assembler.h return table_[0]; table_ 123 tools/traceline/traceline/assembler.h return table_[i]; table_ 129 tools/traceline/traceline/assembler.h table_[0] = pos; table_ 136 tools/traceline/traceline/assembler.h table_[num_] = pos; table_ 144 tools/traceline/traceline/assembler.h int table_[kTableSize]; table_ 111 tools/traceline/traceline/sidestep/mini_disassembler.cc const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; table_ 153 tools/traceline/traceline/sidestep/mini_disassembler.cc const Opcode& opcode = table.table_[current_byte]; table_ 170 tools/traceline/traceline/sidestep/mini_disassembler_types.h const Opcode* table_; table_ 49 ui/views/controls/table/table_header.cc TableHeader::TableHeader(TableView* table) : table_(table) { table_ 58 ui/views/controls/table/table_header.cc SetBounds(x(), y(), table_->width(), GetPreferredSize().height()); table_ 70 ui/views/controls/table/table_header.cc const Columns& columns = table_->visible_columns(); table_ 71 ui/views/controls/table/table_header.cc const int sorted_column_id = table_->sort_descriptors().empty() ? -1 : table_ 72 ui/views/controls/table/table_header.cc table_->sort_descriptors()[0].column_id; table_ 135 ui/views/controls/table/table_header.cc if (table_->sort_descriptors()[0].ascending) { table_ 194 ui/views/controls/table/table_header.cc table_->SetVisibleColumnWidth(resize_details_->column_index, table_ 232 ui/views/controls/table/table_header.cc resize_details_->initial_width = table_->visible_columns()[index].width; table_ 243 ui/views/controls/table/table_header.cc table_->SetVisibleColumnWidth( table_ 249 ui/views/controls/table/table_header.cc if (table_->visible_columns().empty()) table_ 253 ui/views/controls/table/table_header.cc const int index = GetClosestVisibleColumnIndex(table_, x); table_ 254 ui/views/controls/table/table_header.cc const TableView::VisibleColumn& column(table_->visible_columns()[index]); table_ 257 ui/views/controls/table/table_header.cc table_->ToggleSortOrder(index); table_ 261 ui/views/controls/table/table_header.cc const Columns& columns(table_->visible_columns()); table_ 265 ui/views/controls/table/table_header.cc const int index = GetClosestVisibleColumnIndex(table_, x); table_ 267 ui/views/controls/table/table_header.cc const TableView::VisibleColumn& column(table_->visible_columns()[index]); table_ 75 ui/views/controls/table/table_header.h TableView* table_; table_ 20 ui/views/controls/table/table_view_unittest.cc explicit TableViewTestHelper(TableView* table) : table_(table) {} table_ 23 ui/views/controls/table/table_view_unittest.cc TableView::PaintRegion region(table_->GetPaintRegion(bounds)); table_ 31 ui/views/controls/table/table_view_unittest.cc return table_->visible_columns().size(); table_ 34 ui/views/controls/table/table_view_unittest.cc TableHeader* header() { return table_->header_; } table_ 37 ui/views/controls/table/table_view_unittest.cc TableView* table_; table_ 173 ui/views/controls/table/table_view_unittest.cc TableViewTest() : table_(NULL) {} table_ 183 ui/views/controls/table/table_view_unittest.cc table_ = new TestTableView(model_.get(), columns); table_ 184 ui/views/controls/table/table_view_unittest.cc parent_.reset(table_->CreateParentIfNecessary()); table_ 187 ui/views/controls/table/table_view_unittest.cc helper_.reset(new TableViewTestHelper(table_)); table_ 191 ui/views/controls/table/table_view_unittest.cc const int y = row * table_->row_height(); table_ 196 ui/views/controls/table/table_view_unittest.cc table_->OnMousePressed(pressed); table_ 200 ui/views/controls/table/table_view_unittest.cc const int y = row * table_->row_height(); table_ 205 ui/views/controls/table/table_view_unittest.cc table_->OnGestureEvent(&tap); table_ 211 ui/views/controls/table/table_view_unittest.cc const ui::ListSelectionModel& model(table_->selection_model()); table_ 227 ui/views/controls/table/table_view_unittest.cc table_->OnKeyPressed(event); table_ 234 ui/views/controls/table/table_view_unittest.cc TableView* table_; table_ 249 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("rows=0 4 cols=0 2", helper_->GetPaintRegion(table_->bounds())); table_ 251 ui/views/controls/table/table_view_unittest.cc helper_->GetPaintRegion(gfx::Rect(0, 0, 1, table_->height()))); table_ 260 ui/views/controls/table/table_view_unittest.cc table_->SetColumnVisibility(0, true); table_ 264 ui/views/controls/table/table_view_unittest.cc table_->SetColumnVisibility(0, false); table_ 266 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(1, table_->visible_columns()[0].column.id); table_ 267 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("rows=0 4 cols=0 1", helper_->GetPaintRegion(table_->bounds())); table_ 270 ui/views/controls/table/table_view_unittest.cc table_->SetColumnVisibility(1, false); table_ 274 ui/views/controls/table/table_view_unittest.cc table_->SetColumnVisibility(1, true); table_ 276 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(1, table_->visible_columns()[0].column.id); table_ 277 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("rows=0 4 cols=0 1", helper_->GetPaintRegion(table_->bounds())); table_ 280 ui/views/controls/table/table_view_unittest.cc table_->SetColumnVisibility(0, true); table_ 282 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(1, table_->visible_columns()[0].column.id); table_ 283 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->visible_columns()[1].column.id); table_ 284 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("rows=0 4 cols=0 2", helper_->GetPaintRegion(table_->bounds())); table_ 289 ui/views/controls/table/table_view_unittest.cc const int x = table_->visible_columns()[0].width; table_ 302 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(x - 1, table_->visible_columns()[0].width); table_ 303 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(x - 1, table_->visible_columns()[1].x); table_ 308 ui/views/controls/table/table_view_unittest.cc const int x = table_->visible_columns()[0].width; table_ 321 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(x - 1, table_->visible_columns()[0].width); table_ 322 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(x - 1, table_->visible_columns()[1].x); table_ 328 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 329 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 330 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 331 ui/views/controls/table/table_view_unittest.cc EXPECT_TRUE(table_->sort_descriptors()[0].ascending); table_ 332 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("0 1 2 3", GetViewToModelAsString(table_)); table_ 333 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("0 1 2 3", GetModelToViewAsString(table_)); table_ 336 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 337 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 338 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 339 ui/views/controls/table/table_view_unittest.cc EXPECT_FALSE(table_->sort_descriptors()[0].ascending); table_ 340 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("3 2 1 0", GetViewToModelAsString(table_)); table_ 341 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("3 2 1 0", GetModelToViewAsString(table_)); table_ 345 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 346 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 347 ui/views/controls/table/table_view_unittest.cc EXPECT_FALSE(table_->sort_descriptors()[0].ascending); table_ 348 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 1 0 3", GetViewToModelAsString(table_)); table_ 349 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 1 0 3", GetModelToViewAsString(table_)); table_ 352 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 353 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 354 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 355 ui/views/controls/table/table_view_unittest.cc EXPECT_TRUE(table_->sort_descriptors()[0].ascending); table_ 356 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("3 0 1 2", GetViewToModelAsString(table_)); table_ 357 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("1 2 3 0", GetModelToViewAsString(table_)); table_ 361 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 362 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 363 ui/views/controls/table/table_view_unittest.cc EXPECT_TRUE(table_->sort_descriptors()[0].ascending); table_ 364 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("4 0 2 3 1", GetViewToModelAsString(table_)); table_ 365 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("1 4 2 3 0", GetModelToViewAsString(table_)); table_ 369 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 370 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 371 ui/views/controls/table/table_view_unittest.cc EXPECT_TRUE(table_->sort_descriptors()[0].ascending); table_ 372 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("3 1 2 0", GetViewToModelAsString(table_)); table_ 373 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("3 1 2 0", GetModelToViewAsString(table_)); table_ 378 ui/views/controls/table/table_view_unittest.cc EXPECT_TRUE(table_->sort_descriptors().empty()); table_ 380 ui/views/controls/table/table_view_unittest.cc const int x = table_->visible_columns()[0].width / 2; table_ 393 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 394 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 395 ui/views/controls/table/table_view_unittest.cc EXPECT_TRUE(table_->sort_descriptors()[0].ascending); table_ 444 ui/views/controls/table/table_view_unittest.cc table_->SetGrouper(&grouper); table_ 447 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 448 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 449 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 450 ui/views/controls/table/table_view_unittest.cc EXPECT_TRUE(table_->sort_descriptors()[0].ascending); table_ 451 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("0 1 2 3", GetViewToModelAsString(table_)); table_ 452 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("0 1 2 3", GetModelToViewAsString(table_)); table_ 459 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 460 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 461 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 462 ui/views/controls/table/table_view_unittest.cc EXPECT_FALSE(table_->sort_descriptors()[0].ascending); table_ 463 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 3 0 1", GetViewToModelAsString(table_)); table_ 464 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 3 0 1", GetModelToViewAsString(table_)); table_ 473 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 474 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 475 ui/views/controls/table/table_view_unittest.cc EXPECT_FALSE(table_->sort_descriptors()[0].ascending); table_ 476 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 3 0 1", GetViewToModelAsString(table_)); table_ 477 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 3 0 1", GetModelToViewAsString(table_)); table_ 485 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 486 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 487 ui/views/controls/table/table_view_unittest.cc EXPECT_FALSE(table_->sort_descriptors()[0].ascending); table_ 488 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("0 1 2 3", GetViewToModelAsString(table_)); table_ 489 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("0 1 2 3", GetModelToViewAsString(table_)); table_ 492 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 493 ui/views/controls/table/table_view_unittest.cc ASSERT_EQ(1u, table_->sort_descriptors().size()); table_ 494 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(0, table_->sort_descriptors()[0].column_id); table_ 495 ui/views/controls/table/table_view_unittest.cc EXPECT_TRUE(table_->sort_descriptors()[0].ascending); table_ 496 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 3 0 1", GetViewToModelAsString(table_)); table_ 497 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 3 0 1", GetModelToViewAsString(table_)); table_ 528 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(&observer); table_ 534 ui/views/controls/table/table_view_unittest.cc table_->Select(3); table_ 540 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 541 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 557 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(NULL); table_ 566 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(&observer); table_ 573 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(NULL); table_ 591 ui/views/controls/table/table_view_unittest.cc table_->SetGrouper(&grouper); table_ 594 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(&observer); table_ 649 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 650 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 652 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ("2 3 4 0 1", GetViewToModelAsString(table_)); table_ 654 ui/views/controls/table/table_view_unittest.cc table_->Select(-1); table_ 703 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(NULL); table_ 721 ui/views/controls/table/table_view_unittest.cc table_->SetGrouper(&grouper); table_ 724 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(&observer); table_ 737 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(NULL); table_ 755 ui/views/controls/table/table_view_unittest.cc table_->SetGrouper(&grouper); table_ 761 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(&observer); table_ 793 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(NULL); table_ 811 ui/views/controls/table/table_view_unittest.cc table_->SetGrouper(&grouper); table_ 819 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 820 ui/views/controls/table/table_view_unittest.cc table_->ToggleSortOrder(0); table_ 826 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(&observer); table_ 838 ui/views/controls/table/table_view_unittest.cc table_->SetObserver(NULL); table_ 39 ui/views/examples/table_example.cc delete table_; table_ 40 ui/views/examples/table_example.cc table_ = NULL; table_ 71 ui/views/examples/table_example.cc table_ = new TableView(this, columns, ICON_AND_TEXT, true); table_ 72 ui/views/examples/table_example.cc table_->SetGrouper(this); table_ 73 ui/views/examples/table_example.cc table_->SetObserver(this); table_ 88 ui/views/examples/table_example.cc layout->AddView(table_->CreateParentIfNecessary()); table_ 148 ui/views/examples/table_example.cc base::UTF16ToASCII(GetText(table_->selection_model().active(), table_ 154 ui/views/examples/table_example.cc base::UTF16ToASCII(GetText(table_->selection_model().active(), table_ 178 ui/views/examples/table_example.cc table_->SetColumnVisibility(index, show); table_ 61 ui/views/examples/table_example.h TableView* table_;