Searched defs:body (Results 101 - 125 of 160) sorted by relevance

1234567

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp240 HTMLElement* body = m_document->body(); local
241 if (!body)
265 body->appendChild(holder.get(), ec);
H A Dmarkup.cpp584 Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag); local
586 // FIXME: Do this for all fully selected blocks, not just the body.
587 if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range))
588 fullySelectedRoot = body;
607 // This assertion is caused at least when we select all text of a <body> element whose
675 // We use a fake body element here to trick the HTML parser to using the
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.js208 var body = document.body; variable
211 body.removeStyleClass("detached");
212 body.addStyleClass("attached");
215 body.removeStyleClass("attached");
216 body.addStyleClass("detached");
413 document.body.addStyleClass("platform-" + platform);
416 document.body.addStyleClass("platform-" + flavor);
418 document.body.addStyleClass("port-" + port);
420 document.body
[all...]
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceHandleCFNet.cpp153 FormData* body = handle->firstRequest().httpBody(); local
154 if (!equalIgnoringCase(handle->firstRequest().httpMethod(), "GET") && body && !body->isEmpty())
155 WebCore::setHTTPBody(mutableRequest.get(), body);
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.cpp503 String body = createMarkup(document); local
507 m_requestEntityBody = FormData::create(encoding.encode(body.characters(), body.length(), EntitiesForUnencodables));
515 void XMLHttpRequest::send(const String& body, ExceptionCode& ec) argument
520 if (!body.isNull() && m_method != "GET" && m_method != "HEAD" && m_url.protocolInHTTPFamily()) {
534 m_requestEntityBody = FormData::create(UTF8Encoding().encode(body.characters(), body.length(), EntitiesForUnencodables));
542 void XMLHttpRequest::send(Blob* body, ExceptionCode& ec) argument
551 if (body->isFile())
552 m_requestEntityBody->appendFile(static_cast<File*>(body)
562 send(DOMFormData* body, ExceptionCode& ec) argument
585 send(ArrayBuffer* body, ExceptionCode& ec) argument
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.cpp435 \fn void QWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
439 \a body is optional and is only used for POST operations.
448 const QByteArray &body)
450 page()->mainFrame()->load(request, operation, body);
446 load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body) argument
H A Dqwebframe.cpp877 \a body is optional and is only used for POST operations.
885 const QByteArray &body)
932 if (!body.isEmpty())
933 request.setHTTPBody(WebCore::FormData::create(body.constData(), body.size()));
883 load(const QNetworkRequest &req, QNetworkAccessManager::Operation operation, const QByteArray &body) argument
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp815 void QDeclarativeWebView::load(const QNetworkRequest& request, QNetworkAccessManager::Operation operation, const QByteArray& body) argument
817 page()->mainFrame()->load(request, operation, body);
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp257 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::body( function in class:DOMHTMLDocument
266 domElement.adoptRef(DOMHTMLElement::createInstance(htmlDoc->body()));
273 /* [in] */ IDOMHTMLElement* /*body*/)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c1127 * FT Request action frame body[variable]
1165 wpa_hexdump(MSG_MSGDUMP, "FT: Action frame body", ies, ies_len);
1185 const u8 *body, size_t len)
1200 wpa_hexdump(MSG_MSGDUMP, "FT: RRB Request Frame body", body, len);
1202 status = wpa_ft_process_auth_req(sm, body, len, &resp_ies,
1214 * Status_Code[2] FT Request action frame body[variable]
1521 "room for Action Frame body); alen=%lu",
1183 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c1127 * FT Request action frame body[variable]
1165 wpa_hexdump(MSG_MSGDUMP, "FT: Action frame body", ies, ies_len);
1185 const u8 *body, size_t len)
1200 wpa_hexdump(MSG_MSGDUMP, "FT: RRB Request Frame body", body, len);
1202 status = wpa_ft_process_auth_req(sm, body, len, &resp_ies,
1214 * Status_Code[2] FT Request action frame body[variable]
1521 "room for Action Frame body); alen=%lu",
1183 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c1127 * FT Request action frame body[variable]
1165 wpa_hexdump(MSG_MSGDUMP, "FT: Action frame body", ies, ies_len);
1185 const u8 *body, size_t len)
1200 wpa_hexdump(MSG_MSGDUMP, "FT: RRB Request Frame body", body, len);
1202 status = wpa_ft_process_auth_req(sm, body, len, &resp_ies,
1214 * Status_Code[2] FT Request action frame body[variable]
1521 "room for Action Frame body); alen=%lu",
1183 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc815 "<html><body>Google Blah Blah</body></html>",
1015 trans->data = body;
1024 const char* body; member in struct:__anon2941::Response
2292 "unexpected body"
4629 // read the response body -- want to test that it is still getting cached.
4657 // read the response body -- want to test that it is still getting cached.
4814 const char* kData = "body";
/external/clang/lib/AST/
H A DStmt.cpp937 WhileStmt::WhileStmt(ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, argument
942 SubExprs[BODY] = body;
/external/clang/lib/CodeGen/
H A DCGException.cpp1126 // - EmitCXXTryStmt emits the code for the catch body
1249 // We just emitted the body of the try; jump to the continue block.
1281 // Perform the body of the catch.
1404 const Stmt *body,
1449 CGF.EHStack.pushCleanup<PerformFinally>(NormalCleanup, body,
1403 enter(CodeGenFunction &CGF, const Stmt *body, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *rethrowFn) argument
/external/dbus/dbus/
H A Ddbus-message.c129 &message->body, 0);
148 * The header and then the body should be written out.
154 * @param body return location for message body data.
159 const DBusString **body)
164 *body = &message->body;
237 _dbus_string_get_length (&message->body);
334 _dbus_string_get_length (&message->body));
336 /* must have a signature if you have a body */
157 _dbus_message_get_network_data(DBusMessage *message, const DBusString **header, const DBusString **body) argument
[all...]
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java301 private boolean needsSuperCall(Stmnt body) throws CompileError { argument
302 if (body.getOperator() == BLOCK)
303 body = (Stmnt)body.head();
305 if (body != null && body.getOperator() == EXPR) {
306 ASTree expr = body.head();
419 Stmnt body = (Stmnt)st.tail();
429 if (body != null)
430 body
[all...]
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp177 ExprAST *step, ExprAST *body)
178 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
188 ExprAST *body)
189 : VarNames(varnames), Body(body) {}
226 FunctionAST(PrototypeAST *proto, ExprAST *body) argument
227 : Proto(proto), Body(body) {}
809 // Emit the body of the loop. This, like any other expr, can change the
810 // current BB. Note that we ignore the value computed by the body, but don't
830 // the body of the loop mutates the variable.
894 // Codegen the body, no
176 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, ExprAST *step, ExprAST *body) argument
187 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, ExprAST *body) argument
[all...]
/external/mesa3d/src/glsl/
H A Dast.h648 ast_expression *rest_expression, ast_node *body);
665 ast_node *body; member in class:ast_iteration_statement
705 ast_compound_statement *body; member in class:ast_function_definition
H A Dir.h444 /** Whether or not this function has a body (which may be empty). */
451 struct exec_list body; member in class:ir_function_signature
557 /** List of ir_instruction for the body of the then branch */
559 /** List of ir_instruction for the body of the else branch */
586 * Get an iterator for the instructions of the loop body
593 /** List of ir_instruction that make up the body of the loop. */
/external/v8/tools/gcmole/
H A Dgcmole.cc151 const clang::FunctionDecl* body = NULL; local
152 if (f->hasBody(body) && !Analyzed(name)) {
154 TraverseStmt(body->getBody());
1160 const clang::FunctionDecl* body = NULL; local
1161 if (f->hasBody(body)) {
1163 DefineParameters(body, &env);
1164 VisitStmt(body->getBody(), env);
/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h817 inline FuncExprNode::FuncExprNode(JSGlobalData* globalData, const Identifier& ident, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter) argument
819 , m_body(body)
824 inline FuncDeclNode::FuncDeclNode(JSGlobalData* globalData, const Identifier& ident, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter) argument
826 , m_body(body)
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h92 @property(retain) DOMHTMLElement *body; variable
/external/webkit/Source/WebCore/dom/
H A Dxml_expat_tokenizer.cpp855 RefPtr<Node> body = doc->createElementNS(xhtmlNamespaceURI, "body", ec); local
856 rootElement->appendChild(body, ec);
857 documentElement = body.get();
/external/bison/src/
H A Dparse-gram.c429 /* Pacify GCC's `empty if-body' warning. */
1897 char const *body = (yyvsp[(1) - (1)].chars);
1905 body++;
1909 muscle_code_grow ("stype", body, (yylsp[(1) - (1)]));
1894 char const *body = (yyvsp[(1) - (1)].chars); local

Completed in 594 milliseconds

1234567