HomeSort by relevance Sort by last modified time
    Searched full:geturl (Results 151 - 175 of 487) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/volley/src/com/android/volley/toolbox/
BasicNetwork.java 118 throw new RuntimeException("Bad URL " + request.getUrl(), e);
127 VolleyLog.e("Unexpected response code %d for %s", statusCode, request.getUrl());
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 56 dst->SetURL(src->GetURL());
473 model->SetURL(dst, src->GetURL());
500 sync_node->GetURL());
534 GURL fake_icon_url = bookmark_node->GetURL();
541 history->AddPageNoVisitForBookmark(bookmark_node->GetURL());
542 favicon_service->SetFavicon(bookmark_node->GetURL(),
bookmark_model_associator.cc 63 return node1->GetURL() < node2->GetURL();
98 BookmarkNode temp_node(sync_node.GetURL());
270 if (bookmark->GetURL() != sync_node->GetURL())
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java 80 mCallback.timedOut(mWebView.getUrl());
106 throw new AssertionError("Requested webkit data twice: " + mWebView.getUrl());
385 String url = mWebView.getUrl();
395 String url = mWebView.getUrl();
403 String url = mWebView.getUrl();
409 String url = mWebView.getUrl();
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 255 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieA);
259 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieB);
279 .addHeader("Location: " + redirectTarget.getUrl("/")));
288 cookieManager.getCookieStore().add(redirectSource.getUrl("/").toURI(), cookie);
329 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection();
564 URLConnection connection = server.getUrl(path).openConnection();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 309 GetURL());
525 model_->other_node()->GetChild(0)->GetURL());
540 model_->GetBookmarkBarNode()->GetChild(0)->GetChild(0)->GetURL();
595 GURL url = model_->GetBookmarkBarNode()->GetChild(0)->GetChild(1)->GetURL();
634 model_->GetBookmarkBarNode()->GetChild(4)->GetURL());
648 model_->GetBookmarkBarNode()->GetChild(0)->GetChild(0)->GetURL();
706 ASSERT_TRUE(model_->other_node()->GetChild(0)->GetURL() == url_dragging_);
721 model_->GetBookmarkBarNode()->GetChild(0)->GetChild(0)->GetURL();
792 GetChild(1)->GetURL();
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java     [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 156 tab()->GetURL().SchemeIs(chrome::kHttpScheme));
249 UTF8ToUTF16(tab()->GetURL().host())),
259 UTF8ToUTF16(tab()->GetURL().host())),
271 UTF8ToUTF16(tab()->GetURL().host())),
303 UTF8ToUTF16(tab()->GetURL().host()),
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 450 GURL http_url1(test_server.GetURL("files/title1.html"));
451 GURL http_url2(test_server.GetURL("files/title2.html"));
497 GURL http_url1(test_server.GetURL("files/title1.html"));
498 GURL http_url2(test_server.GetURL("files/title2.html"));
639 const GURL http_url(test_server.GetURL("files/title1.html"));
content_setting_bubble_model.cc 204 GURL url = tab_contents()->GetURL();
462 const GURL& embedder_url = tab_contents()->GetURL();
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 371 String getURL(IDataObject* dataObject, DragData::FilenameConversionPolicy filenamePolicy, bool& success, String* title)
427 String getURL(const DragDataMap* data, DragData::FilenameConversionPolicy filenamePolicy, String* title)
474 // FIXME: Originally, we called getURL() here because dragging and dropping files doesn't
477 text = getURL(dataObject, DragData::DoNotConvertFilenames, success);
491 return getURL(data, DragData::DoNotConvertFilenames);
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 62 const GURL& GetURL() const { return url_; }
341 return n1->GetURL() < n2->GetURL();
bookmark_model_unittest.cc 195 ASSERT_TRUE(url == new_node->GetURL());
291 EXPECT_EQ(url, node->GetURL());
826 ASSERT_TRUE(child->GetURL() == GURL("http://www.google.com"));
837 ASSERT_TRUE(child->GetURL() == GURL("http://www.google.com/intl/en/ads/"));
848 ASSERT_TRUE(child->GetURL() == GURL("http://www.google.com/services/"));
861 ASSERT_TRUE(child->GetURL() ==
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 199 requesting_frame_url_, tab_contents_->GetURL(), true);
205 requesting_frame_url_, tab_contents_->GetURL(), false);
544 GURL embedder = tab_contents->GetURL();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 200 "<img src='" + chrome.extension.getURL('/images/fb.png') + "'/></a>";
203 "<img src='" + chrome.extension.getURL('/images/twitter.png') + "'/></a>";
206 "<img src='" + chrome.extension.getURL('/images/buzz.png') + "'/></a>";
  /external/webkit/Source/WebKit/wx/
WebView.h 296 wxString GetURL() const { return m_url; }
319 wxString GetURL() const { return m_url; }
361 wxString GetURL() const { return m_url; }
  /frameworks/volley/src/com/android/volley/
Request.java 243 public String getUrl() {
251 return getUrl();
540 return (mCanceled ? "[X] " : "[ ] ") + getUrl() + " " + trafficStatsTag + " "
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 217 : getURL().getHost();
223 : getURL().getPort();
463 : InetAddress.getByName(getURL().getHost());
HttpsURLConnectionImpl.java 295 public URL getURL() {
296 return delegate.getURL();
545 URL url = policy.getURL();
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 267 mCallback.openUrl(((HistoryItem) view).getUrl());
274 mCallback.openUrl(((HistoryItem) view).getUrl());
396 String url = historyItem.getUrl();
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 558 return urlGetter.getUrl();
573 mUrl = mWebView.getUrl();
576 public String getUrl() {
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 148 GURL effective_url = tab_contents->GetURL();
355 GURL url = tab->GetURL();
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 168 url_str += test_server.GetURL("").spec();
185 url_str += test_server.GetURL("").spec();
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 213 model_->GetTabContentsAt(model_index)->tab_contents()->GetURL() ==
402 data->url = contents->GetURL();
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 113 browser->geturl = (NPN_GetURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturl);

Completed in 1835 milliseconds

1 2 3 4 5 67 8 91011>>