/external/chromium/chrome/browser/webdata/ |
autofill_table.h | 154 int* how_many);
|
autofill_table.cc | 495 int how_many = 0; local 497 &how_many)) { 501 if (!AddToCountOfFormElement(itr->a, -how_many, &was_removed)) 515 int* how_many) { 529 if (how_many) 530 *how_many = db_->GetLastChangeCount(); [all...] |
/external/chromium/chrome/browser/ |
tab_restore_uitest.cc | 96 int AddSomeTabs(BrowserProxy* browser, int how_many) { 100 for (int i = 0; i < how_many; ++i) { 105 EXPECT_EQ(starting_tab_count + how_many, tab_count);
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_browsertest.cc | 60 int AddSomeTabs(Browser* browser, int how_many) { 63 for (int i = 0; i < how_many; ++i) { 69 EXPECT_EQ(starting_tab_count + how_many, tab_count);
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
synced_notification_unittest.cc | 149 unsigned int how_many) { 150 for (unsigned int i = 0; i < how_many; ++i) {
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_table.h | 184 int* how_many);
|
autofill_table.cc | 519 int how_many = 0; local 521 &how_many)) { 532 if (!AddToCountOfFormElement(itr->a, -how_many)) 618 int* how_many) { 628 if (how_many) 629 *how_many = db_->GetLastChangeCount(); [all...] |
/external/chromium_org/third_party/icu/source/test/iotest/ |
filetst.c | 569 int32_t how_many; local 580 how_many = u_file_read(buffer, 1024, myFile); 581 if (how_many != 1024 || buffer[1023] != 0xBEEF) { [all...] |
/external/icu4c/test/iotest/ |
filetst.c | 569 int32_t how_many; local 580 how_many = u_file_read(buffer, 1024, myFile); 581 if (how_many != 1024 || buffer[1023] != 0xBEEF) { [all...] |