HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 376 - 400 of 1269) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/platform/gtk/
DataObjectGtk.cpp 69 String DataObjectGtk::url() function in class:WebCore::DataObjectGtk
87 return url();
94 return !url().isEmpty();
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.h 85 const WebCore::String userAgentForURL(const WebCore::KURL* url);
89 void didReceiveTouchIconURL(const WebCore::String& url, bool precomposed);
91 void updateVisitedHistory(const WebCore::KURL& url, bool reload);
  /external/webkit/WebKit/chromium/public/
WebURLRequest.h 83 explicit WebURLRequest(const WebURL& url) : m_private(0)
86 setURL(url);
95 WEBKIT_API WebURL url() const;
WebURLResponse.h 60 explicit WebURLResponse(const WebURL& url) : m_private(0)
63 setURL(url);
72 WEBKIT_API WebURL url() const;
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugDelegate.h 64 fromURL:(NSString *)url
71 fromURL:(NSURL *)url
78 fromURL:(NSURL *)url
  /external/webkit/WebKitTools/QtLauncher/
webpage.cpp 90 openUrlInDefaultBrowser(request.url());
98 void WebPage::openUrlInDefaultBrowser(const QUrl& url)
103 QDesktopServices::openUrl(url);
  /external/chromium/net/proxy/
proxy_resolver_v8.h 48 virtual int GetProxyForURL(const GURL& url,
  /external/chromium/net/socket_stream/
socket_stream_metrics.h 22 explicit SocketStreamMetrics(const GURL& url);
  /external/chromium/net/url_request/
url_request_view_net_internals_job.h 35 // Returns true if the current request is for a "view-cache" URL.
36 // If it is, then |key| is assigned the particular cache URL of the request.
43 // from a URL.
47 virtual std::string GetDetails(const GURL& url) = 0;
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 22 import java.net.URL;
39 public static URL getResource(String name, ClassLoader loader)
41 URL resource = loader.getResource(name);
48 public static Properties getProperties(URL source) throws IOException {
100 URL baseURL = (base == null) ? null : new URL(base);
123 private String getURL(URL base, String name) throws MalformedURLException {
124 String url = consumerProperties.getProperty(name); local
126 url = (new URL(base, url)).toExternalForm()
    [all...]
  /external/webkit/WebCore/loader/
CachedScript.h 39 CachedScript(const String& url, const String& charset);
NavigationAction.h 49 KURL url() const { return m_URL; } function in class:WebCore::NavigationAction
  /external/webkit/WebCore/page/
Location.h 64 const KURL& url() const;
Location.idl 46 [Custom, V8OnInstance] void assign(in DOMString url);
47 [Custom, V8OnInstance] void replace(in DOMString url);
  /external/webkit/WebCore/platform/
LinkHash.h 57 LinkHash visitedLinkHash(const UChar* url, unsigned length);
59 // Resolves the potentially relative URL "attributeURL" relative to the given
60 // base URL, and returns the hash of the string that will be used for visited
62 // look like a relative URL.
65 // Resolves the potentially relative URL "attributeURL" relative to the given
66 // base URL, and returns the hash of the string that will be used for visited.
  /external/webkit/WebCore/platform/chromium/
ChromiumDataObject.h 59 KURL url; member in class:WebCore::ChromiumDataObject
  /external/webkit/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp 82 void WebMediaPlayerProxy::load(const String& url)
93 String url = element->initialURL(); local
95 if (url.isEmpty())
112 frame->loader()->requestObject(static_cast<RenderPartObject*>(element->renderer()), url, nullAtom, serviceType, paramNames, paramValues);
MediaPlayerProxy.h 54 void load(const String& url);
  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 133 LOG(Network, "CFNet - willSendRequest(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
162 if (!request.url().protocolIs("https") && protocolIs(request.httpReferrer(), "https"))
180 LOG(Network, "CFNet - didReceiveResponse(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
200 LOG(Network, "CFNet - didReceiveData(conn=%p, handle=%p, bytes=%d) (%s)", conn, handle, length, handle->request().url().string().utf8().data());
218 LOG(Network, "CFNet - shouldUseCredentialStorage(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
230 LOG(Network, "CFNet - didFinishLoading(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
240 LOG(Network, "CFNet - didFail(conn=%p, handle=%p, error = %p) (%s)", conn, handle, error, handle->request().url().string().utf8().data());
273 LOG(Network, "CFNet - didReceiveChallenge(conn=%p, handle=%p (%s)", conn, handle, handle->request().url().string().utf8().data());
296 LOG(Network, "CFNet - Cancelling connection %p (%s)", m_connection, m_request.url().string().utf8().data());
303 LOG(Network, "CFNet - Destroying job %p (%s)", this, d->m_request.url().string().utf8().data())
432 const KURL& url = request.url(); local
735 KURL url = request.url(); local
    [all...]
  /external/webkit/WebCore/websockets/
WorkerThreadableWebSocketChannel.h 56 static PassRefPtr<ThreadableWebSocketChannel> create(WorkerContext* workerContext, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol)
58 return adoptRef(new WorkerThreadableWebSocketChannel(workerContext, client, taskMode, url, protocol));
80 static Peer* create(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol)
82 return new Peer(clientWrapper, loaderProxy, context, taskMode, url, protocol);
  /external/webkit/WebCore/workers/
AbstractWorker.h 64 // Helper function that converts a URL to an absolute URL and checks the result for validity.
65 KURL resolveURL(const String& url, ExceptionCode& ec);
  /external/webkit/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.cpp 39 void ContextMenuClientAndroid::downloadURL(const KURL& url) { notImplemented(); }
  /external/webkit/WebKit/chromium/src/
NotificationPresenterImpl.h 57 virtual WebCore::NotificationPresenter::Permission checkPermission(const WebCore::KURL& url, WebCore::Document* document);
  /external/webkit/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.h 49 virtual void downloadURL(const WebCore::KURL& url);
  /external/webkit/WebKit/mac/Plugins/
WebJavaPlugIn.h 67 @param callingURL The URL of the page that contains the JavaScript that is calling Java.
82 callingURL:(NSURL *)url

Completed in 254 milliseconds

<<11121314151617181920>>