Searched refs:set_style (Results 1 – 10 of 10) sorted by relevance
56 pm.set_style('expression')79 pm.set_style('default')
69 self.set_style(self.STYLE)83 def set_style(self, style): member in ParenMatch
26 inline void JSListFormat::set_style(Style style) { in ACCESSORS()
28 inline void JSRelativeTimeFormat::set_style(Style style) { in ACCESSORS()
62 inline void set_style(Style style);
70 inline void set_style(Style style);
111 relative_time_format_holder->set_style(style_enum); in InitializeRelativeTimeFormat()
169 list_format_holder->set_style(style_enum); in InitializeListFormat()
175 CJS_Return set_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
1848 CJS_Return Field::set_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_style() function in Field