HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 176 - 200 of 2997) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/inspector/front-end/
InjectedFakeWorker.js 34 Worker = function(url)
36 var impl = new FakeWorker(this, url);
59 function FakeWorker(worker, url)
61 var scriptURL = this._expandURLAndCheckOrigin(document.baseURI, location.href, url);
69 InjectedScriptHost.didCreateWorker(this._id, scriptURL.url, false);
95 _buildWorker: function(url)
97 var code = this._loadScript(url.url);
102 iframeElement.onload = bind(this._onWorkerFrameLoaded, this, iframeElement, url, code);
105 this._attachWorkerFrameToDocument(iframeElement, url, code)
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 69 String url = server.getCookieUrl("conquest.html"); local
70 mOnUiThread.loadUrlAndWaitForCompletion(url);
73 assertNull(mCookieManager.getCookie(url));
78 url = server.getCookieUrl("war.html");
79 mOnUiThread.loadUrlAndWaitForCompletion(url);
81 waitForCookie(url);
82 String cookie = mCookieManager.getCookie(url);
90 url = server.getCookieUrl("famine.html");
91 mOnUiThread.loadUrlAndWaitForCompletion(url);
93 waitForCookie(url);
123 String url = "http:\/\/www.example.com"; local
154 final String url = "http:\/\/www.example.com"; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc 78 GURL url; local
81 profile1_, "", kEventName, kEventArgs, profile1_, url));
84 profile2_, "", kEventName, kEventArgs, profile2_, url));
85 event_router->BroadcastEventToRenderers(kEventName, kEventArgs, url);
92 GURL url;
96 profile1_, "", kEventName, kEventArgs, profile1_, url));
101 profile2_, "", kEventName, kEventArgs, profile2_, url));
102 event_router->BroadcastEventToRenderers(kEventName, kEventArgs, url);
111 GURL url; local
114 profile1_, "", kEventName, kEventArgs, profile1_, url));
222 GURL url; local
    [all...]
extension_process_manager.h 36 // appropriate SiteInstance (and therefore process) based on the URL and
39 const GURL& url,
42 ExtensionHost* CreateView(const GURL& url,
46 const GURL& url,
48 ExtensionHost* CreatePopup(const GURL& url, Browser* browser);
50 const GURL& url,
52 ExtensionHost* CreateInfobar(const GURL& url,
61 const GURL& url);
67 // Returns the SiteInstance that the given URL belongs to.
68 virtual SiteInstance* GetSiteInstanceForURL(const GURL& url);
    [all...]
extension_process_manager.cc 36 const GURL& url,
40 const GURL& url);
41 virtual SiteInstance* GetSiteInstanceForURL(const GURL& url);
42 virtual RenderProcessHost* GetExtensionProcess(const GURL& url);
50 // Returns the extension for an URL, which can either be a chrome-extension
51 // URL or a web app URL.
52 const Extension* GetExtensionOrAppByURL(const GURL& url);
116 const GURL& url,
124 new ExtensionHostMac(extension, GetSiteInstanceForURL(url), url
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 155 // Gets the thumbnail for |url| from TopSites.
156 SkBitmap GetThumbnail(const GURL& url) {
158 return top_sites()->GetPageThumbnail(url, &data) ?
214 EXPECT_EQ(prepopulate_urls[i].url.spec(),
215 querier.urls()[start_index + i].url.spec()) << " @ index " <<
231 void AddPageToHistory(const GURL& url) {
233 redirects.push_back(url);
235 url, static_cast<void*>(this), 0, GURL(), PageTransition::TYPED,
240 void AddPageToHistory(const GURL& url, const string16& title) {
242 redirects.push_back(url);
613 MostVisitedURL url; local
677 MostVisitedURL url; local
993 MostVisitedURL url; local
1126 MostVisitedURL url, url1; local
1212 MostVisitedURL url, url1; local
    [all...]
top_sites.h 57 // Sets the given thumbnail for the given URL. Returns true if the thumbnail
58 // was updated. False means either the URL wasn't known to us, or we felt
60 bool SetPageThumbnail(const GURL& url,
79 bool GetPageThumbnail(const GURL& url,
85 virtual bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score);
90 bool GetTemporaryPageThumbnailScore(const GURL& url, ThumbnailScore* score);
108 // Add a URL to the blacklist.
109 void AddBlacklistedURL(const GURL& url);
111 // Removes a URL from the blacklist.
112 void RemoveBlacklistedURL(const GURL& url);
    [all...]
download_types.cc 8 const GURL& url,
15 url(url),
visit_tracker.h 31 const GURL& url,
43 VisitID GetLastVisit(const void* host, int32 page_id, const GURL& url);
47 GURL url; // URL that the event happened to. member in struct:history::VisitTracker::Transition
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver1.java 55 public boolean acceptsURL(String url) throws SQLException {
57 if (url == null) {
60 // Everything's fine if the quoted url starts with the base url for this
62 if (url.startsWith(baseURL)) {
76 public Connection connect(String url, Properties info) throws SQLException {
77 // Does the URL have the right form?
78 if (this.acceptsURL(url)) {
79 // The datasource name is the remainder of the url after the ":"
80 String datasource = url.substring(baseURL.length() + 1)
    [all...]
  /external/chromium/chrome/browser/
platform_util_chromeos.cc 24 "https://mail.google.com/mail/?extsrc=mailto&url=";
33 GURL url = FileManagerUtil::GetFileBrowserUrlWithParams(
36 browser->ShowSingletonTab(url);
57 static void OpenURL(const std::string& url) {
59 browser->AddSelectedTabWithURL(GURL(url), PageTransition::LINK);
62 void OpenExternal(const GURL& url) {
63 if (url.SchemeIs("mailto")) {
65 string_url.append(url.spec());
external_protocol_handler.h 36 static void LaunchUrl(const GURL& url, int render_process_host_id,
40 // |url| - The url of the request.
49 static void RunExternalProtocolDialog(const GURL& url,
56 // Starts a url using the external protocol handler with the help
60 // url has already been escaped, which happens in LaunchUrl.
62 // url you have has been checked against the blacklist, and has been escaped.
65 static void LaunchUrlWithoutSecurityCheck(const GURL& url);
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_browsertest.cc 32 const GURL& url = local
35 if (url.SchemeIs(chrome::kChromeUIScheme) &&
36 url.host() == chrome::kChromeUIMediaplayerHost) {
48 const GURL& url = local
51 if (url.SchemeIs(chrome::kChromeUIScheme) &&
52 url.host() == chrome::kChromeUIMediaplayerHost &&
53 url.ref() == "playlist") {
  /external/webkit/Source/JavaScriptCore/parser/
SourceProvider.h 43 SourceProvider(const UString& url, SourceProviderCache* cache = 0)
44 : m_url(url)
60 const UString& url() { return m_url; } function in class:JSC::SourceProvider
81 static PassRefPtr<UStringSourceProvider> create(const UString& source, const UString& url)
83 return adoptRef(new UStringSourceProvider(source, url));
94 UStringSourceProvider(const UString& source, const UString& url)
95 : SourceProvider(url)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebErrorsGtk.cpp 43 request.url().string(), _("Load request cancelled"));
49 request.url().string(), _("Not allowed to use restricted network port"));
55 request.url().string(), _("URL cannot be shown"));
61 request.url().string(), _("Frame load was interrupted"));
67 response.url().string(), _("Content with the specified MIME type cannot be shown"));
73 response.url().string(), _("File does not exist"));
79 response.url().string(), _("Plugin will handle load"));
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebErrorsQt.cpp 54 ResourceError error = ResourceError("QtNetwork", QNetworkReply::OperationCanceledError, request.url().string(),
62 return ResourceError("WebKit", WebKitErrorCannotUseRestrictedPort, request.url().string(),
68 return ResourceError("WebKit", WebKitErrorCannotShowURL, request.url().string(),
69 QCoreApplication::translate("QWebFrame", "Cannot show URL", 0, QCoreApplication::UnicodeUTF8));
74 return ResourceError("WebKit", WebKitErrorFrameLoadInterruptedByPolicyChange, request.url().string(),
80 return ResourceError("WebKit", WebKitErrorCannotShowMIMEType, response.url().string(),
86 return ResourceError("QtNetwork", QNetworkReply::ContentNotFoundError, response.url().string(),
92 return ResourceError("WebKit", WebKitErrorPluginWillHandleLoad, response.url().string(),
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
__init__.py 66 installer.install(url="http://pypi.python.org/packages/source/C/ClientForm/ClientForm-0.2.10.zip",
73 installer.install(url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip",
75 installer.install(url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b",
77 installer.install(url="http://www.adambarth.com/webkit/eliza",
85 installer.install(url="http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip", url_subpath="irclib.py")
86 installer.install(url="http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip", url_subpath="ircbot.py")
90 installer.install(url="http://pywebsocket.googlecode.com/files/mod_pywebsocket-0.5.2.tar.gz",
  /libcore/luni/src/main/java/libcore/net/url/
JarHandler.java 18 package libcore.net.url;
22 import java.net.URL;
28 * Returns a connection to the jar file pointed by this <code>URL</code>
32 * this url.
34 * java.net.URL The URL to which the connection is pointing to
41 protected URLConnection openConnection(URL u) throws IOException {
47 * @param url
48 * URL the context URL
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_ClassLoader.java 19 import java.net.URL;
31 public abstract ClassLoader getClassLoader(URL url, ClassLoader parent);
33 public static ClassLoader getInstance(URL url, ClassLoader parent) {
45 return factory.getClassLoader(url, parent);
68 public ClassLoader getClassLoader(URL url, ClassLoader parent) {
69 return new DexClassLoader(url.getPath(), tmp.getAbsolutePath(),
80 public ClassLoader getClassLoader(URL url, ClassLoader parent)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 53 public void loadUrlIfChanged(String url, Map<String, String> headers) {
63 if (LOGD_ENABLED) Log.d(LOGTAG, "loadUrlIfChanged\nnew: " + url + "\nold: " +currentUrl);
64 if (!TextUtils.equals(url, currentUrl)) {
65 loadUrl(url, headers);
69 public void loadUrl(String url, Map<String, String> headers) {
70 if (LOGD_ENABLED) Log.d(LOGTAG, "Preloading " + url);
71 mTab.loadUrl(url, headers);
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
ClasspathLocator.java 40 import java.net.URL;
69 URL url; local
80 url = ClasspathLocator.class.getResource("/" + name);
82 url = Thread.currentThread().getContextClassLoader().getResource(name);
84 if (url == null)
87 if (url.getProtocol().equals("file")){
89 String path = new File(url.toURI()).getCanonicalPath();
102 throw new AssetLoadException("Error converting URL to URI", ex);
104 throw new AssetLoadException("Failed to get canonical path for " + url, ex)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
HttpHelper.java 31 public String get(String url, Map<String,String> requestHeaders)
36 public String post(String url, Map<String,String> requestHeaders, String content)
56 * @param url Request URI.
58 public GetRequest(String url) {
59 mUrl = url;
71 public void setUrl(String url) {
72 mUrl = url;
105 public PostRequest(String url) {
106 super(url);
147 * An interface for URL rewriting
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_GetLocal.java 28 import java.net.URL;
37 public static File getLocalFile(String url) throws IOException,
39 url = Support_Resources.RESOURCE_PACKAGE + url;
40 File temp = cache.get(url);
42 InputStream in = Support_GetLocal.class.getResourceAsStream(url);
53 cache.put(url, temp);
58 public static File getExternalLocalFile(String url) throws IOException,
60 File temp = cache.get(url);
62 InputStream in = new URL(url).openStream()
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
registration_screen.cc 53 void RegistrationScreen::set_registration_host_page_url(const GURL& url) {
54 host_page_url_.reset(new GURL(url));
69 GURL url(*host_page_url_);
72 SiteInstance::CreateSiteInstanceForURL(profile, url));
74 view()->LoadURL(url);
95 void RegistrationScreen::OnPageLoadFailed(const std::string& url) {
96 LOG(ERROR) << "Error loading registration page: " << url;
103 const GURL& url,
107 if (url.spec() == kRegistrationSuccessUrl) {
111 } else if (url.spec() == kRegistrationSkippedUrl)
    [all...]
  /external/chromium/chrome/browser/net/
url_request_mock_http_job.cc 42 std::string url = "http://"; local
43 url.append(kMockHostname);
44 url.append("/");
47 url.append(path_str);
48 return GURL(url);
53 std::string url = chrome::kViewSourceScheme; local
54 url.append(":");
55 url.append(GetMockUrl(path).spec());
56 return GURL(url);
63 // Conceptually we just want to "return base_path + request->url().path()"
68 std::string url = file_url.spec() + request->url().path(); local
    [all...]

Completed in 2573 milliseconds

1 2 3 4 5 6 78 91011>>