/external/chromium/net/socket_stream/ |
socket_stream_job_manager.h | 26 const GURL& url, SocketStream::Delegate* delegate) const;
|
socket_stream_metrics.h | 37 explicit SocketStreamMetrics(const GURL& url);
|
/external/chromium/net/spdy/ |
spdy_http_utils.cc | 103 (*headers)["host"] = GetHostAndOptionalPort(info.url); 104 (*headers)["scheme"] = info.url.scheme(); 106 (*headers)["url"] = HttpUtil::PathForRequest(info.url); 108 (*headers)["url"] = HttpUtil::SpecForRequest(info.url);
|
/external/chromium/net/url_request/ |
url_request_job_tracker_unittest.cc | 40 bool GetResponseBody(const GURL& url, std::string* out_body) { 41 if (url.spec() == "test:basic") { 43 } else if (url.spec() == "test:compressed") { 78 ASSERT_TRUE(GetResponseBody(request_->url(), &response_data_)); 122 return request_->url().spec() == "test:compressed" 155 void AssertJobTrackerCallbacks(const char* url) { 159 const GURL gurl(url); 179 void Fetch(const GURL& url) { 182 URLRequest request(url, &d);
|
/external/chromium/net/websockets/ |
websocket_handshake_draft75.h | 30 WebSocketHandshakeDraft75(const GURL& url,
|
/external/chromium/webkit/glue/ |
alt_error_page_resource_fetcher.h | 31 AltErrorPageResourceFetcher(const GURL& url,
|
resource_fetcher.cc | 25 ResourceFetcher::ResourceFetcher(const GURL& url, WebFrame* frame, 28 : url_(url), 127 const GURL& url, WebFrame* frame, WebURLRequest::TargetType target_type, 129 : ResourceFetcher(url, frame, target_type, callback) {
|
webdropdata.h | 33 GURL url; member in struct:WebDropData 34 string16 url_title; // The title associated with |url|. 49 // |html_base_url| is the URL that the html fragment is taken from (used to
|
/external/chromium/webkit/glue/media/ |
web_data_source_factory.h | 36 const std::string& url, BuildCallback* callback);
|
/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/Source/WebCore/bindings/cpp/ |
WebNativeEventListener.h | 47 virtual bool reportError(WebCore::ScriptExecutionContext*, const WTF::String& message, const WTF::String& url, int lineNumber);
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptProfileNode.h | 55 String url() const;
|
/external/webkit/Source/WebCore/inspector/ |
TimelineRecordFactory.cpp | 95 PassRefPtr<InspectorObject> TimelineRecordFactory::createXHRReadyStateChangeData(const String& url, int readyState) 98 data->setString("url", url); 103 PassRefPtr<InspectorObject> TimelineRecordFactory::createXHRLoadData(const String& url) 106 data->setString("url", url); 110 PassRefPtr<InspectorObject> TimelineRecordFactory::createEvaluateScriptData(const String& url, double lineNumber) 113 data->setString("url", url); 125 PassRefPtr<InspectorObject> TimelineRecordFactory::createScheduleResourceRequestData(const String& url) [all...] |
/external/webkit/Source/WebCore/loader/ |
NavigationAction.h | 49 KURL url() const { return m_URL; } function in class:WebCore::NavigationAction
|
PingLoader.h | 56 static void loadImage(Frame*, const KURL& url);
|
/external/webkit/Source/WebCore/page/ |
ContextMenuClient.h | 53 virtual void downloadURL(const KURL& url) = 0;
|
Location.idl | 48 [Custom, V8OnInstance] void assign(in DOMString url); 49 [Custom, V8OnInstance] void replace(in DOMString url);
|
/external/webkit/Source/WebCore/platform/ |
LinkHash.cpp | 151 // FIXME: Should not do this in the query or anchor part of the URL. 198 static ALWAYS_INLINE LinkHash visitedLinkHashInline(const UChar* url, unsigned length) 200 return AlreadyHashed::avoidDeletedValue(StringHasher::computeHash(url, length)); 203 LinkHash visitedLinkHash(const UChar* url, unsigned length) 205 return visitedLinkHashInline(url, length); 222 // 2) The URL's path could have a "/./" or a "/../" or a "//" sequence in it. 224 // FIXME: needsTrailingSlash does not properly return true for a URL that has no path, but does 276 Vector<UChar, 512> url; local 277 visitedURLInline(base, attributeURL, url); 278 if (url.isEmpty() [all...] |
/external/webkit/Source/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()->subframeLoader()->requestObject(static_cast<RenderPartObject*>(element->renderer()), url, nullAtom, serviceType, paramNames, paramValues);
|
MediaPlayerProxy.h | 54 void load(const String& url);
|
/external/webkit/Source/WebCore/platform/network/ |
BlobData.h | 104 BlobDataItem(const KURL& url, long long offset, long long length) 106 , url(url) 125 KURL url; member in struct:WebCore::BlobDataItem
|
HTTPParsers.h | 53 bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url);
|
/external/webkit/Source/WebCore/workers/ |
Worker.cpp | 59 PassRefPtr<Worker> Worker::create(const String& url, ScriptExecutionContext* context, ExceptionCode& ec) 63 KURL scriptURL = worker->resolveURL(url, ec); 134 m_contextProxy->startWorkerContext(m_scriptLoader->url(), scriptExecutionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script());
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ContextMenuClientAndroid.cpp | 39 void ContextMenuClientAndroid::downloadURL(const KURL& url) { notImplemented(); }
|
WebResourceRequest.h | 64 const std::string& url() const function in class:android::WebResourceRequest
|