Searched refs:next_active (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Ddefault_activation_client.cc122 aura::Window* next_active = GetActiveWindow(); local
123 if (next_active && aura::client::GetActivationChangeObserver(next_active)) {
124 aura::client::GetActivationChangeObserver(next_active)->OnWindowActivated(
125 next_active, NULL);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c85 * `next_active' field is for stacking them on istk entries.
104 MMacro *next_active; member in struct:MMacro
3134 mmac = mmac->next_active;
3214 defining->next_active = istk->mstk;
3872 mac = mac->next_active;
4740 m->next_active = istk->mstk;
4988 istk->mstk = m->next_active;

Completed in 118 milliseconds