/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLBodyElement09.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 99 body = doc.body; 101 hasXML = body.isSupported("XML",version); 102 state = body.isSupported("xhTmL",version);
|
HTMLBodyElement10.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 98 body = doc.body; 100 hasXML = body.isSupported("XML",version); 101 state = body.isSupported("xhTmL",version);
|
HTMLBodyElement07.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 98 body = doc.body; 100 state = body.isSupported("hTmL",version);
|
HTMLBodyElement08.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 97 body = doc.body; 99 state = body.isSupported("hTmL",version);
|
HTMLBodyElement11.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 98 body = doc.body; 100 state = body.isSupported("cOrE",version);
|
HTMLBodyElement12.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 97 body = doc.body; 99 state = body.isSupported("cOrE",version);
|
body01.js | 33 // raised when entering the body of the test. 49 docsLoaded += preload(docRef, "doc", "body"); 68 // body of the test to be executed. 79 The value of attribute alink of the body element is read and checked against the expected value. 97 doc = load(docRef, "doc", "body"); 98 nodeList = doc.getElementsByTagName("body");
|
/external/webkit/Source/WebCore/html/ |
HTMLDocument.cpp | 108 HTMLElement* b = body(); 116 HTMLElement* b = body(); 143 return body(); 162 HTMLElement* b = body(); 172 HTMLElement* b = body(); 181 HTMLElement* b = body(); 191 HTMLElement* b = body(); 200 HTMLElement* b = body(); 210 HTMLElement* b = body(); 224 HTMLElement* b = body(); [all...] |
/external/chromium/chrome/browser/accessibility/ |
renderer_accessibility_browsertest.cc | 100 "<body><input type='button' value='push' /><input type='checkbox' />" 101 "</body></html>"; 118 // Check properites of the BODY element. 120 const WebAccessibility& body = tree.children[0]; local 121 EXPECT_EQ(WebAccessibility::ROLE_GROUP, body.role); 122 EXPECT_STREQ("body", GetAttr(body, WebAccessibility::ATTR_HTML_TAG).c_str()); 123 EXPECT_STREQ("block", GetAttr(body, WebAccessibility::ATTR_DISPLAY).c_str()); 125 // Check properties of the two children of the BODY element. 126 ASSERT_EQ(2U, body.children.size()) 169 const WebAccessibility& body = tree.children[0]; local 200 const WebAccessibility& body = tree.children[0]; local 288 const WebAccessibility& body = tree.children[0]; local [all...] |
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 75 public void end(String body) { 76 this.bodies += body; 133 public void end(String body) { 219 public void end(String body) { 220 video.videoId = body; 226 public void end(String body) { 229 video.dateAdded.parse3339(body); 236 public void end(String body) { 237 video.authorName = body; 275 public void end(String body) { [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
Rfc822Output.java | 22 import com.android.emailcommon.provider.EmailContent.Body; 66 /** A less-than-perfect pattern to pull out <body> content */ 68 "(?:<\\s*body[^>]*>)(.*)(?:<\\s*/\\s*body\\s*>)", 70 /** Match group in {@code BODDY_PATTERN} for the body HTML */ 77 /** Index of the plain text version of the message body */ 79 /** Index of the HTML version of the message body */ 85 * Returns just the content between the <body></body> tags. This is not perfect and breaks 87 * the <body> tag (e.g. a '>' in a java script block) 216 Body body = Body.restoreBodyWithMessageId(context, message.mId); local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
irc.js | 72 sendCommand(commands.PONG, [], parsed.body); 78 if (parsed.body.charCodeAt(0) == 1) { 84 parsed.body); 97 that.onConnect(parsed.body); 143 parsed.body = ""; 162 // If there is still a ':', then the message has trailing body. 165 parsed.body = message.substring(bodyMarker + 1);
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
webserver.rb | 61 response.body = ie.buildMediaFile(mime_type) 64 response.body = ie.buildPage() 94 response.body = File.read("index.html") 101 response.body = File.read("media/bug.png") 107 response.body = 'OHAI' 113 response.body = $last_page_requested.join(' ')
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLBodyElement07.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 98 body = doc.body; 100 state = body.isSupported("hTmL",version);
|
HTMLBodyElement08.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 97 body = doc.body; 99 state = body.isSupported("hTmL",version);
|
HTMLBodyElement11.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 98 body = doc.body; 100 state = body.isSupported("cOrE",version);
|
HTMLBodyElement12.js | 33 // raised when entering the body of the test. 68 // body of the test to be executed. 88 var body; 97 body = doc.body; 99 state = body.isSupported("cOrE",version);
|
body01.js | 33 // raised when entering the body of the test. 49 docsLoaded += preload(docRef, "doc", "body"); 68 // body of the test to be executed. 79 The value of attribute alink of the body element is read and checked against the expected value. 97 doc = load(docRef, "doc", "body"); 98 nodeList = doc.getElementsByTagName("body");
|
/dalvik/vm/hprof/ |
HprofOutput.cpp | 87 ctx->curRec.body = (unsigned char *)malloc(ctx->curRec.allocLen); 142 nb = fwrite(rec->body, 1, rec->length, fp); 192 newBody = (unsigned char *)realloc(rec->body, newAllocLen); 194 rec->body = newBody; 216 memcpy(rec->body + rec->length, values, numValues); 231 rec->body[rec->length++] = value; 254 unsigned char *insert = rec->body + rec->length; 279 unsigned char *insert = rec->body + rec->length; 304 unsigned char *insert = rec->body + rec->length;
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
main.css | 17 html,body { 21 body {
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 40 public static final String KEY_BODY = "body"; 52 + "title text not null, body text not null);"; 112 * Create a new note using the title and body provided. If the note is 117 * @param body the body of the note 120 public long createNote(String title, String body) { 123 initialValues.put(KEY_BODY, body); 173 * specified using the rowId, and it is altered to use the title and body 178 * @param body value to set note body t [all...] |
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 40 public static final String KEY_BODY = "body"; 52 + "title text not null, body text not null);"; 112 * Create a new note using the title and body provided. If the note is 117 * @param body the body of the note 120 public long createNote(String title, String body) { 123 initialValues.put(KEY_BODY, body); 173 * specified using the rowId, and it is altered to use the title and body 178 * @param body value to set note body t [all...] |
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 40 public static final String KEY_BODY = "body"; 52 + "title text not null, body text not null);"; 112 * Create a new note using the title and body provided. If the note is 117 * @param body the body of the note 120 public long createNote(String title, String body) { 123 initialValues.put(KEY_BODY, body); 173 * specified using the rowId, and it is altered to use the title and body 178 * @param body value to set note body t [all...] |
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 40 public static final String KEY_BODY = "body"; 52 + "title text not null, body text not null);"; 112 * Create a new note using the title and body provided. If the note is 117 * @param body the body of the note 120 public long createNote(String title, String body) { 123 initialValues.put(KEY_BODY, body); 173 * specified using the rowId, and it is altered to use the title and body 178 * @param body value to set note body t [all...] |
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
NotesDbAdapter.java | 40 public static final String KEY_BODY = "body"; 52 + "title text not null, body text not null);"; 112 * Create a new note using the title and body provided. If the note is 117 * @param body the body of the note 120 public long createNote(String title, String body) { 123 initialValues.put(KEY_BODY, body); 173 * specified using the rowId, and it is altered to use the title and body 178 * @param body value to set note body t [all...] |