HomeSort by relevance Sort by last modified time
    Searched refs:m_body (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationBase.h 72 String body() const { return m_body; }
96 void setBody(const String& body) { m_body = body; }
104 String m_body; member in class:WebCore::NotificationBase
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 33 super.add (m_body = IElement.Factory.create (Tag.BODY));
71 return m_body;
100 if (m_header != null) m_body.add (0, m_header);
101 if (m_footer != null) m_body.add (m_body.size (), m_footer);
111 m_body.add (content);
195 private final IElement m_body; field in class:HTMLDocument
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPRequest.h 58 const Vector<unsigned char>& body() const { return m_body; }
77 Vector<unsigned char> m_body; member in class:WebCore::HTTPRequest
HTTPRequest.cpp 99 return parseHTTPRequestBody(data, length, m_body);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]
  /external/emma/lib/
emma.jar 

Completed in 737 milliseconds