OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_active
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/wm/core/
default_activation_client.cc
127
aura::Window*
next_active
= GetActiveWindow();
local
128
if (
next_active
&& aura::client::GetActivationChangeObserver(
next_active
)) {
129
aura::client::GetActivationChangeObserver(
next_active
)->OnWindowActivated(
130
next_active
, NULL);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c
85
* `
next_active
' field is for stacking them on istk entries.
104
MMacro *
next_active
;
member in struct:MMacro
[
all
...]
Completed in 303 milliseconds