Home
last modified time | relevance | path

Searched refs:initial_state (Results 1 – 5 of 5) sorted by relevance

/external/libpng/contrib/gregbook/
Drpng-x.c578 wm_hints->initial_state = NormalState; in rpng_x_create_window()
Drpng2-x.c957 wm_hints->initial_state = NormalState; in rpng2_x_create_window()
/external/quake/quake/src/WinQuake/
Dvid_sunxil.cpp344 wmHints->initial_state = NormalState; in VID_SetWindowTitle()
Dvid_sunx.cpp529 wmHints->initial_state = NormalState; in VID_SetWindowTitle()
/external/v8/src/
Dparser.cc4276 RegExpParserState initial_state(NULL, INITIAL, 0); in ParseDisjunction() local
4277 RegExpParserState* stored_state = &initial_state; in ParseDisjunction()
4279 RegExpBuilder* builder = initial_state.builder(); in ParseDisjunction()