HomeSort by relevance Sort by last modified time
    Searched full:kurl (Results 451 - 475 of 798) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/notifications/
NotificationPresenter.h 43 class KURL;
  /external/webkit/Source/WebCore/page/
DOMWindow.h 30 #include "KURL.h"
99 void setURL(const KURL& url) { m_url = url; }
100 KURL url() const { return m_url; }
453 KURL m_url;
SecurityOriginHash.h 32 #include "KURL.h"
  /external/webkit/Source/WebCore/platform/
DragImage.cpp 77 DragImageRef createDragImageForLink(KURL&, const String&, Frame*)
  /external/webkit/Source/WebCore/platform/chromium/
ReadableDataObject.h 54 KURL htmlBaseUrl() const;
  /external/webkit/Source/WebCore/platform/network/
BlobData.cpp 88 void BlobData::appendBlob(const KURL& url, long long offset, long long length)
ResourceRequestBase.cpp 117 const KURL& ResourceRequestBase::url() const
124 void ResourceRequestBase::setURL(const KURL& url)
177 const KURL& ResourceRequestBase::firstPartyForCookies() const
184 void ResourceRequestBase::setFirstPartyForCookies(const KURL& firstPartyForCookies)
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 132 static bool startNonHTTPRequest(ResourceHandle*, KURL);
183 void ResourceHandle::prepareForURL(const KURL &url)
222 KURL newURL = KURL(handle->firstRequest().url(), location);
557 KURL url(request.url());
635 KURL urlWithCredentials(firstRequest().url());
641 KURL url = firstRequest().url();
792 // We have to convert it to UTF-16 due to limitations in KURL
807 static bool startNonHTTPRequest(ResourceHandle* handle, KURL url)
  /external/webkit/Source/WebCore/platform/win/
SSLKeyGeneratorWin.cpp 38 String WebCore::signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url)
  /external/webkit/Source/WebCore/svg/
SVGScriptElement.h 59 virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
  /external/webkit/Source/WebCore/websockets/
ThreadableWebSocketChannel.cpp 53 PassRefPtr<ThreadableWebSocketChannel> ThreadableWebSocketChannel::create(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String& protocol)
WorkerThreadableWebSocketChannel.cpp 52 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerContext* context, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol)
111 WorkerThreadableWebSocketChannel::Peer::Peer(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol)
243 void WorkerThreadableWebSocketChannel::Bridge::mainThreadCreateWebSocketChannel(ScriptExecutionContext* context, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& taskMode, const KURL& url, const String& protocol)
252 WorkerThreadableWebSocketChannel::Bridge::Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, PassRefPtr<WorkerContext> workerContext, const String& taskMode, const KURL& url, const String& protocol)
  /external/webkit/Source/WebCore/wml/
WMLDocument.cpp 38 WMLDocument::WMLDocument(Frame* frame, const KURL& url)
  /external/webkit/Source/WebCore/workers/
DedicatedWorkerContext.cpp 44 DedicatedWorkerContext::DedicatedWorkerContext(const KURL& url, const String& userAgent, DedicatedWorkerThread* thread)
SharedWorkerContext.cpp 52 SharedWorkerContext::SharedWorkerContext(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread)
  /external/webkit/Source/WebCore/xml/
XSLStyleSheetQt.cpp 35 XSLStyleSheet::XSLStyleSheet(Node* parentNode, const String& originalURL, const KURL& finalURL, bool embedded)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ResourceLoaderAndroid.cpp 54 bool ResourceLoaderAndroid::willLoadFromCache(const WebCore::KURL& url, int64_t identifier)
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.h 48 virtual void downloadURL(const WebCore::KURL&) {}
DragClientImpl.h 41 class KURL;
NotificationPresenterImpl.cpp 36 #include "KURL.h"
WebStorageEventDispatcherImpl.cpp 36 #include "KURL.h"
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebdatasource.cpp 27 #include "KURL.h"
177 ResourceRequest resourceRequest(ResourceRequest(KURL(KURL(), String::fromUTF8(uri))));
398 const KURL& unreachableURL = priv->loader->unreachableURL();
webkitwebframe.cpp 536 coreFrame->loader()->load(ResourceRequest(KURL(KURL(), String::fromUTF8(uri))), false);
544 KURL baseKURL = baseURL ? KURL(KURL(), String::fromUTF8(baseURL)) : blankURL();
552 KURL(KURL(), String::fromUTF8(unreachableURL)),
553 KURL(KURL(), String::fromUTF8(unreachableURL)));
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 120 static QString drtDescriptionSuitableForTestResult(const WebCore::KURL& kurl)
122 if (kurl.isEmpty() || !kurl.isLocalFile())
123 return kurl.string();
125 return QString(kurl.string()).remove(WebCore::FrameLoaderClientQt::dumpResourceLoadCallbacksPath).mid(1);
372 void FrameLoaderClientQt::dispatchWillPerformClientRedirect(const KURL& url, double, double)
712 void FrameLoaderClientQt::setTitle(const StringWithDirection& title, const KURL& url)
727 String FrameLoaderClientQt::userAgent(const KURL& url)
872 void FrameLoaderClientQt::didRunInsecureContent(WebCore::SecurityOrigin*, const KURL&
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebURLRequest.h 47 static PassRefPtr<WebURLRequest> create(const WebCore::KURL&);

Completed in 559 milliseconds

<<11121314151617181920>>