HomeSort by relevance Sort by last modified time
    Searched defs:htmlBody (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/
MediaDocument.cpp 196 HTMLElement* htmlBody = body();
197 if (!htmlBody)
201 htmlBody->setAttribute(marginwidthAttr, "0");
202 htmlBody->setAttribute(marginheightAttr, "0");
204 if (HTMLVideoElement* videoElement = descendentVideoElement(htmlBody)) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 115 String htmlBody = getHtmlBody(body.mHtmlReply);
116 altMessage.append(htmlBody);
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 153 milliseconds