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

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLCF.cpp 52 // This pattern of using UTF-8 and then falling back to Latin1 on failure matches KURL::createCFString with the
53 // major differnce being that KURL does not do a UTF-8 conversion and instead chops off the high bits of the UTF-16
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.cpp 65 void WebContextMenuClient::downloadURL(const KURL& url)
84 page->mainFrame()->loader()->urlSelected(KURL(ParsedURLString, url), String(), 0, false, false, SendReferrer);
WebFrameLoaderClient.h 79 virtual void dispatchWillPerformClientRedirect(const WebCore::KURL&, double interval, double fireDate);
141 virtual void didRunInsecureContent(WebCore::SecurityOrigin*, const WebCore::KURL&);
168 virtual void setTitle(const WebCore::StringWithDirection&, const WebCore::KURL&);
170 virtual String userAgent(const WebCore::KURL&);
184 virtual PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL& url, const String& name, WebCore::HTMLFrameOwnerElement* ownerElement,
189 virtual PassRefPtr<WebCore::Widget> createPlugin(const WebCore::IntSize&, WebCore::HTMLPlugInElement*, const WebCore::KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually);
192 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues);
194 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 58 static CachedResource* createResource(CachedResource::Type type, const KURL& url, const String& charset)
111 KURL url = m_document->completeURL(resourceURL);
115 CachedResource* CachedResourceLoader::cachedResource(const KURL& resourceURL) const
117 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(resourceURL);
134 KURL completeURL = m_document->completeURL(url);
165 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(KURL(KURL(), requestURL));
206 bool CachedResourceLoader::canRequest(CachedResource::Type type, const KURL& url)
298 KURL url = m_document->completeURL(resourceURL)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSFontFaceRule.cpp 52 void CSSFontFaceRule::addSubresourceStyleURLs(ListHashSet<KURL>& urls)
  /external/webkit/Source/WebCore/html/
HTMLParamElement.h 46 virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
TextDocument.cpp 32 TextDocument::TextDocument(Frame* frame, const KURL& url)
  /external/webkit/Source/WebCore/inspector/
InspectorAgent.h 76 class KURL;
108 KURL inspectedURL() const;
109 KURL inspectedURLWithoutFragment() const;
182 bool isMainResourceLoader(DocumentLoader*, const KURL& requestUrl);
  /external/webkit/Source/WebCore/loader/icon/
IconLoader.cpp 99 finishLoading(handle ? handle->firstRequest().url() : KURL(), 0);
123 finishLoading(handle ? handle->firstRequest().url() : KURL(), 0);
145 finishLoading(handle ? handle->firstRequest().url() : KURL(), m_resourceLoader->resourceData());
149 void IconLoader::finishLoading(const KURL& iconURL, PassRefPtr<SharedBuffer> data)
  /external/webkit/Source/WebCore/platform/android/
PlatformBridge.h 30 #include "KURL.h"
105 static String getSignedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL&);
107 static void setCookies(const Document*, const KURL&, const String& value);
108 static String cookies(const Document*, const KURL&);
SSLKeyGeneratorAndroid.cpp 38 String signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url)
  /external/webkit/Source/WebCore/platform/brew/
SSLKeyGeneratorBrew.cpp 32 String signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url)
  /external/webkit/Source/WebCore/platform/network/
BlobData.h 34 #include "KURL.h"
104 BlobDataItem(const KURL& url, long long offset, long long length)
125 KURL url;
167 void appendBlob(const KURL&, long long offset, long long length);
FormData.h 23 #include "KURL.h"
42 explicit FormDataElement(const KURL& blobURL) : m_type(encodedBlob), m_blobURL(blobURL) { }
60 KURL m_blobURL;
111 void appendBlob(const KURL& blobURL);
  /external/webkit/Source/WebCore/platform/network/android/
ProxyServerAndroid.cpp 34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
  /external/webkit/Source/WebCore/platform/network/chromium/
DNSChromium.cpp 39 void ResourceHandle::prepareForURL(const KURL& url)
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 168 d->m_response.setURL(KURL(ParsedURLString, hdr));
253 d->m_response.setURL(KURL(ParsedURLString, hdr));
267 KURL newURL = KURL(job->firstRequest().url(), location);
577 KURL kurl = job->firstRequest().url(); local
579 if (kurl.protocolIsData()) {
608 KURL kurl = job->firstRequest().url(); local
610 if (kurl.protocolIsData())
632 KURL kurl = job->firstRequest().url(); local
    [all...]
  /external/webkit/Source/WebCore/platform/network/win/
ProxyServerWin.cpp 31 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
  /external/webkit/Source/WebCore/platform/win/
TemporaryLinkStubs.cpp 34 String signedPublicKeyAndChallengeString(unsigned, const String&, const KURL&) { notImplemented(); return String(); }
  /external/webkit/Source/WebCore/platform/wx/
SSLKeyGeneratorWx.cpp 38 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url)
  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 42 class KURL;
85 KURL absoluteImageURL() const;
86 KURL absoluteMediaURL() const;
87 KURL absoluteLinkURL() const;
  /external/webkit/Source/WebCore/wml/
WMLGoElement.h 48 void prepareGETRequest(ResourceRequest&, const KURL&);
  /external/webkit/Source/WebCore/xml/
DOMParser.cpp 33 RefPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, KURL(), false);
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.h 94 const WTF::String userAgentForURL(const WebCore::KURL* url);
100 void updateVisitedHistory(const WebCore::KURL& url, bool reload);
164 static WTF::String convertIDNToUnicode(const WebCore::KURL& kurl);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_private.h 105 WTF::PassRefPtr<WebCore::Frame> ewk_view_frame_create(Evas_Object *o, Evas_Object *frame, const WTF::String& name, WebCore::HTMLFrameOwnerElement* ownerElement, const WebCore::KURL& url, const WTF::String& referrer);
107 WTF::PassRefPtr<WebCore::Widget> ewk_view_plugin_create(Evas_Object* o, Evas_Object* frame, const WebCore::IntSize& pluginSize, WebCore::HTMLPlugInElement* element, const WebCore::KURL& url, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually);
138 Evas_Object *ewk_frame_child_add(Evas_Object *o, WTF::PassRefPtr<WebCore::Frame> child, const WTF::String& name, const WebCore::KURL& url, const WTF::String& referrer);
165 WTF::PassRefPtr<WebCore::Widget> ewk_frame_plugin_create(Evas_Object* o, const WebCore::IntSize& pluginSize, WebCore::HTMLPlugInElement* element, const WebCore::KURL& url, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually);

Completed in 462 milliseconds

<<11121314151617181920>>