Searched defs:url (Results 101 - 125 of 868) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DBeforeLoadEvent.h40 String url; member in struct:WebCore::BeforeLoadEventInit
50 static PassRefPtr<BeforeLoadEvent> create(const String& url) argument
60 const String& url() const { return m_url; } function in class:WebCore::BeforeLoadEvent
69 explicit BeforeLoadEvent(const String& url) argument
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DBlob.h68 const KURL& url() const { return m_internalURL; } function in class:WebCore::Blob
H A DBlobURL.cpp55 String BlobURL::getOrigin(const KURL& url) argument
64 String BlobURL::getIdentifier(const KURL& url) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLDocument.h38 static PassRefPtr<HTMLDocument> create(Frame* frame, const KURL& url) argument
H A DHTMLViewSourceDocument.h38 static PassRefPtr<HTMLViewSourceDocument> create(Frame* frame, const KURL& url, const String& mimeType) argument
H A DImageDocument.h37 static PassRefPtr<ImageDocument> create(Frame* frame, const KURL& url) argument
H A DPluginDocument.h37 static PassRefPtr<PluginDocument> create(Frame* frame, const KURL& url) argument
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DXSSAuditorDelegate.cpp54 static inline String buildConsoleError(const XSSInfo& xssInfo, const String& url) argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorWorkerResource.h45 static PassRefPtr<InspectorWorkerResource> create(intptr_t id, const String& url, bool isSharedWorker) argument
51 const String& url() const { return m_url; } function in class:WebCore::InspectorWorkerResource
54 InspectorWorkerResource(intptr_t id, const String& url, bool isSharedWorker) argument
H A DScriptDebugListener.h55 String url; member in class:WebCore::ScriptDebugListener::Script
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DCookieJar.cpp64 String cookies(const Document* document, const KURL& url) argument
70 void setCookies(Document* document, const KURL& url, const String& cookieString) argument
82 String cookieRequestHeaderFieldValue(const Document* document, const KURL& url) argument
88 bool getRawCookies(const Document* document, const KURL& url, Vector<Cookie>& cookies) argument
94 void deleteCookie(const Document* document, const KURL& url, const String& cookieName) argument
[all...]
H A DMixedContentChecker.cpp57 bool MixedContentChecker::isMixedContent(SecurityOrigin* securityOrigin, const KURL& url) argument
[all...]
H A DNavigationAction.h51 KURL url() const { return m_resourceRequest.url(); } function in class:WebCore::NavigationAction
H A DSubstituteResource.h43 const KURL& url() const { return m_url; } function in class:WebCore::SubstituteResource
48 SubstituteResource(const KURL& url, const ResourceResponse& response, PassRefPtr<SharedBuffer> data) argument
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheResource.cpp32 ApplicationCacheResource::ApplicationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> data, const String& path) argument
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/
H A DArchiveResourceCollection.cpp71 const KURL& url = resource->url(); // get before passing PassRefPtr (which sets it to 0) local
75 ArchiveResource* ArchiveResourceCollection::archiveResourceForURL(const KURL& url) argument
84 PassRefPtr<Archive> ArchiveResourceCollection::popSubframeArchive(const String& frameName, const KURL& url) argument
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconRecord.cpp43 IconRecord::IconRecord(const String& url) argument
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageSerializer.h57 KURL url; member in struct:WebCore::PageSerializer::Resource
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DCrossThreadCopier.cpp45 CrossThreadCopierBase<false, false, KURL>::Type CrossThreadCopierBase<false, false, KURL>::copy(const KURL& url) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DDOMFileSystemBlackBerry.cpp41 bool DOMFileSystemBase::crackFileSystemURL(const KURL& url, FileSystemType& type, String& filePath) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/
H A DCFURLExtras.cpp45 void getURLBytes(CFURLRef url, URLCharBuffer& result) argument
53 void getURLBytes(CFURLRef url, CString& result) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DDataURL.cpp44 String url = handle->firstRequest().url().string(); local
H A DSocketStreamHandleBase.cpp41 SocketStreamHandleBase::SocketStreamHandleBase(const KURL& url, SocketStreamHandleClient* client) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DBlobStream.cpp55 BlackBerry::Platform::String BlobStream::url() const function in class:WebCore::BlobStream
H A DCookieJarBlackBerry.cpp27 void setCookiesFromDOM(const NetworkStorageSession&, const KURL& /*firstParty*/, const KURL& url, const String& value) argument
32 String cookiesForDOM(const NetworkStorageSession&, const KURL& /*firstParty*/, const KURL& url) argument
38 String cookieRequestHeaderFieldValue(const NetworkStorageSession&, const KURL& /*firstParty*/, const KURL& url) argument
48 bool getRawCookies(const NetworkStorageSession&, const KURL& /*firstParty*/, const KURL& url, Vector<Cookie>& rawCookies) argument
57 void deleteCookie(const NetworkStorageSession&, const KURL& url, cons argument
[all...]

Completed in 255 milliseconds

1234567891011>>