Home
last modified time | relevance | path

Searched refs:cstate (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DWebThemeEngineDRTWin.cpp61 WebThemeControlDRTWin::State cstate) in drawControl() argument
63 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate); in drawControl()
70 WebThemeControlDRTWin::State cstate, in drawTextField() argument
75 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate); in drawTextField()
81 WebThemeControlDRTWin::State cstate, in drawProgressBar() argument
85 WebThemeControlDRTWin control(canvas, webRectToSkIRect(barRect), ctype, cstate); in drawProgressBar()
98 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; in paintButton() local
105 cstate = WebThemeControlDRTWin::NormalState; in paintButton()
111 cstate = WebThemeControlDRTWin::HotState; in paintButton()
117 cstate = WebThemeControlDRTWin::PressedState; in paintButton()
[all …]
DWebThemeControlDRTWin.cpp98 State cstate) in WebThemeControlDRTWin() argument
102 , m_state(cstate) in WebThemeControlDRTWin()
110 , m_bgColor(bgColors[cstate]) in WebThemeControlDRTWin()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemSort.java336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
337 java.util.Vector vnames = cstate.getVariableNames(); in compose()
339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemVariable.java337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
341 java.util.Vector vnames = cstate.getVariableNames(); in compose()
343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize(); in compose()
356 cstate.resetStackFrameSize(); in compose()
374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
375 m_frameSize = cstate.getFrameSize(); in endCompose()
376 cstate.resetStackFrameSize(); in endCompose()
DElemTemplate.java348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
349 java.util.Vector vnames = cstate.getVariableNames(); in compose()
353 cstate.resetStackFrameSize(); in compose()
362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
364 m_frameSize = cstate.getFrameSize(); in endCompose()
366 cstate.resetStackFrameSize(); in endCompose()
DElemElement.java132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
133 java.util.Vector vnames = cstate.getVariableNames(); in compose()
135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemCopyOf.java88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize()); in compose()
DElemNumber.java505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
506 java.util.Vector vnames = cstate.getVariableNames(); in compose()
508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemTemplateElement.java199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
200 cstate.pushStackMark(); in compose()
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
209 cstate.popStackMark(); in endCompose()
DElemLiteralResult.java101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
102 java.util.Vector vnames = cstate.getVariableNames(); in compose()
110 avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
/external/libppp/src/
Dslcompress.h112 struct cstate { struct
113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument
131 struct cstate *last_cs; /* most recently used tstate */ argument
135 struct cstate tstate[MAX_VJ_STATES]; /* xmit connection states */
136 struct cstate rstate[MAX_VJ_STATES]; /* receive connection states */
Dslcompress.c87 register struct cstate *tstate = comp->tstate; in sl_compress_init()
163 register struct cstate *cs = comp->last_cs->cs_next; in sl_compress_tcp()
212 register struct cstate *lcs; in sl_compress_tcp()
213 register struct cstate *lastcs = comp->last_cs; in sl_compress_tcp()
436 register struct cstate *cs; in sl_uncompress_tcp()
/external/ppp/pppd/include/net/
Dslcompress.h102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument
120 struct cstate *last_cs; /* most recently used tstate */ argument
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */
135 struct cstate rstate[MAX_STATES]; /* receive connection states */
Dvjcompress.h102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
119 struct cstate *last_cs; /* most recently used tstate */ argument
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */
127 struct cstate rstate[MAX_STATES]; /* receive connection states */
/external/qemu/android/
Dconfig.c136 } cstate; typedef
139 static int _lex(cstate *cs, int value) in _lex()
260 static int lex(cstate *cs, int value)
271 static int parse_expr(cstate *cs, AConfig *node);
274 parse_block(cstate *cs, AConfig *node) in parse_block()
292 parse_expr(cstate *cs, AConfig *node) in parse_expr()
321 cstate cs; in aconfig_load()