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

  /external/chromium/net/base/
test_completion_callback_unittest.cc 121 bool queued = boss.DoSomething(&callback); local
122 EXPECT_EQ(queued, true);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 321 // Scan the queued clients store. Clients may be here if they requested a URL
598 // Delete queued checks, calling back any clients with 'SAFE'.
601 QueuedCheck queued = queued_checks_.front(); local
602 if (queued.client) {
604 sb_check.urls.push_back(queued.url);
605 sb_check.client = queued.client;
607 queued.client->OnSafeBrowsingResult(sb_check);
    [all...]
  /external/elfutils/src/
ldgeneric.c 910 struct scnhead *queued; local
953 /* Find already queued sections. */
954 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
955 if (queued != NULL)
977 scninfo->next = queued->last->next;
978 queued->last = queued->last->next = scninfo;
980 queued->flags = SH_FLAGS_COMBINE (queued->flags, shdr->sh_flags);
981 queued->align = MAX (queued->align, shdr->sh_addralign)
2719 struct scnhead *queued; local
    [all...]

Completed in 4280 milliseconds