/external/webkit/WebCore/bindings/ |
ScriptControllerBase.cpp | 46 return executeScript(ScriptSourceCode(script, forceUserGesture ? KURL() : m_frame->loader()->url())); 68 bool ScriptController::executeIfJavaScriptURL(const KURL& url, bool userGesture, bool replaceDocument) 70 if (!protocolIsJavaScript(url)) 81 String script = decodeURLEscapeSequences(url.string().substring(javascriptSchemeLength));
|
/external/webkit/WebCore/html/ |
HTMLPlugInImageElement.h | 36 const String& url() const { return m_url; } function in class:WebCore::HTMLPlugInImageElement
|
/external/webkit/WebCore/loader/ |
CachedXSLStyleSheet.cpp | 39 CachedXSLStyleSheet::CachedXSLStyleSheet(const String &url) 40 : CachedResource(url, XSLStyleSheet) 51 c->setXSLStyleSheet(m_url, m_response.url(), m_sheet); 86 c->setXSLStyleSheet(m_url, m_response.url(), m_sheet);
|
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheResource.cpp | 34 ApplicationCacheResource::ApplicationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> data) 35 : SubstituteResource(url, response, data) 60 m_estimatedSizeInStorage += url().string().length() * sizeof(UChar); 62 m_estimatedSizeInStorage += response().url().string().length() * sizeof(UChar);
|
/external/webkit/WebCore/notifications/ |
Notification.h | 58 static Notification* create(const String& url, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider) { return new Notification(url, context, ec, provider); } 67 KURL url() { return m_notificationURL; } function in class:WebCore::Notification 82 Notification(const String& url, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider);
|
/external/webkit/WebCore/page/ |
ContextMenuClient.h | 47 virtual void downloadURL(const KURL& url) = 0;
|
History.idl | 44 [Custom] void pushState(in any data, in DOMString title, in optional DOMString url) 46 [Custom] void replaceState(in any data, in DOMString title, in optional DOMString url)
|
/external/webkit/WebCore/platform/cf/ |
KURLCFNet.cpp | 36 KURL::KURL(CFURLRef url) 38 if (!url) { 43 CFIndex bytesLength = CFURLGetBytes(url, 0, 0); 46 CFURLGetBytes(url, reinterpret_cast<UInt8*>(bytes), bytesLength); 71 // NOTE: We use UTF-8 here since this encoding is used when computing strings when returning URL components
|
/external/webkit/WebCore/platform/haiku/ |
TemporaryLinkStubs.cpp | 52 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url)
|
/external/webkit/WebCore/platform/network/ |
HTTPParsers.h | 36 bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url);
|
ResourceRequestBase.cpp | 72 data->m_url = url().copy(); 104 const KURL& ResourceRequestBase::url() const function in class:WebCore::ResourceRequestBase 111 void ResourceRequestBase::setURL(const KURL& url) 115 m_url = url; 143 if (url().protocolInHTTPFamily()) 160 if (url().protocolInHTTPFamily()) 193 if (url().protocolInHTTPFamily()) 224 if (url().protocolInHTTPFamily()) 239 if (url().protocolInHTTPFamily()) 249 if (url().protocolInHTTPFamily() [all...] |
/external/webkit/WebCore/platform/qt/ |
KURLQt.cpp | 38 KURL::KURL(const QUrl& url) 40 *this = KURL(KURL(), url.toEncoded().constData(), UTF8Encoding()); 93 QUrl url = QUrl::fromEncoded(ba); local 94 return url;
|
/external/webkit/WebCore/svg/ |
SVGURIReference.h | 40 static String getTarget(const String& url);
|
/external/webkit/WebKit/android/WebCoreSupport/ |
ContextMenuClientAndroid.h | 40 virtual void downloadURL(const KURL& url);
|
/external/webkit/WebKit/chromium/public/ |
WebNotificationPresenter.h | 62 // Checks the permission level for the given URL. If the URL is being displayed in a document 64 virtual Permission checkPermission(const WebURL& url, WebDocument* document) = 0;
|
WebSecurityPolicy.h | 43 // Registers a URL scheme to be treated as a local scheme (i.e., with the 48 // Registers a URL scheme to be treated as a noAccess scheme. This means 49 // that pages loaded with this URL scheme cannot access pages loaded with 50 // any other URL scheme. 59 // Returns whether the url should be allowed to see the referrer 61 WEBKIT_API static bool shouldHideReferrer(const WebURL& url, const WebString& referrer);
|
/external/webkit/WebKit/chromium/src/ |
WebPluginLoadObserver.h | 53 const WebURL& url() const { return m_notifyURL; } function in class:WebKit::WebPluginLoadObserver
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
ContextMenuClientHaiku.h | 43 virtual void downloadURL(const KURL& url);
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
ContextMenuClientQt.h | 44 virtual void downloadURL(const KURL& url);
|
/external/webkit/WebKit/win/Interfaces/ |
IWebResource.idl | 33 @discussion A WebResource represents a fully downloaded URL. 47 @method initWithData:URL:MIMEType:textEncodingName:frameName 50 @param URL The URL of the resource. 55 - (id)initWithData:(NSData *)data URL:(NSURL *)URL MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)textEncodingName frameName:(NSString *)frameName; 57 HRESULT initWithData([in] IStream* data, [in] BSTR url, [in] BSTR mimeType, [in] BSTR textEncodingName, [in] BSTR frameName); 67 @method URL 68 @result The URL of the resource. 69 - (NSURL *)URL; [all...] |
/external/webkit/WebKit/wx/ |
WebFramePrivate.h | 50 WebCore::KURL url; member in class:WebViewFrameData
|
/external/webkit/WebKitTools/DumpRenderTree/ |
DumpRenderTree.h | 50 std::wstring urlSuitableForTestResult(const std::wstring& url);
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
testplugin.h | 40 const QUrl &url,
|
/external/webkit/WebKitTools/pywebsocket/ |
setup.py | 58 url='http://code.google.com/p/pywebsocket/', variable
|
/frameworks/base/core/java/android/webkit/ |
UrlInterceptRegistry.java | 47 * set the flag to control whether url intercept is enabled or disabled 60 * get the state of the url intercept, enabled or disabled 109 * Given an url, returns the CacheResult of the first 119 String url, Map<String, String> headers) { 126 CacheResult result = handler.service(url, headers); 135 * Given an url, returns the PluginData of the first 146 String url, Map<String, String> headers) { 153 PluginData data = handler.getPluginData(url, headers);
|