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

  /external/chromium_org/ui/wm/core/
default_activation_client.cc 62 aura::Window* last_active = GetActiveWindow(); local
63 if (last_active == window)
66 last_active_ = last_active;
74 OnWindowActivated(window, last_active));
77 aura::client::GetActivationChangeObserver(last_active);
79 observer->OnWindowActivated(window, last_active);
82 observer->OnWindowActivated(window, last_active);
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager_unittest.cc 65 stats.last_active = now - base::TimeDelta::FromSeconds(10);
72 stats.last_active = now - base::TimeDelta::FromMinutes(15);
79 stats.last_active = now - base::TimeDelta::FromDays(365);
87 stats.last_active = now - base::TimeDelta::FromDays(365);
oom_priority_manager.h 80 base::TimeTicks last_active; member in struct:chromeos::OomPriorityManager::TabStats
oom_priority_manager.cc 454 return first.last_active > second.last_active;
582 stats.last_active = contents->GetLastActiveTime();
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_unittest.cc 119 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
129 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
141 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
155 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
275 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
284 gfx::Rect(10, 729, 500, 400), gfx::Rect(), LAST_ACTIVE,
295 gfx::Rect(985, 10, 500, 400), gfx::Rect(), LAST_ACTIVE,
306 gfx::Rect(985, 729, 500, 400), gfx::Rect(), LAST_ACTIVE,
462 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
474 gfx::Rect(10, 728, 500, 400), gfx::Rect(), LAST_ACTIVE,
    [all...]
window_sizer_ash_unittest.cc 229 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
244 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
261 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
278 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
393 gfx::Rect(), LAST_ACTIVE, NULL, gfx::Rect(),
406 gfx::Rect(10, 728, 500, 400), gfx::Rect(), LAST_ACTIVE,
416 gfx::Rect(10, 729, 500, 400), gfx::Rect(), LAST_ACTIVE,
429 gfx::Rect(984, 10, 500, 400), gfx::Rect(), LAST_ACTIVE,
439 gfx::Rect(985, 10, 500, 400), gfx::Rect(), LAST_ACTIVE,
452 gfx::Rect(985, 729, 500, 400), gfx::Rect(), LAST_ACTIVE,
    [all...]
window_sizer.cc 114 Browser* last_active = *it; variable
115 if (last_active && last_active->is_type_tabbed()) {
116 window = last_active->window();
window_sizer_common_unittest.h 90 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED, BOTH };
window_sizer_common_unittest.cc 205 if (source == LAST_ACTIVE || source == BOTH)
245 if (source == LAST_ACTIVE || source == BOTH)
  /external/qemu/hw/arm/
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...]
armv7m_nvic.c 164 || s->gic.last_active[s->gic.running_irq[0]][0] == 1023) {
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc     [all...]
profile_manager.h 285 void UpdateLastUser(Profile* last_active);
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 2204 UINT8 last_active = NFA_EE_INVALID; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 121 net->last_active = sctp_get_tick_count();
228 && mnet->last_active > min_errors_net->last_active) {
241 && mnet->last_active > min_errors_net->last_active) {
    [all...]
sctp_structs.h 351 uint32_t last_active; member in struct:sctp_nets
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 599 milliseconds