Searched refs:last_active (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dwindow_sizer.cc85 Browser* last_active = *it; local
86 if (last_active && last_active->type() == Browser::TYPE_NORMAL) {
87 window = last_active->window();
/external/qemu/hw/
H A Darm_gic.c91 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[
[all...]
H A Darmv7m_nvic.c164 || s->gic.last_active[s->gic.running_irq[0]][0] == 1023) {
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c1793 UINT8 last_active = NFA_EE_INVALID; local
1813 if (last_active == NFA_EE_INVALID)
1815 last_active = p_cb->nfcee_id;
1816 NFA_TRACE_DEBUG1 ("last_active: 0x%x", last_active);
1820 if (last_active == NFA_EE_INVALID)
1843 NFA_TRACE_DEBUG2 ("nfcee_id:0x%x, last_active: 0x%x", p_cb->nfcee_id, last_active);
1844 if (last_active == p_cb->nfcee_id)
/external/chromium/chrome/browser/download/
H A Ddownload_manager.cc1088 Browser* last_active = BrowserList::GetLastActive(); local
1089 if (last_active)
1090 contents = last_active->GetSelectedTabContents();

Completed in 112 milliseconds