/external/chromium/chrome/browser/history/ |
top_sites_cache.h | 20 // TopSitesCache caches the top sites and thumbnails for TopSites. 26 // The top sites. 61 // Removes any thumbnails that are no longer referenced by the top sites. 81 // sites have a lot of redirects, we instead use the MostVisitedURL* and the 97 // The top sites.
|
top_sites_backend.h | 47 // Updates top sites database from the specified delta. 83 // Updates top sites.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/ |
MostVisitedSites.java | 50 * @param profile The profile for which to fetch most visited sites. 72 * Sets the MostVisitedURLsObserver to receive the list of most visited sites now or soon, and 75 * @param observer The MostVisitedURLsObserver to be called once when the most visited sites 76 * are initially available and again whenever the list of most visited sites changes. 77 * @param numSites The maximum number of most visited sites to return.
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_url_filter.cc | 33 std::vector<ManagedModeSiteList::Site> sites; member in struct:ManagedModeURLFilter::Contents 63 // Adds all the sites in |site_list|, with URL patterns and hostname hashes. 112 std::vector<ManagedModeSiteList::Site> sites; local 113 site_list->GetSites(&sites); 114 int site_id = contents_->sites.size(); 116 sites.begin(); it != sites.end(); ++it) { 118 contents_->sites.push_back(site); 304 std::vector<ManagedModeSiteList::Site*>* sites) const { 315 sites->push_back(&contents_->sites[entry->second]) [all...] |
managed_mode_site_list.cc | 22 const char kSitesKey[] = "sites"; 158 void ManagedModeSiteList::GetSites(std::vector<Site>* sites) { 189 sites->push_back(Site(name, category_id)); 190 AddWhitelistEntries(entry, &sites->back()); 224 ListValue* sites = NULL; local 225 if (dict->GetList(kSitesKey, &sites)) 226 sites_.reset(sites->DeepCopy());
|
/external/chromium_org/chrome/browser/history/ |
top_sites.h | 33 // sites. This includes a cache of the most visited data from history, as well 34 // as the corresponding thumbnails of those sites. 98 // Asks TopSites to refresh what it thinks the top sites are. This may do 120 // Shuts down top sites. 128 // Returns true if the given URL is known to the top sites service. 137 // Returns true if the top sites list of non-forced URLs is full (i.e. we 138 // already have the maximum number of non-forced top sites). This function 142 // Returns true if the top sites list of forced URLs is full (i.e. we already 143 // have the maximum number of forced top sites). This function also returns
|
top_sites_impl.h | 122 // reading last known top sites from the DB. 148 // Called by our timer. Starts the query for the most visited sites. 213 // Callback from TopSites with the top sites/thumbnails. Should be called 224 // The top sites data. 227 // Copy of the top sites data that may be accessed on any thread (assuming 242 // Timer that asks history for the top sites. This is used to make sure our 254 // The pending requests for the top sites list. Can only be non-empty at 255 // startup. After we read the top sites from the DB, we'll always have a 261 // enough Top Sites (new profile), we store it until the next
|
top_sites_cache.h | 39 // TopSitesCache caches the top sites and thumbnails for TopSites. 45 // Set the top sites. In |top_sites| all forced URLs must appear before 120 // sites have a lot of redirects, we instead use the MostVisitedURL* and the 142 // The number of top sites with forced URLs. 145 // The top sites. This list must always contain the forced URLs first followed
|
top_sites_backend.h | 46 // Updates top sites database from the specified delta. 78 // Updates top sites.
|
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/ |
EnormousTest.java | 15 * Examples of enormous tests are tests that depend on external web sites or
|
/external/chromium_org/chrome/browser/ |
pepper_flash_settings_manager.h | 40 const ppapi::FlashSiteSettings& sites) {} 50 const std::vector<std::string>& sites) {} 93 const ppapi::FlashSiteSettings& sites); 95 // Gets a list of sites that have stored data.
|
pepper_flash_settings_manager.cc | 59 const ppapi::FlashSiteSettings& sites); 114 ppapi::FlashSiteSettings sites; member in struct:PepperFlashSettingsManager::Core::PendingRequest 143 const ppapi::FlashSiteSettings& sites); 159 const ppapi::FlashSiteSettings& sites); 163 const std::vector<std::string>& sites); 175 const ppapi::FlashSiteSettings& sites); 179 const std::vector<std::string>& sites); 282 const ppapi::FlashSiteSettings& sites) { 288 setting_type, sites)); 386 SetSitePermissionOnIOThread(iter->id, iter->setting_type, iter->sites); [all...] |
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_stats.h | 21 // The number of suggested sites actions that we log.
|
/external/chromium_org/tools/perf/benchmarks/ |
rasterize_and_record_micro.py | 21 """Measures rasterize and record performance on the key mobile sites.
|
/external/chromium_org/tools/perf/page_sets/ |
mobile_memory.json | 2 "description": "Mobile sites with interesting memory characteristics",
|
tough_layout_cases.json | 2 "description": "The slowest layouts observed in the alexa top 1 million sites in July 2013.",
|
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
HeightBasedTerrain.j3md | 10 // slopeColorMap: the texture to be used for cliffs, and steep mountain sites
|
/external/chromium/chrome/browser/ui/webui/options/ |
cookies_view_handler.h | 43 // Remove all sites data. 46 // Remove selected sites data.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
cookies_view_handler.h | 49 // Remove all sites data. 52 // Remove selected sites data.
|
/external/chromium_org/chrome/browser/ui/zoom/ |
zoom_controller.h | 51 // meaning the change should apply to ~all sites. If it is not empty, the 52 // change only affects sites with the given host.
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnail_service_unittest.cc | 83 // Set up the mock profile along with mock top sites. 100 // Add a known URL. This makes the top sites data full. 106 // Should be false, as the top sites data is full, and the new URL is
|
/external/chromium_org/chrome/tools/ |
weburl_links.txt | 1 # Web sites retrieved from bugs filed against Autofill and an assortment of well known web sites. 53 [Crawl Sites]
|
/external/chromium_org/chrome/common/extensions/api/ |
content_settings.json | 210 "description": "Whether to allow sites to show pop-ups. One of<br><var>allow</var>: Allow sites to show pop-ups,<br><var>block</var>: Don't allow sites to show pop-ups. <br>Default is <var>block</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.", 218 "description": "Whether to allow sites to show desktop notifications. One of<br><var>allow</var>: Allow sites to show desktop notifications,<br><var>block</var>: Don't allow sites to show desktop notifications,<br><var>ask</var>: Ask when a site wants to show desktop notifications. <br>Default is <var>ask</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
|
/external/chromium_org/tools/json_schema_compiler/test/ |
content_settings.json | 206 "description": "Whether to allow sites to show pop-ups. One of<br><var>allow</var>: Allow sites to show pop-ups,<br><var>block</var>: Don't allow sites to show pop-ups. <br>Default is <var>block</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.", 214 "description": "Whether to allow sites to show desktop notifications. One of<br><var>allow</var>: Allow sites to show desktop notifications,<br><var>block</var>: Don't allow sites to show desktop notifications,<br><var>ask</var>: Ask when a site wants to show desktop notifications. <br>Default is <var>ask</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
|
/libcore/benchmarks/src/benchmarks/regression/ |
SSLSocketBenchmark.java | 41 SITES("https://sites.google.com"),
|