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

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DexWrapper.java 33 import java.net.URL;
76 URL url = f.toURL(); local
78 URLClassLoader loader = new URLClassLoader(new URL[] { url },
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java 303 for (String url : urls) {
304 if (url != null && url.length() > 0) {
305 RepoSource s = new RepoSource(url, false /*userSource*/);
322 for (String url : urls) {
323 if (url != null && url.length() > 0) {
324 RepoSource s = new RepoSource(url, true /*userSource*/);
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 2239 QString url = request.url().toString(); local
2813 QUrl url = QUrl("qrc:\/\/\/testiframe.html"); local
    [all...]
  /external/chromium/net/base/
net_util_unittest.cc 23 const char* url; member in struct:__anon2547::FileCase
354 const char* url; member in struct:__anon2547::SuggestedFilenameCase
475 // convert to the file URL
478 EXPECT_EQ(round_trip_cases[i].url, file_url.spec());
520 net::FileURLToFilePath(GURL(url_cases[i].url), &output);
535 // Test that if a file URL is malformed, we get a failure
578 GURL url(tests[i].input_url);
581 net::GetIdentityFromURL(url, &username, &password);
590 GURL url(WideToUTF16(L"http://foo:\x4f60\x597d@blah.com"));
592 EXPECT_EQ("foo", url.username())
1177 GURL url; member in struct:__anon2551
1195 GURL url; member in struct:__anon2552
    [all...]
  /external/chromium/net/flip/
flip_stream_unittest.cc 106 request.url = GURL("http://www.google.com/");
  /external/chromium/net/url_request/
url_request_context.h 96 // Gets the UA string to use for the given URL. Pass an invalid URL (such as
99 virtual const std::string& GetUserAgent(const GURL& url) const {
  /external/webkit/WebCore/bindings/js/
JSEventListener.h 63 virtual bool reportError(ScriptExecutionContext*, const String& message, const String& url, int lineNumber);
  /external/webkit/WebCore/bindings/v8/
V8ConsoleMessage.cpp 123 String resourceNameString = useURL ? frame->document()->url() : toWebCoreString(resourceName);
  /external/webkit/WebCore/dom/
StyledElement.h 52 void addCSSImageProperty(MappedAttribute*, int propertyID, const String& url);
  /external/webkit/WebCore/inspector/front-end/
FontView.js 38 this.fontStyleElement.textContent = "@font-face { font-family: \"" + uniqueFontName + "\"; src: url(" + this.resource.url + "); }";
  /external/webkit/WebCore/loader/
PluginDocument.cpp 91 m_embedElement->setAttribute(srcAttr, m_doc->url().string());
  /external/webkit/WebCore/page/
Chrome.cpp 317 void Chrome::registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title)
319 m_client->registerProtocolHandler(scheme, baseURL, url, title);
322 void Chrome::registerContentHandler(const String& mimeType, const String& baseURL, const String& url, const String& title)
324 m_client->registerContentHandler(mimeType, baseURL, url, title);
353 // Next priority is a toolTip from a URL beneath the mouse (if preference is set to show those).
370 // Get tooltip representing link's URL
372 // FIXME: Need to pass this URL through userVisibleString once that's in WebCore
374 // URL always display as LTR.
  /external/webkit/WebCore/platform/
Pasteboard.h 84 static void writeURL(NSPasteboard* pasteboard, NSArray* types, const KURL& url, const String& titleStr, Frame* frame);
  /external/webkit/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 205 void ImageSource::setURL(const String& url)
207 if (url.startsWith("data:")) {
210 m_decoder.m_url.setUTF16(url.characters(), url.length());
332 // give it the URL if we have one
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 85 void load(const String &url);
  /external/webkit/WebCore/platform/network/android/
ResourceHandleAndroid.cpp 111 return ResourceLoaderAndroid::willLoadFromCache(request.url(), formData ? formData->identifier() : 0);
162 // and password (if present) stripped from the URL in
  /external/webkit/WebCore/platform/network/mac/
ResourceRequestMac.mm 57 m_url = [m_nsRequest.get() URL];
103 [nsRequest setURL:url()];
105 nsRequest = [[NSMutableURLRequest alloc] initWithURL:url()];
  /external/webkit/WebCore/platform/network/soup/
ResourceRequestSoup.cpp 36 SoupMessage* soupMessage = soup_message_new(httpMethod().utf8().data(), url().string().utf8().data());
  /external/webkit/WebCore/platform/wince/
KeygenWince.cpp 37 String WebCore::signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url)
  /external/webkit/WebCore/plugins/mac/
PluginPackageMac.cpp 83 WTF::RetainPtr<CFURLRef> url = local
88 if (!CFURLCreateDataAndPropertiesFromResource(kCFAllocatorDefault, url.get(), &resource, 0, 0, &code))
261 WTF::RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path.get(),
263 m_module = CFBundleCreate(NULL, url.get());
  /external/webkit/WebKit/chromium/public/
WebDragData.h 69 WEBKIT_API WebURL url() const;
  /external/webkit/WebKit/gtk/tests/
testwebresource.c 101 gchar* url; local
102 g_object_get(G_OBJECT(fixture->webResource), "uri", &url, NULL);
103 g_assert_cmpstr(url, ==, "http://example.com/");
105 g_free(url);
  /external/webkit/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 271 QUrl url(a.url());
287 QCOMPARE(b.url(), url);
  /external/webkit/WebKit/win/
WebDownloadCurl.cpp 66 void WebDownload::init(const KURL& url, IWebDownloadDelegate* delegate)
  /external/webkit/WebKit/wx/
WebFrame.h 97 void LoadURL(const wxString& url);

Completed in 1404 milliseconds

<<31323334353637383940>>