Home
last modified time | relevance | path

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

/third_party/libxml2/
Dregressions.py251 curText = '' # accumulates text content of parameter variable in testDefaults
254 txt = string.strip(self.curText)
265 self.curText = '' # clear the working variable
271 self.curText += reader.Value()
284 self.curText = '' # and empty text
287 data = string.strip(self.curText)
298 self.curText = '' # clear the working variable
306 self.curText += reader.Value()
/third_party/chromium/patch/
D0001-cve.patch124679 - curText = '' # accumulates text content of parameter
124682 - txt = string.strip(self.curText)
124693 - self.curText = '' # clear the working variable
124699 - self.curText += reader.Value()
124712 - self.curText = '' # and empty text
124715 - data = string.strip(self.curText)
124726 - self.curText = '' # clear the working variable
124734 - self.curText += reader.Value()