Searched refs:body_text (Results 1 – 4 of 4) sorted by relevance
66 body_text = self._tab.EvaluateJavaScript('document.body.textContent')67 body_text = body_text.strip()68 self.assertEquals('hello world', body_text)
24 std::string body_text; in GetBodyText() local28 &body_text)); in GetBodyText()29 return body_text; in GetBodyText()
40 optional string body_text = 5; field
410 SET_STR(body_text); in AppNotificationToValue()