HomeSort by relevance Sort by last modified time
    Searched refs:body (Results 1 - 25 of 1532) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed_iframe.css 7 body {
  /external/chromium_org/chrome/browser/resources/help/
help.css 6 body {
  /external/chromium_org/ui/base/ime/
infolist_entry.cc 10 const base::string16& body)
11 : title(title), body(body), highlighted(false) {}
14 return title == other.title && body == other.body &&
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scenes.js 17 var body = {};
18 body.shape = 'box';
19 body.position = {};
20 body.position.x = Math.random() * 30 - 15;
21 body.position.y = Math.random() * 50 + 10;
22 body.position.z = Math.random() * zwidth - (zwidth/2);
23 body.rotation = {};
24 body.rotation.x = ( Math.random() * 360 ) * Math.PI / 180;
25 body.rotation.y = ( Math.random() * 360 ) * Math.PI / 180;
26 body.rotation.z = ( Math.random() * 360 ) * Math.PI / 180
    [all...]
  /external/chromium_org/extensions/renderer/resources/
extension_fonts.css 9 body {
  /frameworks/base/sax/java/android/sax/
EndTextElementListener.java 25 * Invoked at the end of a text element with the body of the element.
27 * @param body of the element
29 void end(String body);
  /external/smack/src/com/kenai/jbosh/
BOSHMessageEvent.java 36 private final AbstractBody body; field in class:BOSHMessageEvent
42 * @param cBody message body
50 "message body may not be null"));
52 body = cBody;
60 * @param body message body
65 final AbstractBody body) {
66 return new BOSHMessageEvent(source, body);
74 * @param body message body
    [all...]
HTTPSender.java 20 * Interface used to represent code which can send a BOSH XML body over
46 * for the response, and then return the response body.
49 * @param body request body to send
52 HTTPResponse send(CMSessionParams params, AbstractBody body);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RequestTest.java 30 Request.Body body = Request.Body.create(contentType, "abc".getBytes(Util.UTF_8)); local
31 assertEquals(contentType, body.contentType());
32 assertEquals(3, body.contentLength());
33 assertEquals("616263", bodyToHex(body));
34 assertEquals("Retransmit body", "616263", bodyToHex(body));
39 Request.Body body = Request.Body.create(contentType, "\u0800") local
47 Request.Body body = Request.Body.create(contentType, "\\u0800"); local
55 Request.Body body = Request.Body.create(contentType, "abc".getBytes(Util.UTF_8)); local
69 Request.Body body = Request.Body.create(contentType, file); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
popup.css 7 body {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css 5 body.uber-frame {
10 html[dir='rtl'] body.uber-frame {
18 body.uber-frame #extension-settings.page,
19 body.uber-frame #mainview-content .page,
20 body.uber-frame .subpage-sheet-container .page,
21 body.uber-frame > .page {
28 body.uber-frame header {
47 html[dir='rtl'] body.uber-frame header {
52 body.uber-frame header > .search-field-container,
53 body.uber-frame header > .header-extras
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
UnstructuredField.java 34 protected UnstructuredField(String name, String body, String raw, String value) {
35 super(name, body, raw);
44 public Field parse(final String name, final String body, final String raw) {
45 final String value = DecoderUtil.decodeEncodedWords(body);
46 return new UnstructuredField(name, body, raw, value);
FieldParser.java 20 Field parse(final String name, final String body, final String raw);
Field.java 60 private final String body; field in class:Field
63 protected Field(final String name, final String body, final String raw) {
65 this.body = body;
101 String body = unfolded.substring(fieldMatcher.end()); local
102 if (body.length() > 0 && body.charAt(0) == ' ') {
103 body = body.substring(1);
106 return parser.parse(name, body, raw)
    [all...]
  /external/okhttp/okcurl/src/test/java/com/squareup/okhttp/curl/
MainTest.java 32 assertNull(request.body());
39 assertNull(request.body());
44 Request.Body body = request.body(); local
47 assertEquals("application/x-form-urlencoded; charset=utf-8", body.contentType().toString());
48 assertEquals("foo", bodyAsString(body));
53 Request.Body body = request.body(); local
63 Request.Body body = request.body(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 23 : m='method' ID '(' ')' body
27 body
29 // decls is on body's local variable stack but is visible to
30 // any rule that body calls such as stat. From other rules
31 // it is referenced as $body::decls
32 // From within rule body, you can use $decls shorthand
36 $body::decls = [];
41 foreach my $id ($body::decls) {
47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
  /external/lldb/include/lldb/Expression/
ExpressionSourceCode.h 26 const char *body)
30 body,
35 const char *body)
39 body,
61 const char *body,
65 m_body(body),
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
googleinit.h 73 #define REGISTER_MODULE_INITIALIZER(name, body) \
75 static void google_init_module_##name () { body; } \
80 #define REGISTER_MODULE_DESTRUCTOR(name, body) \
82 static void google_destruct_module_##name () { body; } \
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
googleinit.h 58 #define REGISTER_MODULE_INITIALIZER(name, body) \
60 static void google_init_module_##name () { body; } \
65 #define REGISTER_MODULE_DESTRUCTOR(name, body) \
67 static void google_destruct_module_##name () { body; } \
  /external/wpa_supplicant_8/hs20/server/www/
remediation.php 5 <body>
17 </body>
  /libcore/support/src/test/java/tests/http/
MockResponse.java 37 private byte[] body = EMPTY_BODY; field in class:MockResponse
92 return body;
95 public MockResponse setBody(byte[] body) {
96 if (this.body == EMPTY_BODY) {
99 this.headers.add("Content-Length: " + body.length);
100 this.body = body;
104 public MockResponse setBody(String body) {
106 return setBody(body.getBytes(ASCII));
112 public MockResponse setChunkedBody(byte[] body, int maxChunkSize) throws IOException
    [all...]
  /external/chromium_org/chrome/browser/resources/uber/
uber_shared.css 5 body {
10 body.uber-frame {
14 html[dir='rtl'] body.uber-frame {
22 body #extension-settings.page,
23 body #mainview-content .page,
24 body .subpage-sheet-container .page,
25 body > .page {
32 body header {
53 body.uber-frame header {
57 html[dir='rtl'] body header
    [all...]
  /external/chromium_org/remoting/webapp/
message_window.css 6 body {
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/resources/
script-error.js 1 var test = document.body;
  /external/chromium_org/third_party/WebKit/Source/core/css/
navigationTransitions.css 7 body {

Completed in 2359 milliseconds

1 2 3 4 5 6 7 8 91011>>