Home
last modified time | relevance | path

Searched refs:last_active (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ui/wm/core/
Ddefault_activation_client.cc62 aura::Window* last_active = GetActiveWindow(); in ActivateWindow() local
63 if (last_active == window) in ActivateWindow()
66 last_active_ = last_active; in ActivateWindow()
74 OnWindowActivated(window, last_active)); in ActivateWindow()
77 aura::client::GetActivationChangeObserver(last_active); in ActivateWindow()
79 observer->OnWindowActivated(window, last_active); in ActivateWindow()
82 observer->OnWindowActivated(window, last_active); in ActivateWindow()
/external/chromium_org/chrome/browser/chromeos/memory/
Doom_priority_manager_unittest.cc65 stats.last_active = now - base::TimeDelta::FromSeconds(10); in TEST_F()
72 stats.last_active = now - base::TimeDelta::FromMinutes(15); in TEST_F()
79 stats.last_active = now - base::TimeDelta::FromDays(365); in TEST_F()
87 stats.last_active = now - base::TimeDelta::FromDays(365); in TEST_F()
Doom_priority_manager.h80 base::TimeTicks last_active; member
Doom_priority_manager.cc454 return first.last_active > second.last_active; in CompareTabStats()
582 stats.last_active = contents->GetLastActiveTime(); in GetTabStatsOnUIThread()
/external/qemu/hw/arm/
Darm_gic.c91 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()
Darmv7m_nvic.c164 || s->gic.last_active[s->gic.running_irq[0]][0] == 1023) { in nvic_readl()
/external/chromium_org/chrome/browser/ui/window_sizer/
Dwindow_sizer.cc114 Browser* last_active = *it; in GetLastActiveWindowState() local
115 if (last_active && last_active->is_type_tabbed()) { in GetLastActiveWindowState()
116 window = last_active->window(); in GetLastActiveWindowState()
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.cc1223 void ProfileManager::UpdateLastUser(Profile* last_active) { in UpdateLastUser() argument
1227 if (profiles_info_.find(last_active->GetPath()) != profiles_info_.end()) { in UpdateLastUser()
1229 last_active->GetPath().BaseName().MaybeAsASCII()); in UpdateLastUser()
1233 cache.GetIndexOfProfileWithPath(last_active->GetPath()); in UpdateLastUser()
1280 Profile* last_active = browser->profile(); in OnBrowserSetLastActive() local
1284 if (last_active->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles)) in OnBrowserSetLastActive()
1287 profile_manager_->UpdateLastUser(last_active); in OnBrowserSetLastActive()
Dprofile_manager.h285 void UpdateLastUser(Profile* last_active);
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c2204 UINT8 last_active = NFA_EE_INVALID; in nfa_ee_lmrt_to_nfcc() local
2225 if (last_active == NFA_EE_INVALID) in nfa_ee_lmrt_to_nfcc()
2227 last_active = p_cb->nfcee_id; in nfa_ee_lmrt_to_nfcc()
2228 NFA_TRACE_DEBUG1 ("last_active: 0x%x", last_active); in nfa_ee_lmrt_to_nfcc()
2232 if (last_active == NFA_EE_INVALID) in nfa_ee_lmrt_to_nfcc()
2256 NFA_TRACE_DEBUG2 ("nfcee_id:0x%x, last_active: 0x%x", p_cb->nfcee_id, last_active); in nfa_ee_lmrt_to_nfcc()
2257 if (last_active == p_cb->nfcee_id) in nfa_ee_lmrt_to_nfcc()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_timer.c121 net->last_active = sctp_get_tick_count(); in sctp_threshold_management()
228 && mnet->last_active > min_errors_net->last_active) { in sctp_find_alternate_net()
241 && mnet->last_active > min_errors_net->last_active) { in sctp_find_alternate_net()
Dsctp_structs.h351 uint32_t last_active; member