HomeSort by relevance Sort by last modified time
    Searched defs:wds (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 108 WebDataService* wds = Source<WebDataService>(source).ptr(); local
110 if (!wds || wds->GetDatabase() != web_database_)
autofill_change_processor.cc 61 WebDataService* wds = Source<WebDataService>(source).ptr(); local
62 if (!wds || wds->GetDatabase() != web_database_)
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 369 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
370 if (!wds)
379 wds->RemoveAutofillProfile((*iter)->guid());
386 wds->UpdateAutofillProfile(*iter);
394 wds->AddAutofillProfile(*iter);
425 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
426 if (!wds)
434 wds->RemoveCreditCard((*iter)->guid());
441 wds->UpdateCreditCard(*iter);
449 wds->AddCreditCard(*iter)
484 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
545 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
    [all...]
personal_data_manager_unittest.cc 476 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); local
477 ASSERT_TRUE(wds);
478 wds->AddAutofillProfile(profile2);
494 wds->RemoveAutofillProfile(profile1.guid());
495 wds->RemoveAutofillProfile(profile2.guid());
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 84 scoped_refptr<AutofillWebDataService> wds = local
90 RunOnDBThreadAndBlock(Bind(add_observer_func, wds, &mock_observer));
92 wds->RemoveFormValueForElementName(key.name(), key.value());
98 RunOnDBThreadAndBlock(Bind(remove_observer_func, wds, &mock_observer));
101 void GetAllAutofillEntriesOnDBThread(AutofillWebDataService* wds,
105 wds->GetDatabase())->GetAllAutofillEntries(entries);
108 std::vector<AutofillEntry> GetAllAutofillEntries(AutofillWebDataService* wds) {
112 Unretained(wds),
193 scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile); local
198 RunOnDBThreadAndBlock(Bind(add_observer_func, wds, &mock_observer))
225 scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile); local
    [all...]
  /system/core/libusbhost/
usbhost.c 70 int wds[MAX_USBFS_WD_COUNT]; member in struct:usb_host_context
139 int *wds, int wd_count)
144 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
145 if (wds[0] < 0)
153 wds[i] = ret;
202 context->wds[i] = -1;
213 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
244 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
250 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
254 if (context->wds[i] >= 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 176 int wds = b.size(); local
192 } while (++i < wds);
    [all...]
  /bionic/libc/stdlib/
strtod.c 365 int k, maxwds, sign, wds; member in struct:Bigint
425 rv->sign = rv->wds = 0;
451 (y)->wds*sizeof(Long) + 2*sizeof(int))
476 int i, wds; local
486 wds = b->wds;
502 while(++i < wds);
504 if (wds >= b->maxwds) {
514 b->x[wds++] = a;
515 b->wds = wds
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 526 int k, maxwds, sign, wds; member in struct:dmg_fp::Bigint
571 rv->sign = rv->wds = 0;
600 y->wds*sizeof(Long) + 2*sizeof(int))
610 int i, wds; variable
622 wds = b->wds;
645 while(++i < wds);
647 if (wds >= b->maxwds) {
653 b->x[wds++] = carry;
654 b->wds = wds
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 532 int k, maxwds, sign, wds; member in struct:dmg_fp::Bigint
577 rv->sign = rv->wds = 0;
606 y->wds*sizeof(Long) + 2*sizeof(int))
616 int i, wds; variable
628 wds = b->wds;
651 while(++i < wds);
653 if (wds >= b->maxwds) {
659 b->x[wds++] = carry;
660 b->wds = wds
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3643 int wds; member in struct:wpa_event_data::rx_from_unknown
    [all...]

Completed in 871 milliseconds