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

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleHitTestResult.cpp 35 #include <WebCore/KURL.h>
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.cpp 50 parameters.url = KURL(ParsedURLString, urlString);
  /external/webkit/Source/WebCore/bindings/v8/
V8Utilities.h 41 class KURL;
54 KURL completeURL(const String& relativeURL);
  /external/webkit/Source/WebCore/fileapi/
FileStreamProxy.cpp 191 void FileStreamProxy::write(const KURL& blobURL, long long position, int length)
196 void FileStreamProxy::writeOnFileThread(const KURL& blobURL, long long position, int length)
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 53 #include "KURL.h"
119 void InspectorResourceAgent::resourceContent(ErrorString* errorString, Frame* frame, const KURL& url, String* result)
139 void InspectorResourceAgent::resourceContentBase64(ErrorString* errorString, Frame* frame, const KURL& url, String* result)
152 PassRefPtr<SharedBuffer> InspectorResourceAgent::resourceData(Frame* frame, const KURL& url, String* textEncodingName)
184 CachedResource* InspectorResourceAgent::cachedResource(Frame* frame, const KURL& url)
482 void InspectorResourceAgent::didCreateWebSocket(unsigned long identifier, const KURL& requestURL)
561 InspectorResourceAgent::resourceContentBase64(errorString, frame, KURL(ParsedURLString, url), content);
563 InspectorResourceAgent::resourceContent(errorString, frame, KURL(ParsedURLString, url), content);
  /external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.cpp 159 void CrossOriginPreflightResultCache::appendEntry(const String& origin, const KURL& url, PassOwnPtr<CrossOriginPreflightResultCacheItem> preflightResult)
170 bool CrossOriginPreflightResultCache::canSkipPreflight(const String& origin, const KURL& url, bool includeCredentials, const String& method, const HTTPHeaderMap& requestHeaders)
ResourceLoader.h 37 #include "KURL.h"
135 const KURL& url() const { return m_request.url(); }
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 49 Notification::Notification(const KURL& url, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider)
96 PassRefPtr<Notification> Notification::create(const KURL& url, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider)
  /external/webkit/Source/WebCore/platform/haiku/
ClipboardHaiku.cpp 180 void ClipboardHaiku::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*)
185 void ClipboardHaiku::writeURL(const KURL&, const String&, Frame*)
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.cpp 143 bool ResourceHandle::shouldContentSniffURL(const KURL& url)
178 void ResourceHandle::prepareForURL(const KURL& url)
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceErrorCF.cpp 31 #include "KURL.h"
145 RetainPtr<CFURLRef> url(AdoptCF, KURL(ParsedURLString, m_failingURL).createCFURL());
  /external/webkit/Source/WebCore/platform/network/qt/
ResourceHandleQt.cpp 92 KURL urlWithCredentials(firstRequest().url());
161 KURL urlWithCredentials(d->m_firstRequest.url());
  /external/webkit/Source/WebCore/platform/qt/
PasteboardQt.cpp 140 void Pasteboard::writeURL(const KURL& url, const String&, Frame*)
153 void Pasteboard::writeImage(Node* node, const KURL&, const String&)
  /external/webkit/Source/WebCore/platform/win/
BString.cpp 29 #include "KURL.h"
71 BString::BString(const KURL& url)
  /external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp 77 result = Document::create(frame, sourceIsDocument ? ownerDocument->url() : KURL());
80 result = DOMImplementation::createDocument(sourceMIMEType, frame, sourceIsDocument ? ownerDocument->url() : KURL(), false);
  /external/webkit/Source/WebKit/android/
TimeCounter.cpp 32 #include "KURL.h"
122 void TimeCounter::report(const KURL& url, int live, int dead, size_t arenaSize)
  /external/webkit/Source/WebKit/chromium/src/
WebDataSourceImpl.cpp 146 const KURL& WebDataSourceImpl::endOfRedirectChain() const
157 void WebDataSourceImpl::appendRedirect(const KURL& url)
WebHistoryItem.cpp 36 #include "KURL.h"
71 m_private->setURLString(KURL(ParsedURLString, url).string());
WorkerFileWriterCallbacksBridge.cpp 60 void WorkerFileWriterCallbacksBridge::postWriteToMainThread(long long position, const KURL& data)
87 void WorkerFileWriterCallbacksBridge::writeOnMainThread(ScriptExecutionContext*, PassRefPtr<WorkerFileWriterCallbacksBridge> bridge, long long position, const KURL& data)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 25 #include "KURL.h"
155 WebCore::KURL m_hoveredLinkURL;
ContextMenuClientGtk.cpp 26 #include "KURL.h"
167 void ContextMenuClient::downloadURL(const KURL& url)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 34 #include "KURL.h"
196 KURL lastHoverURL;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 106 void WebContextMenuClient::downloadURL(const KURL& url)
124 page->mainFrame()->loader()->urlSelected(KURL(ParsedURLString, url), String(), 0, false, false, SendReferrer);
WebDesktopNotificationsDelegate.cpp 37 #include <WebCore/KURL.h>
175 NotificationPresenter::Permission WebDesktopNotificationsDelegate::checkPermission(const KURL& url)
  /external/webkit/Source/WebKit/win/
WebHistory.h 37 class KURL;
123 void visitedURL(const WebCore::KURL&, const WTF::String& title, const WTF::String& httpMethod, bool wasFailure, bool increaseVisitCount);

Completed in 1487 milliseconds

<<11121314151617181920>>