Searched +defs:url +defs:cookie (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-cookie.el[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DCookieJarSoup.cpp77 SoupCookie* cookie = static_cast<SoupCookie*>(iter->data); local
88 void setCookiesFromDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url, const String& value) argument
122 cookiesForSession(const NetworkStorageSession& session, const URL& url, bool forHTTPHeader) argument
133 cookiesForDOM(const NetworkStorageSession& session, const URL&, const URL& url) argument
138 cookieRequestHeaderFieldValue(const NetworkStorageSession& session, const URL& , const URL& url) argument
148 getRawCookies(const NetworkStorageSession& session, const URL& , const URL& url, Vector<Cookie>& rawCookies) argument
161 SoupCookie* cookie = static_cast<SoupCookie*>(iter->data); local
171 deleteCookie(const NetworkStorageSession& session, const URL& url, const String& name) argument
185 SoupCookie* cookie = static_cast<SoupCookie*>(iter->data); local
199 SoupCookie* cookie = static_cast<SoupCookie*>(item->data); local
212 SoupCookie* cookie = static_cast<SoupCookie*>(item->data); local
224 SoupCookie* cookie = static_cast<SoupCookie*>(item->data); local
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentThreadableLoader.cpp246 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(m_document.frame(), identifier, response); local
349 preflightFailure(unsigned long identifier, const String& url, const String& errorDescription) argument
438 isAllowedRedirect(const URL& url) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DCookieJarCFNet.cpp55 static inline RetainPtr<CFStringRef> cookieDomain(CFHTTPCookieRef cookie) argument
60 static inline CFAbsoluteTime cookieExpirationTime(CFHTTPCookieRef cookie) argument
65 static inline RetainPtr<CFStringRef> cookieName(CFHTTPCookieRef cookie) argument
70 static inline RetainPtr<CFStringRef> cookiePath(CFHTTPCookieRef cookie) argument
75 static inline RetainPtr<CFStringRef> cookieValue(CFHTTPCookieRef cookie) argument
85 CFHTTPCookieRef cookie = (CFHTTPCookieRef)CFArrayGetValueAtIndex(unfilteredCookies, i); local
102 copyCookiesForURLWithFirstPartyURL(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
115 setCookiesFromDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url, const String& value) argument
139 cookiesForDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
146 cookieRequestHeaderFieldValue(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
159 getRawCookies(const NetworkStorageSession& session, const URL& firstParty, const URL& url, Vector<Cookie>& rawCookies) argument
169 CFHTTPCookieRef cookie = (CFHTTPCookieRef)CFArrayGetValueAtIndex(cookiesCF.get(), i); local
187 deleteCookie(const NetworkStorageSession& session, const URL& url, const String& name) argument
198 CFHTTPCookieRef cookie = (CFHTTPCookieRef)CFArrayGetValueAtIndex(cookiesCF.get(), i); local
214 CFHTTPCookieRef cookie = static_cast<CFHTTPCookieRef>(const_cast<void *>(CFArrayGetValueAtIndex(cookiesCF.get(), i))); local
230 CFHTTPCookieRef cookie = static_cast<CFHTTPCookieRef>(const_cast<void *>(CFArrayGetValueAtIndex(cookiesCF.get(), i))); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCookieJarCurl.cpp34 static void readCurlCookieToken(const char*& cookie, String& token) argument
46 addMatchingCurlCookie(const char* cookie, const String& domain, const String& path, StringBuilder& cookies, bool httponly) argument
140 getNetscapeCookieFormat(const URL& url, const String& value) argument
224 setCookiesFromDOM(const NetworkStorageSession&, const URL&, const URL& url, const String& value) argument
241 String cookie = getNetscapeCookieFormat(url, value); local
253 cookiesForSession(const NetworkStorageSession&, const URL&, const URL& url, bool httponly) argument
275 const char* cookie = item->data; local
289 cookiesForDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
294 cookieRequestHeaderFieldValue(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dwebmail.el[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketHandshake.cpp64 static String resourceName(const URL& url) argument
80 static String hostName(const URL& url, bool secure) argument
121 WebSocketHandshake(const URL& url, const String& protocol, ScriptExecutionContext* context) argument
136 const URL& WebSocketHandshake::url() const function in class:WebCore::WebSocketHandshake
141 setURL(const URL& url) argument
198 URL url = httpURLForAuthenticationAndCookies(); local
201 String cookie = cookieRequestHeaderFieldValue(document, url); local
249 URL url = httpURLForAuthenticationAndCookies(); local
252 String cookie = cookieRequestHeaderFieldValue(document, url); local
386 URL url = m_url.copy(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptController.cpp148 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(&m_frame, sourceURL, sourceCode.startLine()); local
538 bool ScriptController::executeIfJavaScriptURL(const URL& url, ShouldReplaceDocumentIfJavaScriptURL shouldReplaceDocumentIfJavaScriptURL) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheGroup.cpp240 URL url = loader->url(); local
480 createResourceHandle(const URL& url, ApplicationCacheResource* newestCachedResource) argument
512 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(m_frame, m_currentResourceIdentifier, response); local
1035 addEntry(const String& url, unsigned type) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c58 static int proxy_balancer_canon(request_rec *r, char *url) argument
142 static char *get_path_param(apr_pool_t *pool, char *url, argument
188 char *end_cookie, *cookie; local
269 find_session_route(proxy_balancer *balancer, request_rec *r, char **route, const char **sticky_used, char **url) argument
386 rewrite_url(request_rec *r, proxy_worker *worker, char **url) argument
453 proxy_balancer_pre_request(proxy_worker **worker, proxy_balancer **balancer, request_rec *r, proxy_server_conf *conf, char **url) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.cpp371 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchXHRLoadEvent(scriptExecutionContext(), this); local
459 void XMLHttpRequest::open(const String& method, const URL& url, ExceptionCode& ec) argument
464 void XMLHttpRequest::open(const String& method, const URL& url, bool async, ExceptionCode& ec) argument
544 open(const String& method, const URL& url, bool async, const String& user, ExceptionCode& ec) argument
552 open(const String& method, const URL& url, bool async, const String& user, const String& password, ExceptionCode& ec) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebCoreArgumentCoders.cpp704 String url; local
824 String url; local
1134 void ArgumentCoder<Cookie>::encode(ArgumentEncoder& encoder, const Cookie& cookie) argument
1146 decode(ArgumentDecoder& decoder, Cookie& cookie) argument
2159 String url; local
[all...]
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_cookie.c108 CFURLRef url; local
310 add_cookie_headers(CFHTTPMessageRef message, CFURLRef url) argument
1408 cookiePathFromURL(CFURLRef url) argument
1562 free_cookie_fields(WEBDAV_COOKIE *cookie) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorInstrumentation.h793 inline void InspectorInstrumentation::willSendXMLHttpRequest(ScriptExecutionContext* context, const String& url) argument
805 didScheduleResourceRequest(Document* document, const String& url) argument
858 didCallFunction(const InspectorInstrumentationCookie& cookie, ScriptExecutionContext* context) argument
883 didDispatchXHRReadyStateChangeEvent(const InspectorInstrumentationCookie& cookie) argument
908 didDispatchEvent(const InspectorInstrumentationCookie& cookie) argument
932 didHandleEvent(const InspectorInstrumentationCookie& cookie) argument
957 didDispatchEventOnWindow(const InspectorInstrumentationCookie& cookie) argument
968 willEvaluateScript(Frame* frame, const String& url, int lineNumber) argument
982 didEvaluateScript(const InspectorInstrumentationCookie& cookie, Frame* frame) argument
1032 didFireTimer(const InspectorInstrumentationCookie& cookie) argument
1066 didLayout(const InspectorInstrumentationCookie& cookie, RenderObject* root) argument
1102 didDispatchXHRLoadEvent(const InspectorInstrumentationCookie& cookie) argument
1171 didRecalculateStyle(const InspectorInstrumentationCookie& cookie) argument
1270 didReceiveResourceData(const InspectorInstrumentationCookie& cookie) argument
1294 didReceiveResourceResponse(const InspectorInstrumentationCookie& cookie, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader) argument
1400 willLoadXHR(ScriptExecutionContext* context, ThreadableLoaderClient* client, const String& method, const URL& url, bool async, PassRefPtr<FormData> formData, const HTTPHeaderMap& headers, bool includeCredentials) argument
1429 didFinishXHRLoading(ScriptExecutionContext* context, ThreadableLoaderClient* client, unsigned long identifier, const String& sourceString, const String& url, const String& sendURL, unsigned sendLineNumber, unsigned sendColumnNumber) argument
1628 didRunJavaScriptDialog(const InspectorInstrumentationCookie& cookie) argument
1662 didWriteHTML(const InspectorInstrumentationCookie& cookie, unsigned endLine) argument
1702 didStartWorkerGlobalScope(ScriptExecutionContext* context, WorkerGlobalScopeProxy* proxy, const URL& url) argument
2018 didFireAnimationFrame(const InspectorInstrumentationCookie& cookie) argument
[all...]
H A DInspectorPageAgent.cpp227 void InspectorPageAgent::resourceContent(ErrorString* errorString, Frame* frame, const URL& url, String* result, bool* base64Encoded) argument
276 CachedResource* InspectorPageAgent::cachedResource(Frame* frame, const URL& url) argument
428 void InspectorPageAgent::navigate(ErrorString*, const String& url) argument
435 buildObjectForCookie(const Cookie& cookie) argument
542 deleteCookie(ErrorString*, const String& cookieName, const String& url) argument
554 getResourceContent(ErrorString* errorString, const String& frameId, const String& url, String* content, bool* base64Encoded) argument
576 searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>>& results) argument
610 buildObjectForSearchResult(const String& frameId, const String& url, int matchesCount) argument
[all...]
H A DInspectorInstrumentation.cpp280 void InspectorInstrumentation::willSendXMLHttpRequestImpl(InstrumentingAgents* instrumentingAgents, const String& url) argument
286 void InspectorInstrumentation::didScheduleResourceRequestImpl(InstrumentingAgents* instrumentingAgents, const String& url, Frame* frame) argument
316 void InspectorInstrumentation::didCallFunctionImpl(const InspectorInstrumentationCookie& cookie, ScriptExecutionContext* context) argument
333 void InspectorInstrumentation::didDispatchXHRReadyStateChangeEventImpl(const InspectorInstrumentationCookie& cookie) argument
360 void InspectorInstrumentation::didHandleEventImpl(const InspectorInstrumentationCookie& cookie) argument
365 didDispatchEventImpl(const InspectorInstrumentationCookie& cookie) argument
386 didDispatchEventOnWindowImpl(const InspectorInstrumentationCookie& cookie) argument
392 willEvaluateScriptImpl(InstrumentingAgents* instrumentingAgents, const String& url, int lineNumber, Frame* frame) argument
402 didEvaluateScriptImpl(const InspectorInstrumentationCookie& cookie, Frame* frame) argument
432 didFireTimerImpl(const InspectorInstrumentationCookie& cookie) argument
456 didLayoutImpl(const InspectorInstrumentationCookie& cookie, RenderObject* root) argument
476 didDispatchXHRLoadEventImpl(const InspectorInstrumentationCookie& cookie) argument
520 didRecalculateStyleImpl(const InspectorInstrumentationCookie& cookie) argument
582 didReceiveResourceDataImpl(const InspectorInstrumentationCookie& cookie) argument
599 didReceiveResourceResponseImpl(const InspectorInstrumentationCookie& cookie, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader) argument
614 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(frame, identifier, r); local
663 willLoadXHRImpl(InstrumentingAgents* instrumentingAgents, ThreadableLoaderClient* client, const String& method, const URL& url, bool async, PassRefPtr<FormData> formData, const HTTPHeaderMap& headers, bool includeCredentials) argument
675 didFinishXHRLoadingImpl(InstrumentingAgents* instrumentingAgents, ThreadableLoaderClient* client, unsigned long identifier, const String& sourceString, const String& url, const String& sendURL, unsigned sendLineNumber, unsigned sendColumnNumber) argument
846 didRunJavaScriptDialogImpl(const InspectorInstrumentationCookie& cookie) argument
874 didWriteHTMLImpl(const InspectorInstrumentationCookie& cookie, unsigned endLine) argument
982 didStartWorkerGlobalScopeImpl(InstrumentingAgents* instrumentingAgents, WorkerGlobalScopeProxy* workerGlobalScopeProxy, const URL& url) argument
1213 didFireAnimationFrameImpl(const InspectorInstrumentationCookie& cookie) argument
1237 retrieveTimelineAgent(const InspectorInstrumentationCookie& cookie) argument
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dab.c288 const char *cookie, /* optional cookie line */ variable
1978 static int parse_url(const char *url) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c315 data_item *cookie; /* added cookies */ member in struct:__anon6298
791 char *portp, *host, *url, *scratch; local
2477 char *cookie; local
2553 do_expand_cookie(data_item *cookie, rewrite_ctx *ctx) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp312 static bool shouldInheritSecurityOriginFromOwner(const URL& url) argument
404 Document::Document(Frame* frame, const URL& url, unsigned documentClasses, unsigned constructionFlags) argument
1733 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRecalculateStyle(this); local
2587 setURL(const URL& url) argument
2637 setBaseURLOverride(const URL& url) argument
3799 String Document::cookie(ExceptionCode& ec) const function in class:WebCore::Document
4074 completeURL(const String& url, const URL& baseURLOverride) const argument
4626 addIconURL(const String& url, const String&, const String&, IconType iconType) argument
4741 updateURLForPushOrReplaceState(const URL& url) argument
[all...]

Completed in 405 milliseconds