Searched refs:last_active (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/ui/wm/core/ |
D | default_activation_client.cc | 62 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/ |
D | oom_priority_manager_unittest.cc | 65 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()
|
D | oom_priority_manager.h | 80 base::TimeTicks last_active; member
|
D | oom_priority_manager.cc | 454 return first.last_active > second.last_active; in CompareTabStats() 582 stats.last_active = contents->GetLastActiveTime(); in GetTabStatsOnUIThread()
|
/external/qemu/hw/arm/ |
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_org/chrome/browser/ui/window_sizer/ |
D | window_sizer.cc | 114 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/ |
D | profile_manager.cc | 1223 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()
|
D | profile_manager.h | 285 void UpdateLastUser(Profile* last_active);
|
/external/libnfc-nci/src/nfa/ee/ |
D | nfa_ee_act.c | 2204 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/ |
D | sctp_timer.c | 121 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()
|
D | sctp_structs.h | 351 uint32_t last_active; member
|