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

  /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/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...]

Completed in 285 milliseconds