/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 33 import java.net.URL; 148 // Get the URL for the feed from the cursor. 149 int urlColumnIndex = mCur.getColumnIndex(RssContentProvider.URL); 150 String url = mCur.getString(urlColumnIndex); local 151 queryItem(url); 162 private boolean queryItem(String url) { 164 URL wrappedUrl = new URL(url); 166 mLogger.info("RSS Feed " + url + ":\n " + rssFeed) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
output_html.properties | 43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes
|
/external/chromium/base/i18n/ |
bidi_line_iterator.cc | 24 bool url) { 30 if (right_to_left && url)
|
/external/chromium/chrome/browser/ |
alternate_nav_url_fetcher.h | 54 const GURL& url, 70 void SetStatusFromURLFetch(const GURL& url, 75 // the fetch of the alternate URL succeeded).
|
blocked_content_container.h | 49 const GURL& url, const GURL& referrer, 84 // Ignored; BlockedContentContainer doesn't display a URL bar. 85 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}
|
crash_recovery_browsertest.cc | 34 // The title of the active tab should change each time this URL is loaded. 35 GURL url( 37 ui_test_utils::NavigateToURL(browser(), url); local
|
possible_url_model.cc | 41 GURL url; member in struct:PossibleURLModel::Result 43 // favicon_map_ to lookup the favicon for the url, as well as the index 86 results_[i].url = (*result)[i].url(); 89 ui::SortedDisplayURL((*result)[i].url(), languages); 116 return results_[row].url; 135 // TODO(xji): Consider adding a special case if the title text is a URL, 142 // TODO(brettw): this should probably pass the GURL up so the URL elider 144 string16 url = results_[row].display_url.display_url(); local 145 return base::i18n::GetDisplayStringInLTRDirectionality(url); [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_node_data.h | 25 // . A single URL. 48 // If true, this element represents a URL. 51 // The URL, only valid if is_url is true. 52 GURL url; member in struct:BookmarkNodeData::Element 57 // Children, only used for non-URL nodes. 89 // Creates a single-bookmark DragData from url/title pair. 90 bool ReadFromTuple(const GURL& url, const string16& title); 106 // Writes elements to data. If there is only one element and it is a URL 107 // the URL and title are written to the clipboard in a format other apps can 136 // Returns true if there is a single url [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
image_downloader.cc | 42 const GURL& url, 50 LOG(ERROR) << "Url is " << url.spec();
|
web_page_screen.h | 29 const GURL& url, const GURL& referrer, 44 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 43 handler_->title(), UTF8ToUTF16(handler_->url().host()), 46 handler_->title(), UTF8ToUTF16(handler_->url().host()),
|
/external/chromium/chrome/browser/download/ |
save_item.h | 27 SaveItem(const GURL& url, 60 const GURL& url() const { return url_; } function in class:SaveItem 85 // The URL for this save item.
|
save_page_uitest.cc | 75 GURL url = URLRequestMockHTTPJob::GetMockUrl( local 79 ASSERT_TRUE(tab->NavigateToURL(url));
|
/external/chromium/chrome/browser/extensions/ |
extension_cookies_helpers.h | 50 // URL. If the URL is empty, all cookies in the cookie store are retrieved. 53 net::CookieStore* cookie_store, const GURL& url); 55 // Constructs a URL from a cookie's information for use in checking 57 // property of the cookie defines the URL scheme, and the cookie's 58 // domain becomes the URL host. 63 // match list all the cookies that both match the given URL and cookie details 68 const GURL& url, const DictionaryValue* details,
|
extension_infobar_delegate.cc | 20 const GURL& url) 28 extension_host_.reset(manager->CreateInfobar(url, browser));
|
extension_web_ui.h | 36 explicit ExtensionWebUI(TabContents* tab_contents, const GURL& url); 60 static bool HandleChromeURLOverride(GURL* url, Profile* profile); 91 // right one, as well as being linked to the correct URL. 103 // The URL this WebUI was created for.
|
/external/chromium/chrome/browser/history/ |
page_usage_data.h | 31 // Return the url ID 36 void SetURL(const GURL& url) { 37 url_ = url;
|
text_database.cc | 29 // url URL of the page so searches will match the URL. 181 "url LONGVARCHAR," 206 const std::string& url, 215 "INSERT INTO pages (url, title, body) VALUES (?,?,?)")); 220 add_to_pages.BindString(0, url); 247 void TextDatabase::DeletePageData(base::Time time, const std::string& url) { 254 "WHERE info.time=? AND pages.url=?")); 258 select_ids.BindString(1, url); [all...] |
top_sites_backend.h | 51 void SetPageThumbnail(const MostVisitedURL& url, 87 void SetPageThumbnailOnDBThread(const MostVisitedURL& url,
|
visit_tracker_unittest.cc | 20 const char* url; member in struct:__anon2840::VisitToTest 51 tracker->AddVisit(host, test[i].page_id, GURL(test[i].url),
|
/external/chromium/chrome/browser/net/ |
connect_interceptor.cc | 22 GURL request_scheme_host(request->url().GetWithEmptyPath()); 29 if (request->url() != request->original_url()) { 53 // Learn about our referring URL, for use in the future.
|
sdch_dictionary_fetcher.cc | 25 // Avoid pushing duplicate copy onto queue. We may fetch this url again later 74 const GURL& url, 81 net::SdchManager::Global()->AddSdchDictionary(data, url);
|
/external/chromium/chrome/browser/remoting/ |
directory_add_request_unittest.cc | 38 GURL url; local 41 target_->OnURLFetchComplete(NULL, url, status_ok, response_code,
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_cache.h | 30 // Maps a URL to its Resource. 60 const GURL& url, 67 // Points to the url for which we are fetching the HTTP cache entry or 90 // Returns the resource from resources_ that corresponds to |url| 92 const GURL& url);
|
/external/chromium/chrome/browser/sessions/ |
session_restore_browsertest.cc | 79 GURL url(ui_test_utils::GetTestUrl(FilePath(FilePath::kCurrentDirectory), 81 ui_test_utils::NavigateToURL(browser(), url); local 106 // And the first url should be url. 107 EXPECT_EQ(url, new_browser->GetTabContentsAt(0)->GetURL()); 161 GURL url(ui_test_utils::GetTestUrl( 166 ui_test_utils::NavigateToURL(browser(), url); local 195 GURL url(ui_test_utils::GetTestUrl( 200 ui_test_utils::NavigateToURL(browser(), url); local 218 // The first tab should have 'url' as its url [all...] |