Searched defs:body (Results 1 - 25 of 200) sorted by relevance

12345678

/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMDocument.h41 @property(readonly) WKDOMElement *body; variable
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKScriptMessage.h45 @property (nonatomic, readonly, copy) id body; variable
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkfrom.rb47 def body method in class:Mail
H A Dtkbiff.rb65 def body method in class:Mail
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.php14 $body = "This is a sample message send from PHP.\r\n"; variable
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmm-bodies.el[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotification.cpp36 WebNotification::WebNotification(const String& title, const String& body, const String& iconURL, const String& tag, const String& lang, const String& dir, const String& originString, uint64_t notificationID) argument
H A DWebNotification.h46 static PassRefPtr<WebNotification> create(const String& title, const String& body, const String& iconURL, const String& tag, const String& lang, const String& dir, const String& originString, uint64_t notificationID) argument
52 const String& body() const { return m_body; } function in class:WebKit::WebNotification
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dmk_rep.c43 EncAPRepPart body; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/builtins/
H A DBuiltinExecutables.cpp62 FunctionBodyNode* body = static_cast<FuncExprNode*>(funcExpr)->body(); local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/libDER/Tests/
H A DDER_Ticket.h66 DERItem body; /* SET OF OCTECT STRING, DER_DEC_SAVE_DER */ member in struct:__anon4818
84 DERItem body; /* SET OF OCTECT STRING, DER_DEC_SAVE_DER */ member in struct:__anon4819
/macosx-10.10/ruby-106/ruby/lib/net/http/
H A Dresponse.rb225 def body method
[all...]
H A Dgeneric_request.rb[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DNotificationCenter.h56 PassRefPtr<Notification> createNotification(const String& iconURI, const String& title, const String& body, ExceptionCode& ec) argument
H A DNotification.cpp62 Notification::Notification(const String& title, const String& body, const String& iconURI, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) argument
101 PassRef<Notification> Notification::create(const String& title, const String& body, const String& iconURI, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DPluginDocument.cpp82 RefPtr<Element> body = document()->createElement(bodyTag, false); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_application_cache_manager.cpp57 Eina_Strbuf* body = eina_strbuf_new(); local
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DHTTPRequest.h57 const Vector<unsigned char>& body() const { return m_body; } function in class:WebKit::HTTPRequest
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dmailclient.el
H A Dmetamail.el
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_hidden_selector.py26 def body(self): member in class:OCTestHidden
47 def body(self): member in class:OCTestSubHidden
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_hidden_selector.py26 def body(self): member in class:OCTestHidden
47 def body(self): member in class:OCTestSubHidden
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclShadow.c122 char *body = ObjStr(Tcl_GetObjResult(interp)); local
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCodeCache.cpp159 FunctionBodyNode* body = static_cast<FuncExprNode*>(funcExpr)->body(); local
/macosx-10.10/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-16-cfdate-der.c90 const uint8_t *body = ccder_decode_tl(CCDER_GENERALIZED_TIME, &dlen, der, der_end); local

Completed in 416 milliseconds

12345678