Home | History | Annotate | Download | only in cros

Lines Matching refs:strip

147                 strip = MarkupStripper()
149 strip.feed(error_markup.decode('utf_32'))
151 strip.feed(error_markup)
152 raise DevServerException(strip.get_data())
196 """Strip the http:// prefix and port from a url.
637 strip = MarkupStripper()
639 strip.feed(error_markup.decode('utf_32'))
641 strip.feed(error_markup)
642 raise DevServerException(strip.get_data())