Searched refs:body (Results 51 - 75 of 1196) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/webapp/
H A Dwindow_frame.css6 .window-body {
11 html.apps-v2 body {
16 html.apps-v2 body:not(.fullscreen) {
87 html.apps-v2 .window-body {
127 body:not(.connected) .window-disconnect,
128 body:not(.connected) .window-fullscreen,
129 body:not(.connected) .window-options {
149 html.apps-v2 body.fullscreen #scroller {
153 html.apps-v2 body.fullscreen .window-body {
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dmeasuring_stick.js28 this.iframe_.contentDocument.body.appendChild(element);
32 this.iframe_.contentDocument.body.removeChild(element);
40 document.body.appendChild(iframe);
42 this.iframe_.contentDocument.body.style.cssText =
56 document.body.removeChild(this.iframe_);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Doptions.css12 body {
66 body.rtl .col1, body.rtl .col2 {
69 body.rtl {
72 body.rtl .col2 {
75 body.rtl .checkBox, body.rtl .checkBoxTopic {
78 body.rtl table.contentTable {
81 body.rtl #save_div{
84 body
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1484 const uint8_t *body = (const uint8_t *)data; local
1485 const uint8_t *next = body + size;
1491 const SVGA3dCmdDefineSurface *cmd = (const SVGA3dCmdDefineSurface *)body;
1493 body = (const uint8_t *)&cmd[1];
1494 while(body + sizeof(SVGA3dSize) <= next) {
1495 dump_SVGA3dSize((const SVGA3dSize *)body);
1496 body += sizeof(SVGA3dSize);
1503 const SVGA3dCmdDestroySurface *cmd = (const SVGA3dCmdDestroySurface *)body;
1505 body = (const uint8_t *)&cmd[1];
1511 const SVGA3dCmdSurfaceCopy *cmd = (const SVGA3dCmdSurfaceCopy *)body;
1801 const uint8_t *body = (const uint8_t *)&header[1]; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1484 const uint8_t *body = (const uint8_t *)data; local
1485 const uint8_t *next = body + size;
1491 const SVGA3dCmdDefineSurface *cmd = (const SVGA3dCmdDefineSurface *)body;
1493 body = (const uint8_t *)&cmd[1];
1494 while(body + sizeof(SVGA3dSize) <= next) {
1495 dump_SVGA3dSize((const SVGA3dSize *)body);
1496 body += sizeof(SVGA3dSize);
1503 const SVGA3dCmdDestroySurface *cmd = (const SVGA3dCmdDestroySurface *)body;
1505 body = (const uint8_t *)&cmd[1];
1511 const SVGA3dCmdSurfaceCopy *cmd = (const SVGA3dCmdSurfaceCopy *)body;
1801 const uint8_t *body = (const uint8_t *)&header[1]; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
H A Dcontent.js5 document.body.innerHTML = "";
11 document.body.appendChild(document.createElement("br"));
12 document.body.appendChild(a);
47 document.body.appendChild(document.createElement("br"));
48 document.body.appendChild(logDiv);
/external/chromium_org/components/dom_distiller/core/javascript/
H A Ddom_distiller_viewer.js17 // Maps JS Font Family to CSS class and then changes body class name.
28 // Relies on the classname order of the body being Theme class, then Font
30 var themeClass = document.body.className.split(" ")[0];
31 document.body.className = themeClass + " " + cssClass;
34 // Maps JS theme to CSS class and then changes body class name.
45 // Relies on the classname order of the body being Theme class, then Font
47 var fontFamilyClass = document.body.className.split(" ")[1];
48 document.body.className = cssClass + " " + fontFamilyClass;
74 document.body.appendChild(img);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dworld.js39 function verifyBodyDescription(body, shapes) {
40 var shapeName = body['shape'];
41 var mass = body['mass'];
42 var friction = body['friction'];
43 var transform = body['transform'];
/external/chromium_org/net/quic/
H A Dquic_data_stream_test.cc134 string body = "this is the body"; local
139 QuicStreamFrame frame(kClientDataStreamId1, false, 0, MakeIOVector(body));
142 EXPECT_EQ(headers + body, stream_->data());
147 string body = "this is the body"; local
149 for (size_t fragment_size = 1; fragment_size < body.size();
160 for (size_t offset = 0; offset < body.size(); offset += fragment_size) {
161 size_t remaining_data = body.size() - offset;
162 StringPiece fragment(body
175 string body = "this is the body"; local
207 string body = "this is the body"; local
234 string body = "this is the body"; local
258 string body = "this is the body"; local
299 string body; local
343 string body; local
386 string body; local
446 string body; local
489 string body; local
523 string body; local
548 string body = ""; local
[all...]
/external/chromium_org/third_party/skia/experimental/webtry/res/js/
H A Dwebtry.js50 document.body.classList.add('waiting');
56 document.body.classList.remove('waiting');
98 body = JSON.parse(e.target.response);
103 body.forEach(function(source) {
198 body = JSON.parse(e.target.response);
199 code.value = body.code;
200 editor.setValue(body.code);
201 img.src = '/i/'+body.hash+'.png';
202 sourceSelectByID(body.source);
204 permalink.href = '/c/' + body
[all...]
/external/skia/experimental/webtry/res/js/
H A Dwebtry.js50 document.body.classList.add('waiting');
56 document.body.classList.remove('waiting');
98 body = JSON.parse(e.target.response);
103 body.forEach(function(source) {
198 body = JSON.parse(e.target.response);
199 code.value = body.code;
200 editor.setValue(body.code);
201 img.src = '/i/'+body.hash+'.png';
202 sourceSelectByID(body.source);
204 permalink.href = '/c/' + body
[all...]
/external/chromium_org/v8/src/
H A Dd8.js138 var body = response.body();
142 if (body.breakpoints) {
144 if (body.breakpoints.length > 1) {
148 for (var i = 0; i < body.breakpoints.length; i++) {
152 result += body.breakpoints[i];
158 result += body.invocationText;
160 result += SourceInfo(body);
162 result += SourceUnderline(body.sourceLineText, body
[all...]
/external/chromium_org/net/server/
H A Dhttp_server_response_info.h24 static HttpServerResponseInfo CreateFor500(const std::string& body);
29 void SetBody(const std::string& body, const std::string& content_type);
37 const std::string& body() const;
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part2.js77 var body = bodies[j];
78 eval(pre + body);
79 eval("'use strict'; " + pre + body);
H A Ddebug-stepout-scope-part5.js73 var body = with_bodies[j];
74 eval(pre + body);
75 Function(pre + body)();
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DRecordedResponse.java33 public final String body; field in class:RecordedResponse
36 RecordedResponse(Request request, Response response, String body, Failure failure) { argument
39 this.body = body;
61 assertEquals(expectedBody, body);
82 assertNull(redirectedBy.body());
/external/chromium_org/chrome/browser/resources/
H A Dextensions_infobar_mac.css9 body {
/external/chromium_org/chrome/browser/resources/hangout_services/
H A Dstartup.js16 document.body.appendChild(e);
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_iframe.css4 body {
H A Dmost_visited_title.js14 document.body.appendChild(
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dpopup.js26 document.body.addEventListener('click', function() {
29 document.body.addEventListener('keydown', function(event) {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_function_can_inline.cpp33 * (0) loop surrounding the function body.
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();
/external/chromium_org/ui/accessibility/extensions/alt/
H A Dhide-images.js6 if (!document.body)
8 if (document.body.hasAttribute('show-alt'))
9 document.body.removeAttribute('show-alt');
11 document.body.setAttribute('show-alt', '');
66 if (!document.body)
81 document.body.removeChild(showAltInfobar);
106 document.body.insertBefore(showAltInfobar, document.body.firstChild);
/external/mesa3d/src/glsl/
H A Dir_function_can_inline.cpp33 * (0) loop surrounding the function body.
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();
/external/chromium-trace/trace-viewer/src/ui/
H A Dfilter_control_test.js13 document.body.appendChild(filterControl);
17 document.body.removeChild(filterControl);

Completed in 1470 milliseconds

1234567891011>>