HomeSort by relevance Sort by last modified time
    Searched refs:body (Results 126 - 150 of 3368) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
contentscript.js 38 document.body.insertBefore(trends_dom, document.body.firstChild);
  /external/chromium/net/tools/flip_server/
mem_cache.cc 29 body.append(input, size);
49 : headers(h), body(b) {
61 body = file_data.body;
169 // file, then the rest of the data is the body. Many of the captures
171 if (!visitor.body.length())
172 visitor.body = filename_contents.substr(pos);
197 LOG(INFO) << "Adding file (" << visitor.body.length() << " bytes): "
201 fd = FileData(headers, visitor.body);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
mucinviterecvtask.cc 62 const std::string& body(elem->BodyText());
64 if (body == array[i]) {
  /external/clang/test/CodeGen/
2007-03-05-DataLayout.c 9 #define BODY 01
26 } body; variable in typeref:struct:bnode
43 tmp = (bodyptr)malloc(sizeof(body));
45 Type(tmp) = BODY;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 26 <body>
61 </body>
  /external/smack/src/org/jivesoftware/smackx/packet/
XHTMLExtension.java 75 * &lt;body&gt;This message contains something interesting.&lt;/body&gt;
77 * &lt;body&gt;&lt;p style='font-size:large'&gt;This message contains something &lt;em&gt;interesting&lt;/em&gt;.&lt;/p&gt;&lt;/body&gt;
107 * Adds a body to the packet.
109 * @param body the body to add.
111 public void addBody(String body) {
113 bodies.add(body);
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
event-after-navigation.js 8 document.body.onload = function() {
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 6 document.body.removeChild(target);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-169497.js 59 sBody += '<body onXXX="alert(event.type);">\n';
62 sBody += '<\/body>';
70 pattern = /<body.*>((.*\n?)*?)<\/body>/i;
  /external/webkit/Source/WebCore/notifications/
NotificationCenter.h 64 PassRefPtr<Notification> createNotification(const String& iconURI, const String& title, const String& body, ExceptionCode& ec)
70 NotificationContents contents(iconURI.isEmpty() ? KURL() : scriptExecutionContext()->completeURL(iconURI), title, body);
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/webelement/
main.cpp 31 frame->setHtml("<html><body><p>First Paragraph</p><p>Second Paragraph</p></body></html>");
33 QWebElement body = doc.firstChild(); local
34 QWebElement firstParagraph = body.firstChild();
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
webserver.rb 58 res.body = ie.buildPage()
65 res.body = File.open("index.html").readlines.join("\n")
  /external/smack/src/org/jivesoftware/smack/
BOSHPacketReader.java 64 AbstractBody body = event.getBody(); local
65 if (body != null) {
68 connection.sessionID = body.getAttribute(BodyQName.create(BOSHConnection.BOSH_URI, "sid"));
71 connection.authID = body.getAttribute(BodyQName.create(BOSHConnection.BOSH_URI, "authid"));
76 parser.setInput(new StringReader(body.toXML()));
81 if (parser.getName().equals("body")) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-2.js 168 function TestFunction( name, args, body ) {
171 this.body = body;
176 body
180 "("+args+") {\n"+ (( body ) ? body +"\n" : "") + "}\n";
  /external/webkit/Source/WebCore/html/
MediaDocument.cpp 82 RefPtr<Element> body = document()->createElement(bodyTag, false); local
83 body->setAttribute(styleAttr, "background-color: rgb(38,38,38);");
85 rootElement->appendChild(body, ec);
97 body->appendChild(mediaElement, ec);
196 HTMLElement* htmlBody = body();
200 // Set body margin width and height to 0 as that is what a PluginDocument uses.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 372 for (ASTNode body = coveringNode; body != null; body = body.getParent()) {
373 if (body instanceof BodyDeclaration) {
374 BodyDeclaration declaration = (BodyDeclaration) body;
377 if (body instanceof MethodDeclaration) {
378 target = ((MethodDeclaration) body).getName().toString() + "()"; //$NON-NLS-1$
379 } else if (body instanceof FieldDeclaration) {
381 FieldDeclaration field = (FieldDeclaration) body;
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBodyElement01.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
98 doc = load(docRef, "doc", "body");
99 nodeList = doc.getElementsByTagName("body");
HTMLBodyElement02.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
99 doc = load(docRef, "doc", "body");
100 nodeList = doc.getElementsByTagName("body");
HTMLBodyElement03.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
98 doc = load(docRef, "doc", "body");
99 nodeList = doc.getElementsByTagName("body");
HTMLBodyElement04.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
99 doc = load(docRef, "doc", "body");
100 nodeList = doc.getElementsByTagName("body");
HTMLBodyElement05.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
98 doc = load(docRef, "doc", "body");
99 nodeList = doc.getElementsByTagName("body");
HTMLBodyElement06.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
99 doc = load(docRef, "doc", "body");
100 nodeList = doc.getElementsByTagName("body");
HTMLDocument05.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
78 The body attribute is the element that contains the content for the
81 Retrieve the body attribute and examine its value for the id attribute.
101 vbody = doc.body;
105 assertEquals("idLink","TEST-BODY",vid);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBodyElement01.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
98 doc = load(docRef, "doc", "body");
99 nodeList = doc.getElementsByTagName("body");
HTMLBodyElement02.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
99 doc = load(docRef, "doc", "body");
100 nodeList = doc.getElementsByTagName("body");

Completed in 2092 milliseconds

1 2 3 4 56 7 8 91011>>