/external/webkit/Tools/DumpRenderTree/qt/ |
testplugin.h | 40 const QUrl &url,
|
/external/webkit/Tools/MiniBrowser/win/ |
BrowserView.h | 38 void goToURL(const std::wstring& url);
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
http_server_base.py | 67 url = 'http%s://127.0.0.1:%d/' % (http_suffix, mapping['port']) 70 response = urllib.urlopen(url, proxies={}) 71 _log.debug("Server running at %s" % url) 73 _log.debug("Server NOT running at %s: %s" % (url, e))
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/ |
LayoutTestControllerMac.mm | 59 JSRetainPtr<JSStringRef> LayoutTestController::pathToLocalResource(JSStringRef url) 61 return JSStringRetain(url); // Do nothing on mac.
|
/frameworks/av/media/libmediaplayerservice/ |
MidiMetadataRetriever.cpp | 39 const char *url, const KeyedVector<String8, String8> *headers) 41 ALOGV("setDataSource: %s", url? url: "NULL pointer"); 47 return mMidiPlayer->setDataSource(url, headers);
|
/frameworks/base/core/java/android/webkit/ |
UrlInterceptRegistry.java | 48 * set the flag to control whether url intercept is enabled or disabled 62 * get the state of the url intercept, enabled or disabled 114 * Given an url, returns the CacheResult of the first 125 String url, Map<String, String> headers) { 132 CacheResult result = handler.service(url, headers); 141 * Given an url, returns the PluginData of the first 153 String url, Map<String, String> headers) { 160 PluginData data = handler.getPluginData(url, headers);
|
CacheManager.java | 306 * Gets the cache entry for the specified URL, or null if none is found. 312 * @param url the URL for which a cache entry is requested 315 * @return the cache entry for the specified URL 319 public static CacheResult getCacheFile(String url, 321 return getCacheFile(url, 0, headers); 324 static CacheResult getCacheFile(String url, long postIdentifier, 326 CacheResult result = nativeGetCacheResult(url); 363 Log.v(LOGTAG, "getCacheFile for url " + url); [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldCookieHandlerTest.java | 22 import java.net.URL; 48 URL url = new URL(link); local 49 URLConnection conn = url.openConnection(); 51 url = new URL(link); 52 conn = url.openConnection();
|
/packages/apps/Browser/src/com/android/browser/ |
UrlHandler.java | 61 boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url) { 68 if (url.startsWith(SCHEME_WTAI)) { 71 if (url.startsWith(SCHEME_WTAI_MC)) { 74 url.substring(SCHEME_WTAI_MC.length()))); 78 // url, we would like to close it as we will load this url in a 85 if (url.startsWith(SCHEME_WTAI_SD)) { 92 if (url.startsWith(SCHEME_WTAI_AP)) { 100 if (url.startsWith("about:")) { 107 Uri siteUri = Uri.parse(url); [all...] |
BookmarkItem.java | 57 mUrlText = (TextView) findViewById(R.id.url); 122 * Set the new url for the bookmark item. 123 * @param url The new url for the bookmark item. 125 /* package */ void setUrl(String url) { 126 if (url == null) { 130 mUrl = url; 132 url = UrlUtils.stripUrl(url); 133 if (url.length() > MAX_TEXTVIEW_LEN) [all...] |
/external/chromium/chrome/browser/history/ |
history_types.cc | 20 URLRow::URLRow(const GURL& url) : url_(url) { 21 // Initialize will not set the URL, so our initialization above will stay. 25 URLRow::URLRow(const GURL& url, URLID id) : url_(url) { 26 // Initialize will not set the URL, so our initialization above will stay. 107 type(URL), 122 url.Swap(&other->url); 132 URLResult::URLResult(const GURL& url, base::Time visit_time [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
external_protocol_dialog_gtk.cc | 34 const GURL& url, int render_process_host_id, int routing_id) { 35 new ExternalProtocolDialogGtk(url); 41 ExternalProtocolDialogGtk::ExternalProtocolDialogGtk(const GURL& url) 42 : url_(url), 66 ui::ElideString(ASCIIToUTF16(url.possibly_invalid_spec()), 68 ui::ElideString(ASCIIToUTF16(std::string("xdg-open ") + url.spec()), 73 ASCIIToUTF16(url.scheme() + ":"),
|
/external/webkit/Tools/DumpRenderTree/win/ |
DRTDesktopNotificationPresenter.cpp | 74 BSTR title, text, url; local 78 notification->contentsURL(&url); 79 printf("DESKTOP NOTIFICATION: contents at %S\n", url ? url : L""); 81 notification->iconURL(&url); 85 url ? url : L"",
|
HistoryDelegate.cpp | 87 if (FAILED(navigationData->url(&urlBSTR))) 89 wstring url; 91 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR)); 141 printf("WebView navigated to url \"%S\" with title \"%S\" with HTTP equivalent method \"%S\". The navigation was %s and was %s%S.\n", 142 url.c_str(), 191 wstring url; 193 url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR)); 199 printf("WebView updated the title for history URL \"%S\" to \"%S\".\n", url.c_str(), title.c_str()); 212 wstring url; [all...] |
/frameworks/base/core/java/android/net/ |
MailTo.java | 25 * MailTo URL parser 27 * This class parses a mailto scheme URL and then can be queried for 46 * Test to see if the given string is a mailto URL 47 * @param url string to be tested 48 * @return true if the string is a mailto URL 50 public static boolean isMailTo(String url) { 51 if (url != null && url.startsWith(MAILTO_SCHEME)) { 60 * @param url String containing a mailto URL [all...] |
/cts/tests/tests/webkitsecurity/generate/ |
WebViewBaseTest | 98 // Get the url for the test 100 String url = "file:///android_asset/" + TEST_PATH; 102 Log.d(LOGTAG, url.toString()); 105 assertLoadUrlSuccessfully(url); 108 private void assertLoadUrlSuccessfully(String url) { 109 mWebView.loadUrl(url);
|
/external/chromium/chrome/browser/search_engines/ |
search_host_to_urls_map.cc | 36 const GURL url(TemplateURLModel::GenerateSearchURLUsingTermsData( 38 if (!url.is_valid() || !url.has_host()) 41 host_to_urls_map_[url.host()].insert(template_url); 48 const GURL url(TemplateURLModel::GenerateSearchURL(template_url)); 49 if (!url.is_valid() || !url.has_host()) 52 const std::string host(url.host()); 92 if ((t_url->url() && t_url->url()->HasGoogleBaseURLs()) | [all...] |
/external/chromium/chrome/browser/ui/views/ |
external_protocol_dialog.cc | 35 const GURL& url, int render_process_host_id, int routing_id) { 37 ExternalProtocolDialog::GetApplicationForProtocol(url); 46 new ExternalProtocolDialog(tab_contents, url, command); 119 const GURL& url, 122 url_(url), 128 ui::ElideString(ASCIIToUTF16(url.possibly_invalid_spec()), 134 ASCIIToUTF16(url.scheme() + ":"), 165 const GURL& url) { 170 std::wstring url_spec = ASCIIToWide(url.possibly_invalid_spec()); 172 ASCIIToWide(url.scheme() + "\\shell\\open\\command") [all...] |
/external/chromium/webkit/glue/ |
resource_fetcher_unittest.cc | 103 GURL url(test_server_.GetURL("files/test_shell/index.html")); 106 url, frame, WebURLRequest::TargetIsMainFrame, delegate->NewCallback())); 116 url = test_server_.GetURL("files/thisfiledoesntexist.html"); 118 fetcher.reset(new ResourceFetcher(url, frame, 136 GURL url("http://localhost:1339/doesnotexist"); 139 url, frame, WebURLRequest::TargetIsMainFrame, delegate->NewCallback())); 158 GURL url(test_server_.GetURL("slow?1")); 161 url, frame, WebURLRequest::TargetIsMainFrame, 199 GURL url(test_server_.GetURL("slow?1")); 202 url, frame, WebURLRequest::TargetIsMainFrame [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
PasteboardChromium.cpp | 87 KURL url = selectedRange->startContainer(ec)->document()->url(); local 94 PlatformBridge::clipboardWriteSelection(html, url, plainText, canSmartCopyOrDelete); 108 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) 110 ASSERT(!url.isEmpty()); 114 title = url.lastPathComponent(); 116 title = url.host(); 119 PlatformBridge::clipboardWriteURL(url, title); 138 // If the image is wrapped in a link, |url| points to the target of the 139 // link. This isn't useful to us, so get the actual image URL 151 KURL url = urlString.isEmpty() ? KURL() : node->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(urlString)); local [all...] |
/frameworks/base/core/java/android/content/ |
ContentProviderNative.java | 84 Uri url = Uri.CREATOR.createFromParcel(data); local 113 Cursor cursor = query(url, projection, selection, selectionArgs, sortOrder, 134 Uri url = Uri.CREATOR.createFromParcel(data); local 135 String type = getType(url); 145 Uri url = Uri.CREATOR.createFromParcel(data); local 148 Uri out = insert(url, values); 157 Uri url = Uri.CREATOR.createFromParcel(data); local 160 int count = bulkInsert(url, values); 184 Uri url = Uri.CREATOR.createFromParcel(data); local 188 int count = delete(url, selection, selectionArgs) 198 Uri url = Uri.CREATOR.createFromParcel(data); local 213 Uri url = Uri.CREATOR.createFromParcel(data); local 232 Uri url = Uri.CREATOR.createFromParcel(data); local 266 Uri url = Uri.CREATOR.createFromParcel(data); local 278 Uri url = Uri.CREATOR.createFromParcel(data); local [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebBackForwardListTest.java | 75 private void checkBackForwardList(final String... url) { 83 if (list.getSize() != url.length) { 86 if (list.getCurrentIndex() != url.length - 1) { 89 for (int i = 0; i < url.length; i++) { 91 if (!url[i].equals(item.getUrl())) {
|
/cts/tests/tests/webkitsecurity/src/android/webkitsecurity/cts/ |
WebkitAbortCrashTest.java | 98 // Get the url for the test 100 String url = "file:///android_asset/" + TEST_PATH; local 102 Log.d(LOGTAG, url.toString()); 105 assertLoadUrlSuccessfully(url); 108 private void assertLoadUrlSuccessfully(String url) { 109 mWebView.loadUrl(url);
|
WebkitAbsolutePositionForeignObjectChildCrashTest.java | 98 // Get the url for the test 100 String url = "file:///android_asset/" + TEST_PATH; local 102 Log.d(LOGTAG, url.toString()); 105 assertLoadUrlSuccessfully(url); 108 private void assertLoadUrlSuccessfully(String url) { 109 mWebView.loadUrl(url);
|
WebkitAdoptNodeCrashTest.java | 98 // Get the url for the test 100 String url = "file:///android_asset/" + TEST_PATH; local 102 Log.d(LOGTAG, url.toString()); 105 assertLoadUrlSuccessfully(url); 108 private void assertLoadUrlSuccessfully(String url) { 109 mWebView.loadUrl(url);
|