Home
last modified time | relevance | path

Searched refs:ishtml (Results 1 – 2 of 2) sorted by relevance

/external/clearsilver/python/examples/trans/
Dtrans.py286 def containsWords(self, s, ishtml): argument
287 if ishtml:
321 for (s, ofs, ishtml) in strings:
324 if ishtml:
326 if self.containsWords(s, ishtml):
/external/webkit/WebCore/platform/gtk/
Dgtk2drawing.c1759 gboolean ishtml, GtkTextDirection direction) in moz_gtk_combo_box_paint() argument
1777 rect, &arrow_rect, direction, ishtml); in moz_gtk_combo_box_paint()