HomeSort by relevance Sort by last modified time
    Searched refs:urls (Results 201 - 225 of 488) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.cpp 276 void HTMLStyleElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const
278 HTMLElement::addSubresourceAttributeURLs(urls);
281 styleSheet->contents()->addSubresourceStyleURLs(urls);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGImageElement.cpp 222 void SVGImageElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const
224 SVGGraphicsElement::addSubresourceAttributeURLs(urls);
226 addSubresourceURL(urls, document()->completeURL(hrefCurrentValue()));
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp 189 void WorkerGlobalScope::importScripts(const Vector<String>& urls, ExceptionState& es)
192 Vector<String>::const_iterator urlsEnd = urls.end();
194 for (Vector<String>::const_iterator it = urls.begin(); it != urlsEnd; ++it) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/smack/src/org/jivesoftware/smackx/bookmark/
Bookmarks.java 32 * Bookmarks is used for storing and retrieving URLS and Conference rooms.
127 * Returns a Collection of all Bookmarked URLs for this user.
129 * @return a collection of all Bookmarked URLs.
172 final Iterator<BookmarkedURL> urls = getBookmarkedURLS().iterator(); local
173 while (urls.hasNext()) {
174 BookmarkedURL urlStorage = urls.next();
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 587 void RunTest(const char* test_name, char* urls[], int total_urls) {
588 ASSERT_TRUE(urls != NULL);
597 urls_.push_back(urls[i]);
754 // Contains the list of urls against which the tests are run.
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 132 ListValue* urls = new ListValue(); local
133 for (std::set<GURL>::const_iterator iterator = details->urls.begin();
134 iterator != details->urls.end();
136 urls->Append(new StringValue(iterator->spec()));
138 dict->Set(keys::kUrlsKey, urls);
extension_tabs_module.cc 75 // but because the api shipped with urls resolved relative to their extension
324 std::vector<GURL> urls; local
337 // First, get all the URLs the client wants to open.
360 urls.push_back(url);
368 if (std::find(urls.begin(), urls.end(), browser_crash) != urls.end() ||
369 std::find(urls.begin(), urls.end(), renderer_crash) != urls.end())
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 423 std::vector<GURL> urls; local
424 ui::ExtractURIList(selection_data, &urls);
425 for (size_t i = 0; i < urls.size(); ++i) {
426 string16 title = GetNameForURL(urls[i]);
427 model->AddURL(parent, idx++, title, urls[i]);
  /external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc 89 ScopedVector<TemplateURL> urls; local
91 TemplateURLPrepopulateData::GetPrepopulatedEngines(&profile, &urls.get(),
94 for (size_t turl_i = 0; turl_i < urls.size(); ++turl_i) {
95 ASSERT_TRUE(unique_ids.find(urls[turl_i]->prepopulate_id()) ==
97 unique_ids.insert(urls[turl_i]->prepopulate_id());
252 // Ensure all the URLs have the required fields populated.
287 // Google URLs in different forms.
304 // Non-Google URLs.
316 // URLs for engines not present in country-specific lists.
319 // Also test matching against alternate URLs (and TLD+1 matching)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 50 // Fetch the typed URLs.
75 // Fetch the typed URLs.
301 void DeleteUrlsFromHistory(int index, const std::vector<GURL>& urls) {
303 test()->GetProfile(index))->DeleteURLsForTest(urls);
307 DeleteURLsForTest(urls);
315 // URLs could be out-of-order, so look for a matching URL in the second
369 history::URLRows urls = GetTypedUrlsFromClient(i); local
370 AssertURLRowVectorsAreEqual(verifier_urls, urls);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 454 std::vector<GURL> urls; local
455 ui::ExtractURIList(selection_data, &urls);
456 for (size_t i = 0; i < urls.size(); ++i) {
457 string16 title = GetNameForURL(urls[i]);
458 model->AddURL(parent, idx++, title, urls[i]);
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery.js 74 * @param {Array.<string>} urls Array of urls.
75 * @param {Array.<string>} selectedUrls Array of selected urls.
77 Gallery.open = function(context, urls, selectedUrls) {
79 Gallery.instance.load(urls, selectedUrls);
94 var urls = [];
118 urls.push(url);
144 urls.sort();
159 Gallery.open(context, urls, selectedUrls);
362 * @param {Array.<string>} urls Array of urls
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 270 void HistoryService::URLsNoLongerBookmarked(const std::set<GURL>& urls) {
272 urls);
331 // Filter out unwanted URLs. We don't add auto-subframe URLs. They are a
380 // Filter out unwanted URLs.
410 std::vector<GURL> urls; local
411 urls.reserve(info.size());
415 urls.push_back(i->url());
417 visited_links->AddURLs(urls);
630 // Update the visited link system for deleted URLs. We will update th
    [all...]
history_backend.h 96 // |bookmark_service| is used to determine bookmarked URLs when deleting and
109 // URLs and omnibox searches are interpreted.
159 // Request the |result_count| most visited URLs and the chain of
160 // redirects leading to each of these URLs. |days_back| is the
275 virtual bool GetAllTypedURLs(std::vector<history::URLRow>* urls);
292 virtual void DeleteURLs(const std::vector<GURL>& urls);
306 void URLsNoLongerBookmarked(const std::set<GURL>& urls);
499 // Given a vector of all URLs that we will keep, removes all thumbnails
501 // URLs. The favicon IDs will change, so this will update the url rows in the
506 // set of URLs in the URL table (these should correspond to the bookmarke
    [all...]
top_sites_database.cc 86 void TopSitesDatabase::GetPageThumbnails(MostVisitedURLList* urls,
99 urls->clear();
110 urls->push_back(url);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 30 // A SafeBrowingDatabase class that allows us to inject the malicious URLs.
54 std::vector<GURL> urls(1, url);
57 urls, prefix_hits, full_hits);
59 virtual bool ContainsDownloadUrl(const std::vector<GURL>& urls,
64 urls, prefix_hits, &full_hits);
120 const std::vector<GURL>& urls,
124 for (size_t i = 0; i < urls.size(); ++i) {
125 const GURL& url = urls[i];
301 // and urls.
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 352 std::vector<GURL>* urls,
377 // Remove all URLs that are not allowed in an incognito session. Note that a
381 for (size_t i = 0; i < urls->size();) {
382 if (chrome::IsURLAllowedInIncognito((*urls)[i], profile())) {
386 first_url_erased = (*urls)[i].spec();
387 urls->erase(urls->begin() + i);
390 if (urls->empty() && !first_url_erased.empty()) {
402 std::vector<GURL> urls; local
416 // First, get all the URLs the client wants to open
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 499 * @param urls the file URLs to convert, <code>null</code> returns empty array
506 public static File[] toFiles(URL[] urls) {
507 if (urls == null || urls.length == 0) {
510 File[] files = new File[urls.length];
511 for (int i = 0; i < urls.length; i++) {
512 URL url = urls[i];
530 * @return an array of URLs matching the input
534 URL[] urls = new URL[files.length]; local
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc 156 // The builder will store the fingerprints for those URLs, and then marshalls
271 return null_hash_; // Don't add invalid URLs.
288 // If the table is "full", we don't add URLs and just drop them on the floor.
289 // This can happen if we get thousands of new URLs and something causes
338 void VisitedLinkMaster::DeleteURLs(const std::set<GURL>& urls) {
341 if (urls.empty())
349 for (SetIterator i = urls.begin(); i != urls.end(); ++i) {
364 // Delete the URLs from the in-memory table, but don't bother writing
371 // Compute the deleted URLs' fingerprints and delete the
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 128 if (std::find(match_it->urls.begin(), match_it->urls.end(),
129 i->destination_url) == match_it->urls.end()) {
130 match_it->urls.push_back(i->destination_url);
143 // Only cancel the old prerender after starting the new one, so if the URLs
350 for (std::vector<GURL>::const_iterator url_it = it->urls.begin();
351 url_it != it->urls.end(); ++url_it) {
382 // Check against tracked urls and log accuracy for the confidence we
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 387 std::vector<GURL> urls; local
398 urls.push_back(url);
426 urls.push_back(url);
431 if (urls.empty()) {
437 urls.push_back(url);
440 return urls;
659 // opened profiles without the URLs to launch.
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 132 // The builder will store the fingerprints for those URLs, and then marshalls
259 return null_hash_; // Don't add invalid URLs.
276 // If the table is "full", we don't add URLs and just drop them on the floor.
277 // This can happen if we get thousands of new URLs and something causes
339 void VisitedLinkMaster::DeleteURLs(URLIterator* urls) {
340 if (!urls->HasNextURL())
348 while (urls->HasNextURL()) {
349 const GURL& url(urls->NextURL());
364 // Delete the URLs from the in-memory table, but don't bother writing
371 // Compute the deleted URLs' fingerprints and delete the
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 239 EXPECT_EQ(1U, favicons[i].urls.size());
240 std::set<GURL>::const_iterator iter = favicons[i].urls.find(url1);
241 ASSERT_TRUE(iter != favicons[i].urls.end());

Completed in 1190 milliseconds

1 2 3 4 5 6 7 891011>>