Searched refs:last_active (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ui/aura/client/ |
D | default_activation_client.cc | 42 Window* last_active = GetActiveWindow(); in ActivateWindow() local 43 if (last_active == window) in ActivateWindow() 46 last_active_ = last_active; in ActivateWindow() 54 OnWindowActivated(window, last_active)); in ActivateWindow() 57 aura::client::GetActivationChangeObserver(last_active); in ActivateWindow() 59 observer->OnWindowActivated(window, last_active); in ActivateWindow() 62 observer->OnWindowActivated(window, last_active); in ActivateWindow()
|
/external/qemu/hw/ |
D | arm_gic.c | 91 int last_active[GIC_NIRQ][NCPU]; member 196 s->last_active[new_irq][cpu] = s->running_irq[cpu]; in gic_acknowledge_irq() 225 while (s->last_active[tmp][cpu] != 1023) { in gic_complete_irq() 226 if (s->last_active[tmp][cpu] == irq) { in gic_complete_irq() 227 s->last_active[tmp][cpu] = s->last_active[irq][cpu]; in gic_complete_irq() 230 tmp = s->last_active[tmp][cpu]; in gic_complete_irq() 237 gic_set_running_irq(s, cpu, s->last_active[s->running_irq[cpu]][cpu]); in gic_complete_irq() 662 qemu_put_be32(f, s->last_active[j][i]); in gic_save() 699 s->last_active[j][i] = qemu_get_be32(f); in gic_load()
|
D | armv7m_nvic.c | 164 || s->gic.last_active[s->gic.running_irq[0]][0] == 1023) { in nvic_readl()
|
/external/chromium/chrome/browser/ui/ |
D | window_sizer.cc | 85 Browser* last_active = *it; in GetLastActiveWindowState() local 86 if (last_active && last_active->type() == Browser::TYPE_NORMAL) { in GetLastActiveWindowState() 87 window = last_active->window(); in GetLastActiveWindowState()
|
/external/chromium_org/chrome/browser/ui/window_sizer/ |
D | window_sizer.cc | 113 Browser* last_active = *it; in GetLastActiveWindowState() local 114 if (last_active && last_active->is_type_tabbed()) { in GetLastActiveWindowState() 115 window = last_active->window(); in GetLastActiveWindowState()
|
/external/libnfc-nci/src/nfa/ee/ |
D | nfa_ee_act.c | 1837 UINT8 last_active = NFA_EE_INVALID; in nfa_ee_lmrt_to_nfcc() local 1857 if (last_active == NFA_EE_INVALID) in nfa_ee_lmrt_to_nfcc() 1859 last_active = p_cb->nfcee_id; in nfa_ee_lmrt_to_nfcc() 1860 NFA_TRACE_DEBUG1 ("last_active: 0x%x", last_active); in nfa_ee_lmrt_to_nfcc() 1864 if (last_active == NFA_EE_INVALID) in nfa_ee_lmrt_to_nfcc() 1887 NFA_TRACE_DEBUG2 ("nfcee_id:0x%x, last_active: 0x%x", p_cb->nfcee_id, last_active); in nfa_ee_lmrt_to_nfcc() 1888 if (last_active == p_cb->nfcee_id) in nfa_ee_lmrt_to_nfcc()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_manager.cc | 801 Profile* last_active = browser->profile(); in OnBrowserSetLastActive() local 805 if (last_active->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles)) in OnBrowserSetLastActive() 812 last_active->GetPath()) != profile_manager_->profiles_info_.end()) { in OnBrowserSetLastActive() 814 last_active->GetPath().BaseName().MaybeAsASCII()); in OnBrowserSetLastActive()
|
/external/chromium/chrome/browser/download/ |
D | download_manager.cc | 1088 Browser* last_active = BrowserList::GetLastActive(); in ShowDownloadInBrowser() local 1089 if (last_active) in ShowDownloadInBrowser() 1090 contents = last_active->GetSelectedTabContents(); in ShowDownloadInBrowser()
|