HomeSort by relevance Sort by last modified time
    Searched refs:URL (Results 301 - 325 of 688) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/QW/
qwsv.spec.sh 16 URL: http://www.idsoftware.com/
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 19 // URL is echoed in content. Firefox does this, IE doesn't.
ipv6.js 84 // Scope ID -- the URL may contain an optional ["%" <scope_id>] section.
85 // The scope_id should be included in the canonicalized URL, and is an
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.idl 33 attribute [Reflect, URL] DOMString src;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.h 37 + (NSURL *)_web_URLWithUserTypedString:(NSString *)string relativeToURL:(NSURL *)URL;
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameLoadDelegate.h 143 @param URL The URL to be redirected to
150 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame;
WebPreferences.h 248 @param URL The location of the user style sheet.
250 - (void)setUserStyleSheetLocation:(NSURL *)URL;
  /external/webkit/Source/WebKit/win/
DefaultPolicyDelegate.cpp 121 BSTR url; local
122 // A file URL shouldn't fall through to here, but if it did,
124 if (SUCCEEDED(request->URL(&url)) && !String(url, SysStringLen(url)).startsWith("file:")) {
125 // FIXME: Open the URL not by means of a webframe, but by handing it over to the system and letting it determine how to open that particular URL scheme. See documentation for [NSWorkspace openURL]
129 SysFreeString(url);
157 BSTR url; local
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLRequest.idl 88 HRESULT initWithURL([in] BSTR url, [in] WebURLRequestCachePolicy cachePolicy, [in] double timeoutInterval);
101 -(NSURL *)URL
103 HRESULT URL([out, retval] BSTR* result);
  /external/webkit/Tools/DumpRenderTree/mac/
PolicyDelegate.mm 79 NSString *message = [NSString stringWithFormat:@"Policy delegate: attempt to load %@ with navigation type '%s'", [[request URL] _drt_descriptionSuitableForTestResult], typeDescription];
  /libcore/luni/src/main/java/java/sql/
PreparedStatement.java 23 import java.net.URL;
679 * java.net.URL}.
685 * the {@code URL} to which the parameter at {@code
689 * @see URL
691 public void setURL(int parameterIndex, URL theURL) throws SQLException;
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2ProviderTests.java 46 String url = "http://stub1.com"; local
47 insertBookmark(url, "stub 1");
49 values.put(Images.URL, url);
80 values.put(BrowserContract.Bookmarks.URL, "http://google.com");
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ImageLoader.java 29 import java.net.URL;
122 URL url = mClass.getResource(PATH + filename); local
124 return ImageDescriptor.createFromURL(url);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 55 import java.net.URL;
232 URL iconUrl = toggle.getIconUrl();
269 URL iconUrl = menuAction.getIconUrl();
289 List<URL> icons = choices.getIconUrls();
298 URL iconUrl = icons.get(i);
322 URL iconUrl = choices.getIconUrl();
339 List<URL> icons = choices.getIconUrls();
347 URL itemIconUrl = icons != null && icons.size() > 0 ? icons.get(i) : null;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 37 import java.net.URL;
116 browser.openURL(new URL(event.text));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java 38 import java.net.URL;
99 URL sourceURL = FileLocator.find(bundle, new Path(op.source), null);
  /sdk/ninepatch/src/com/android/ninepatch/
NinePatch.java 24 import java.net.URL;
58 * @param fileUrl the URL of the file to load.
65 public static NinePatch load(URL fileUrl, boolean convert) throws IOException {
70 // really this shouldn't be happening since we're not creating the URL manually.
98 // really this shouldn't be happening since we're not creating the URL manually.
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 39 String url = ((TextView) findViewById(R.id.url_textbox)).getText().toString();
40 if(TextUtils.isEmpty(title) || TextUtils.isEmpty(url)){
42 "You must specify both a title and a URL value",
49 res.putExtra(RssContentProvider.URL, url);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
ImageFactory.java 5 import java.net.URL;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 48 URL = 1 << 0, // A URL
68 URL_WHAT_YOU_TYPED = 0, // The input as a URL.
69 HISTORY_URL, // A past page whose URL contains the input.
73 NAVSUGGEST, // A suggested URL.
80 EXTENSION_APP, // An Extension App with a title/url that contains
146 // by pressing the arrow keys. This may be different than a URL, for example,
155 // The URL to actually load when the autocomplete item is selected. This URL
184 // True if the user has starred the destination URL
    [all...]
autocomplete_popup_view_gtk_unittest.cc 225 // Identical to DecorateMatchedStringNoMatch, except test that URL
232 ACMatchClassification(0U, ACMatchClassification::URL));
382 // Just like DecorateMatchedStringURLMatch, this time with URL style.
393 ACMatchClassification(0U, ACMatchClassification::URL));
395 ACMatchClassification::URL | ACMatchClassification::MATCH;
401 ACMatchClassification::URL));
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 41 * The license server URL, where %s are placeholders for app and
59 String url = request.getRequestURI(); local
67 userService.createLogoutURL(url)
76 new URL(
110 url,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 41 * The license server URL, where %s are placeholders for app and
59 String url = request.getRequestURI(); local
67 userService.createLogoutURL(url)
76 new URL(
110 url,
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 42 import java.net.URL;
60 private URL zipUrl;
313 public void load(URL url) throws IOException {
314 if (!url.getProtocol().equals("http"))
317 zipUrl = url;
342 load(new URL(path));
  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 78 if (FAILED(request->URL(&urlBSTR)))
81 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
98 return L"<NSURLRequest URL " + url + L", main document URL " + mainDocumentURL + L", http method " + httpMethod + L">";
107 if (FAILED(response->URL(&urlBSTR)))
110 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR));
118 return L"<NSURLResponse " + url + L", http status code " + wstringFromInt(statusCode) + L">";
159 // If the error doesn't have a failing URL, we fake one by using the URL the resource had
339 wstring url = wstringFromBSTR(urlBSTR); local
    [all...]

Completed in 3633 milliseconds

<<11121314151617181920>>