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

  /external/chromium/chrome/browser/ui/
window_sizer.cc 85 Browser* last_active = *it; local
86 if (last_active && last_active->type() == Browser::TYPE_NORMAL) {
87 window = last_active->window();
  /external/qemu/hw/
arm_gic.c 91 int last_active[GIC_NIRQ][NCPU]; member in struct:gic_state
196 s->last_active[new_irq][cpu] = s->running_irq[cpu];
225 while (s->last_active[tmp][cpu] != 1023) {
226 if (s->last_active[tmp][cpu] == irq) {
227 s->last_active[tmp][cpu] = s->last_active[irq][cpu];
230 tmp = s->last_active[tmp][cpu];
237 gic_set_running_irq(s, cpu, s->last_active[s->running_irq[cpu]][cpu]);
662 qemu_put_be32(f, s->last_active[j][i]);
699 s->last_active[j][i] = qemu_get_be32(f)
    [all...]
  /external/chromium/chrome/browser/download/
download_manager.cc 1088 Browser* last_active = BrowserList::GetLastActive(); local
    [all...]

Completed in 80 milliseconds