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

<<11121314151617181920>>

  /external/chromium/chrome/browser/resources/ntp4/
new_tab.css 9 /* It's necessary to put this here instead of in body in order to get the
14 body {
24 body,
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 55 while (!el.classList.contains('scrollbar-inside') && el != document.body)
131 el = document.body;
168 if (insideEl == document.body)
195 document.body.appendChild(el);
253 document.body.classList.add('loaded');
260 if (document.querySelector('body > .sidebar'))
261 addTransientScrollbars(document.querySelector('body > .sidebar'));
263 addTransientScrollbars(document.body);
  /external/chromium/chrome/browser/resources/shared/js/
parse_html_subset.js 56 r.selectNode(document.body);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 141 * "body" {String} A request body to send. Defaults to null.
148 var body = opt_params && opt_params['body'] || null;
154 ChromeExOAuth.sendRequest(method, signedUrl, headers, body, function (xhr) {
283 * @param {String} body Optional body content.
288 ChromeExOAuth.sendRequest = function(method, url, headers, body, callback) {
301 xhr.send(body);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 141 * "body" {String} A request body to send. Defaults to null.
148 var body = opt_params && opt_params['body'] || null;
154 ChromeExOAuth.sendRequest(method, signedUrl, headers, body, function (xhr) {
283 * @param {String} body Optional body content.
288 ChromeExOAuth.sendRequest = function(method, url, headers, body, callback) {
301 xhr.send(body);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 141 * "body" {String} A request body to send. Defaults to null.
148 var body = opt_params && opt_params['body'] || null;
154 ChromeExOAuth.sendRequest(method, signedUrl, headers, body, function (xhr) {
283 * @param {String} body Optional body content.
288 ChromeExOAuth.sendRequest = function(method, url, headers, body, callback) {
301 xhr.send(body);
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 24 // Hide body content initially to minimize flashing.
26 document.write('body { display:none!important; }');
  /external/clang/docs/tools/
dump_ast_matchers.py 244 # body = True: We parse the definition of a matcher. We need
248 # body = False: We parse the comments and declaration of the matcher.
252 body = False variable
254 if body:
261 body = False variable
275 body = True variable
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
7 body { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: 0.3em; }
  /external/javassist/src/main/javassist/tools/rmi/
StubGenerator.java 207 CtMethod body; local
209 body = forwardStaticMethod;
211 body = forwardMethod;
218 body,
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsVehicle.cpp 69 //btRigidBody* body = reinterpret_cast<btRigidBody*> bodyId;
89 btRigidBody* body = reinterpret_cast<btRigidBody*>(objectId); local
90 if (body == NULL) {
95 body->setActivationState(DISABLE_DEACTIVATION);
103 btRaycastVehicle* vehicle = new btRaycastVehicle(tuning, body, caster);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagDoll.java 53 Node body = createLimb(0.2f, 1.0f, new Vector3f(0.00f, 0.5f, 0), false); local
60 join(body, shoulders, new Vector3f(0f, 1.4f, 0));
61 join(body, hips, new Vector3f(0f, -0.5f, 0));
74 ragDoll.attachChild(body);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 99 | Ast.For (var_name, start, end_, step, body) ->
127 (* Emit the body of the loop. This, like any other expr, can change the
128 * current BB. Note that we ignore the value computed by the body, but
130 ignore (codegen_expr body);
181 * has a body, don't allow redefinition or reextern. *)
183 (* If 'f' already has a body, reject this. *)
202 | Ast.Function (proto, body) ->
211 let ret_val = codegen_expr body in
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/mockspdyserver/
MockSpdyServer.java 255 byte[] body = response.getBody();
256 stream.reply(spdyHeaders, body.length > 0);
257 if (body.length > 0) {
258 stream.getOutputStream().write(body);
  /external/regex-re2/doc/
mksyntaxhtml 27 <body>
37 </body>
  /external/webkit/LayoutTests/dom/html/level2/html/
hasFeature02.js 33 // raised when entering the body of the test.
62 // body of the test to be executed.
hasFeature05.js 33 // raised when entering the body of the test.
62 // body of the test to be executed.
hasFeature06.js 33 // raised when entering the body of the test.
62 // body of the test to be executed.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
hasFeature02.js 33 // raised when entering the body of the test.
62 // body of the test to be executed.
hasFeature05.js 33 // raised when entering the body of the test.
62 // body of the test to be executed.
hasFeature06.js 33 // raised when entering the body of the test.
62 // body of the test to be executed.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
hasFeature01.js 33 // raised when entering the body of the test.
63 // body of the test to be executed.
hasFeature02.js 33 // raised when entering the body of the test.
62 // body of the test to be executed.
hasFeature03.js 33 // raised when entering the body of the test.
62 // body of the test to be executed.
hasFeature04.js 33 // raised when entering the body of the test.
63 // body of the test to be executed.

Completed in 930 milliseconds

<<11121314151617181920>>