Searched refs:laststate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
H A Dhistory.js32 var laststate = null; variable
46 if (laststate != state) {
47 laststate = state;
54 var dom_laststate = document.querySelector('#idle-laststate');
55 dom_laststate.innerHTML = renderState(laststate, laststatetime);
/external/llvm/lib/Support/
H A Dregex2.h140 sopno laststate; /* the final OEND */ member in struct:re_guts
H A Dregcomp.c230 g->laststate = THERE();

Completed in 241 milliseconds