Searched refs:body (Results 201 - 225 of 1196) sorted by relevance

1234567891011>>

/external/chromium_org/tools/python/google/
H A Dgethash_timer.py44 body = '4:4\n' + prefix
47 h.putheader('content-length', str(len(body)))
49 h.send(body)
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dscroll.js23 this.element_ = document.body;
57 // clientHeight is "special" for the body element.
58 if (this.element_ == document.body)
70 // clientWidth is "special" for the body element.
71 if (this.element_ == document.body)
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-codegen-deopt.cc167 ZoneList<Statement*>* body = info.function()->body(); local
168 for (int i = 0; i < body->length(); i++) {
169 if (body->at(i)->IsExpressionStatement() &&
170 body->at(i)->AsExpressionStatement()->expression()->IsCall()) {
171 return body->at(i)->AsExpressionStatement()->expression()->id();
277 ZoneList<Statement*>* body = info.function()->body(); local
278 for (int i = 0; i < body->length(); i++) {
279 if (body
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
H A Dcompiler.cpp92 const char *body = source.find("COMP\n"); local
95 read_header({ source.begin(), body }, m);
96 read_body(body, m);
/external/chromium_org/google_apis/gaia/
H A Doauth2_access_token_fetcher_impl_unittest.cc97 const std::string& body) {
107 if (!body.empty())
108 url_fetcher->SetResponseString(body);
151 std::string body = local
156 EXPECT_EQ(body,
162 std::string body = local
170 EXPECT_EQ(body,
176 std::string body = local
188 EXPECT_EQ(body,
201 { // No body
95 SetupGetAccessToken(bool fetch_succeeds, int response_code, const std::string& body) argument
[all...]
/external/chromium_org/net/tools/flip_server/
H A Dmem_cache.cc34 body.append(input, size);
55 const std::string& body)
56 : filename_(filename), body_(body) {
166 // file, then the rest of the data is the body. Many of the captures
168 if (!visitor.body.length())
169 visitor.body = filename_contents.substr(pos);
195 LOG(INFO) << "Adding file (" << visitor.body.length()
202 &visitor.headers, filename_stripped.substr(0, slash_pos), visitor.body);
231 const std::string& body) {
232 InsertFile(new FileData(headers, filename, body));
53 FileData(const BalsaHeaders* headers, const std::string& filename, const std::string& body) argument
229 InsertFile(const BalsaHeaders* headers, const std::string& filename, const std::string& body) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerControllerTest.cpp88 document().body()->setInnerHTML(String::fromUTF8(bodyContent), ASSERT_NO_EXCEPTION);
94 RefPtrWillBeRawPtr<Element> parent = toElement(document().body()->firstChild()->firstChild());
110 RefPtrWillBeRawPtr<Element> parent = toElement(document().body()->firstChild()->firstChild());
124 RefPtrWillBeRawPtr<Element> parent = toElement(document().body()->firstChild()->firstChild());
137 RefPtrWillBeRawPtr<Element> parent = toElement(document().body()->firstChild()->firstChild());
151 RefPtrWillBeRawPtr<Element> parent = toElement(document().body()->firstChild()->firstChild());
165 RefPtrWillBeRawPtr<Element> parent = toElement(document().body()->firstChild()->firstChild());
179 RefPtrWillBeRawPtr<Element> parent = toElement(document().body()->firstChild()->firstChild());
193 RefPtrWillBeRawPtr<Element> parent = toElement(document().body()->firstChild()->firstChild());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDocument.cpp87 HTMLElement* body = this->body(); local
88 return isHTMLBodyElement(body) ? toHTMLBodyElement(body) : 0;
93 if (HTMLBodyElement* body = htmlBodyElement())
94 return body->fastGetAttribute(name);
100 if (HTMLBodyElement* body = htmlBodyElement()) {
105 if (body->fastGetAttribute(name) != value)
106 body->setAttribute(name, value);
/external/javassist/src/main/javassist/
H A DCtNewWrappedMethod.java30 CtMethod body, ConstParameter constParam,
36 mt.setModifiers(body.getModifiers());
44 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body,
66 /* The generated method body does not need a stack map table
147 MethodInfo body = new MethodInfo(classfile.getConstPool(),
150 int acc = body.getAccessFlags();
151 body.setAccessFlags(AccessFlag.setPrivate(acc));
152 body.addAttribute(new SyntheticAttribute(classfile.getConstPool()));
154 classfile.addMethod(body);
158 cache.addMethod(new CtMethod(body, claz
27 wrapped(CtClass returnType, String mname, CtClass[] parameterTypes, CtClass[] exceptionTypes, CtMethod body, ConstParameter constParam, CtClass declaring) argument
[all...]
H A DCtNewConstructor.java29 * <code>CtClass</code> and append code snippet to the body of the class
58 * The source code must include not only the constructor body
87 * @param body the source text of the constructor body.
90 * constructor body does nothing except calling
96 String body, CtClass declaring)
102 cc.setBody(body);
232 * <p>If <code>body</code> is not null, a copy of that method is
233 * embedded in the body of the created constructor.
236 * initialized. Note that <code>body</cod
94 make(CtClass[] parameters, CtClass[] exceptions, String body, CtClass declaring) argument
307 make(CtClass[] parameters, CtClass[] exceptions, int howto, CtMethod body, ConstParameter cparam, CtClass declaring) argument
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dabout_credits.js25 document.body.onload = function () {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dchromevox_unittest_base.js50 * Loads some inlined html into the body of the current document, replacing
58 while (document.body.firstChild) {
59 document.body.removeChild(document.body.firstChild);
83 * the body element. Takes the html encoded as a comment inside a function,
100 * the body element.
110 document.body.appendChild(fragment);
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dfirst_run.css12 body {
17 body {
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_frame.css5 body {
10 html.changing-content body {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
H A Dfeed_iframe.js6 var msg = JSON.stringify({type:"size", size:document.body.offsetHeight});
/external/chromium_org/content/child/npapi/
H A Dplugin_host.h43 std::vector<char>* body);
/external/chromium_org/content/shell/renderer/
H A Dshell_render_view_observer.h29 void OnEchoPong(int id, const std::string& body);
/external/chromium_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.js35 document.body.appendChild(listener);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dreset.css11 html, body, div, span, object, iframe,
28 body { line-height: 1.5; background: #fff; margin:1.5em 0; }
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtemplite.py131 expr, body = args
133 self.execute(body)
135 var, lis, body = args
139 self.execute(body)
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestTreeFragment.py18 self.assertEqual("x", T2.stats[0].if_clauses[0].body.lhs.name)
19 T2.stats[0].if_clauses[0].body.lhs.name = "other"
20 self.assertEqual("x", T1.stats[0].if_clauses[0].body.lhs.name)
57 s = T.body.stats
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c182 fprintf(stderr, "%d: op: 0x%08x", i, vs->body.d[offset]);
183 r300_vs_op_dump(vs->body.d[offset]);
186 fprintf(stderr, " src%i: 0x%08x", src, vs->body.d[offset+1+src]);
187 r300_vs_src_dump(vs->body.d[offset+1+src]);
/external/chromium_org/tools/perf/measurements/
H A Dpage_cycler.js39 var unused = document.body.offsetHeight; // force layout
/external/doclava/res/assets/templates/
H A Dpackage.cs5 <body class="<?cs var:package.since ?>">
53 </body>
H A Dsampleindex.cs7 <body class="gc-documentation">
50 </body>

Completed in 853 milliseconds

1234567891011>>