Searched defs:KURL (Results 1 - 25 of 54) sorted by path

123

/external/webkit/Source/WebCore/bindings/js/
H A DScriptSourceCode.h37 #include "KURL.h"
45 ScriptSourceCode(const String& source, const KURL& url = KURL(), const TextPosition1& startPosition = TextPosition1::minimumPosition()) argument
66 const KURL& url() const { return m_url; }
73 KURL m_url;
/external/webkit/Source/WebCore/bindings/v8/
H A DScheduledAction.h50 explicit ScheduledAction(v8::Handle<v8::Context> context, const WTF::String& code, const KURL& url = KURL()) argument
H A DScriptSourceCode.h36 #include "KURL.h"
44 ScriptSourceCode(const String& source, const KURL& url = KURL(), const TextPosition1& startPosition = TextPosition1::minimumPosition()) argument
66 const KURL& url() const
78 KURL m_url;
/external/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.cpp42 BlobRegistryContext(const KURL& url, PassOwnPtr<BlobData> blobData)
49 BlobRegistryContext(const KURL& url, const KURL& srcURL)
55 BlobRegistryContext(const KURL& url)
60 KURL url;
61 KURL srcURL;
73 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData)
89 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, const KURL& srcURL)
105 void ThreadableBlobRegistry::unregisterBlobURL(const KURL
117 registerBlobURL(const KURL&, PassOwnPtr<BlobData>) argument
121 registerBlobURL(const KURL&, const KURL&) argument
125 unregisterBlobURL(const KURL&) argument
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorInstrumentation.cpp517 void InspectorInstrumentation::domContentLoadedEventFiredImpl(InspectorAgent* inspectorAgent, Frame* frame, const KURL& url)
540 void InspectorInstrumentation::loadEventFiredImpl(InspectorAgent* inspectorAgent, Frame* frame, const KURL& url)
584 KURL url = inspectorAgent->inspectedURLWithoutFragment();
725 void InspectorInstrumentation::didCreateWebSocketImpl(InspectorAgent* inspectorAgent, unsigned long identifier, const KURL& requestURL, const KURL&) argument
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h270 virtual void dispatchWillPerformClientRedirect(const KURL&, double, double) { } argument
341 virtual bool shouldTreatURLAsSameAsCurrent(const KURL&) const { return false; }
346 virtual void setTitle(const StringWithDirection&, const KURL&) { } argument
348 virtual String userAgent(const KURL&) { return ""; } argument
370 virtual void didRunInsecureContent(SecurityOrigin*, const KURL&) { } argument
371 virtual PassRefPtr<Frame> createFrame(const KURL&, const String&, HTMLFrameOwnerElement*, const String&, bool, int, int) { return 0; } argument
374 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool) { return 0; } argument
375 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) { return 0; } argument
377 virtual PassRefPtr<Widget> createMediaPlayerProxyPlugin(const IntSize&, HTMLMediaElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&) { return 0; } argument
382 virtual ObjectContentType objectContentType(const KURL argument
559 downloadURL(const KURL&) argument
[all...]
H A DSubstituteData.h29 #include "KURL.h"
41 SubstituteData(PassRefPtr<SharedBuffer> content, const String& mimeType, const String& textEncoding, const KURL& failingURL, const KURL& responseURL = KURL()) argument
55 const KURL& failingURL() const { return m_failingURL; }
56 const KURL& responseURL() const { return m_responseURL; }
62 KURL m_failingURL;
63 KURL m_responseURL;
/external/webkit/Source/WebCore/platform/
H A DFileStream.cpp136 int FileStream::write(const KURL&, long long, int) argument
H A DKURL.cpp28 #include "KURL.h"
290 inline bool KURL::protocolIs(const String& string, const char* protocol)
295 void KURL::invalidate()
311 KURL::KURL(ParsedURLStringTag, const char* url) function in class:WebCore::KURL
317 KURL::KURL(ParsedURLStringTag, const String& url) function in class:WebCore::KURL
323 KURL::KURL(ParsedURLStringTag, const URLString& url) function in class:WebCore::KURL
329 KURL function in class:WebCore::KURL
334 KURL::KURL(const KURL& base, const String& relative, const TextEncoding& encoding) function in class:WebCore::KURL
[all...]
H A DKURL.h68 class KURL { class in namespace:WebCore
71 KURL() { invalidate(); } function in class:WebCore::KURL
73 // The argument is an absolute URL string. The string is assumed to be output of KURL::string() called on a valid
74 // KURL object, or indiscernible from such.
76 KURL(ParsedURLStringTag, const char*);
77 KURL(ParsedURLStringTag, const String&);
78 KURL(ParsedURLStringTag, const URLString&);
80 KURL(WTF::HashTableDeletedValueType) : m_url(WTF::HashTableDeletedValue) { } function in class:WebCore::KURL
82 KURL(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { } function in class:WebCore::KURL
93 KURL(cons
[all...]
H A DKURLGoogle.cpp35 #include "KURL.h"
83 // Note that this function must be named differently than the one in KURL.cpp
138 // NOTE This is a copy of the function in KURL.cpp.
210 void KURLGooglePrivate::init(const KURL& base,
218 void KURLGooglePrivate::init(const KURL& base, const CHAR* rel, int relLength,
244 // When KURL encounters an error such that the URL is invalid and empty
292 // KURL returns a null string if the URL is itself a null string, and an
341 // KURL ------------------------------------------------------------------------
346 KURL::KURL(ParsedURLStringTa function in class:WebCore::KURL
364 KURL::KURL(ParsedURLStringTag, const String& url) function in class:WebCore::KURL
379 KURL::KURL(const KURL& base, const String& relative) function in class:WebCore::KURL
386 KURL::KURL(const KURL& base, function in class:WebCore::KURL
393 KURL::KURL(const CString& canonicalSpec, function in class:WebCore::KURL
406 KURL::KURL(CFURLRef) function in class:WebCore::KURL
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DClipboardAndroid.cpp98 void ClipboardAndroid::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*) argument
102 void ClipboardAndroid::writeURL(const KURL&, const String&, Frame*) argument
H A DTemporaryLinkStubs.cpp60 #include "KURL.h"
131 void Pasteboard::writeURL(const KURL&, const String&, Frame*) argument
301 void WebCore::Pasteboard::writeImage(WebCore::Node*, WebCore::KURL const&, WTF::String const&) {}
383 String KURL::fileSystemPath() const
/external/webkit/Source/WebCore/platform/brew/
H A DClipboardBrew.cpp100 void ClipboardBrew::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*) argument
104 void ClipboardBrew::writeURL(const KURL&, const String&, Frame*) argument
H A DPasteboardBrew.cpp65 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
70 void Pasteboard::writeImage(Node* node, const KURL&, const String&) argument
/external/webkit/Source/WebCore/platform/cf/
H A DKURLCFNet.cpp27 #include "KURL.h"
36 KURL::KURL(CFURLRef url) function in class:WebCore::KURL
62 CFURLRef KURL::createCFURL() const
81 String KURL::fileSystemPath() const
/external/webkit/Source/WebCore/platform/chromium/
H A DPasteboardChromium.cpp42 #include "KURL.h"
87 KURL url = selectedRange->startContainer(ec)->document()->url();
108 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
122 void Pasteboard::writeImage(Node* node, const KURL&, const String& title) argument
151 KURL url = urlString.isEmpty() ? KURL() : node->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(urlString));
173 KURL srcURL;
/external/webkit/Source/WebCore/platform/efl/
H A DClipboardEfl.cpp125 void ClipboardEfl::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*) argument
130 void ClipboardEfl::writeURL(const KURL&, const String&, Frame*) argument
H A DPasteboardEfl.cpp29 #include "KURL.h"
59 void Pasteboard::writeURL(const KURL&, const String&, Frame*) argument
64 void Pasteboard::writeImage(Node* node, const KURL&, const String&) argument
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1232 void GraphicsContext::setURLForRect(const KURL&, const IntRect&) argument
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp439 void GraphicsContext::setURLForRect(const KURL&, const IntRect&) argument
/external/webkit/Source/WebCore/platform/gtk/
H A DPasteboardGtk.cpp31 #include "KURL.h"
83 void Pasteboard::writeURL(const KURL& url, const String& label, Frame* frame)
94 void Pasteboard::writeImage(Node* node, const KURL&, const String&) argument
/external/webkit/Source/WebCore/platform/haiku/
H A DClipboardHaiku.cpp180 void ClipboardHaiku::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*) argument
185 void ClipboardHaiku::writeURL(const KURL&, const String&, Frame*) argument
H A DCookieJarHaiku.cpp33 #include "KURL.h"
44 void setCookies(Document*, const KURL& url, const String& value)
49 String cookies(const Document*, const KURL& url)
54 String cookieRequestHeaderFieldValue(const Document*, const KURL& url)
66 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) argument
73 void deleteCookie(const Document*, const KURL&, const String&) argument
H A DPasteboardHaiku.cpp34 #include "KURL.h"
194 void Pasteboard::writeURL(const KURL& url, const String&, Frame*)
211 void Pasteboard::writeImage(Node*, const KURL&, const String&) argument

Completed in 346 milliseconds

123