Home
last modified time | relevance | path

Searched refs:set_style (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_parenmatch.py52 pm.set_style('expression')
75 pm.set_style('default')
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_parenmatch.py56 pm.set_style('expression')
79 pm.set_style('default')
/external/python/cpython3/Lib/idlelib/
Dparenmatch.py69 self.set_style(self.STYLE)
83 def set_style(self, style): member in ParenMatch
/external/python/cpython2/Lib/idlelib/
DParenMatch.py69 self.set_style(self.STYLE)
83 def set_style(self, style): member in ParenMatch
/external/pdfium/fxjs/
Dcjs_field.h175 CJS_Return set_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_field.cpp1848 CJS_Return Field::set_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_style() function in Field