HomeSort by relevance Sort by last modified time
    Searched full:sites (Results 1 - 25 of 1086) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/basic/
manifest.json 2 "name": "Top Sites",
4 "description": "Shows the top sites in a browser action",
  /external/doclava/src/com/google/doclava/
DoclavaDiff.java 45 private final List<FederatedSite> sites = new ArrayList<FederatedSite>(); field in class:DoclavaDiff
54 sites.add(new FederatedSite("Android", new URL("http://manatee/doclava/android")));
55 sites.add(new FederatedSite("GWT", new URL("http://manatee/doclava/gwt")));
56 //sites.add(new FederatedSite("Crore", new URL("http://manatee/doclava/crore")));
78 * sites.0.name = projectA
79 * sites.0.url = http://proja.domain.com/reference
80 * sites.1.name = projectB
81 * sites.1.url = http://projb.domain.com
83 * packages.0.sites.0.hasPackage = 1
84 * packages.0.sites.0.link = http://proja.domain.com/reference/java/lan
    [all...]
  /external/chromium_org/content/ppapi_plugin/
broker_process_dispatcher.cc 48 const PP_Flash_BrowserOperations_SiteSetting sites[]) {
59 if (!sites[i].site) {
64 ppapi::FlashSiteSetting(sites[i].site, sites[i].permission));
128 const ppapi::FlashSiteSettings& sites) {
130 request_id, success, default_permission, sites));
136 std::vector<std::string> sites; local
137 GetSitesWithData(plugin_data_path, &sites);
138 Send(new PpapiHostMsg_GetSitesWithDataResult(request_id, sites));
204 const ppapi::FlashSiteSettings& sites) {
214 char** sites = NULL; local
    [all...]
broker_process_dispatcher.h 35 const ppapi::FlashSiteSettings& sites);
61 const ppapi::FlashSiteSettings& sites);
63 // Returns a list of sites that have data stored.
65 std::vector<std::string>* sites);
80 const ppapi::FlashSiteSettings& sites);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.html 11 Allow third-party sites to set cookies
17 Allow third-party sites to set cookies in incognito sessions
  /external/chromium_org/chrome/browser/android/
most_visited_sites.h 16 // Provides the list of most visited sites and their thumbnails to Java.
43 // The profile whose most visited sites will be queried.
46 // The observer to be notified when the list of most visited sites changes.
49 // The maximum number of most visited sites to return.
  /external/chromium_org/chrome_frame/cfinstall/
README 7 https://sites.google.com/a/chromium.org/dev/developers/how-tos/chrome-frame-cfinstal
  /external/chromium_org/ios/
README.txt 2 https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-within-the-chromium-codebase
  /external/chromium_org/tools/perf/page_sets/
tough_image_cases.json 2 "description": "A collection of image-heavy sites.",
tough_memory_multi_tab.json 2 "description": "Mobile sites for exercising multi-tab memory issues",
  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 75 const struct PP_Flash_BrowserOperations_SiteSetting sites[]);
97 * will be null to clear data for all sites.
141 * Sets default permission. It applies to all sites except those with
160 * permission and it is not in <code>sites</code>, it won't be affected.
165 * @param[in] site_count How many items are there in <code>sites</code>.
166 * @param[in] sites The site-specific settings. If a site is specified with
176 const struct PP_Flash_BrowserOperations_SiteSetting sites[]);
178 * Returns a list of sites that have stored data, for use with the
183 * @param[out] sites A NULL-terminated array of sites that have stored data
    [all...]
  /external/chromium_org/ppapi/api/private/
ppp_flash_browser_operations.idl 41 [in, size_is(site_count)] PP_Flash_BrowserOperations_SiteSetting[] sites);
56 * will be null to clear data for all sites.
105 * Sets default permission. It applies to all sites except those with
126 * permission and it is not in <code>sites</code>, it won't be affected.
131 * @param[in] site_count How many items are there in <code>sites</code>.
132 * @param[in] sites The site-specific settings. If a site is specified with
143 [in, size_is(site_count)] PP_Flash_BrowserOperations_SiteSetting[] sites);
146 * Returns a list of sites that have stored data, for use with the
151 * @param[out] sites A NULL-terminated array of sites that have stored data
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
top_sites.json 8 "description": "Use the <code>chrome.topSites</code> API to access the top sites that are displayed on the new tab page.",
24 "description": "Gets a list of top sites.",
  /external/skia/
skia.gyp 9 # Full documentation at https://sites.google.com/site/skiadocs/
  /external/chromium_org/chrome/browser/
site_details.cc 45 // Now keep track of how many sites we have in this BrowsingInstance (and
46 // overall), including sites in iframes.
55 // Make sure we don't overcount process-per-site sites, like the NTP.
57 site_data->sites.find(*iter) != site_data->sites.end()) {
61 site_data->sites.insert(*iter);
64 // Also keep track of how things would look if we only isolated HTTPS sites.
65 // In this model, all HTTP sites are grouped into one "http://" site. HTTPS
80 // Sum the number of sites and SiteInstances in each BrowserContext.
88 num_sites += i->second.sites.size()
    [all...]
site_details.h 16 // Information about the sites and SiteInstances in each BrowsingInstance, for
22 std::set<GURL> sites; member in struct:SiteData
35 // Collect information about all committed sites in the given WebContents
  /external/chromium_org/components/autofill/
README 2 (https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design)
17 https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-technical-approach/making-autofill-into-a-layered-component
22 https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-technical-approach/making-autofill-into-a-layered-component#TOC-Help-How-Do-I-Get-My-Autofill-Related-Work-Done-
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_site_list.h 24 // loaded from a JSON file inside the extension bundle, which defines the sites
27 // required to use it. All sites from all installed content packs together with
31 // union of the whitelists in all sites in all content packs. See
68 // Returns a list of all sites in this site list.
69 void GetSites(std::vector<Site>* sites);
managed_user_service_unittest.cc 341 std::vector<ManagedModeSiteList::Site> sites; local
342 site_lists[0]->GetSites(&sites);
343 ASSERT_EQ(3u, sites.size());
344 EXPECT_EQ(ASCIIToUTF16("YouTube"), sites[0].name);
345 EXPECT_EQ(ASCIIToUTF16("Homestar Runner"), sites[1].name);
346 EXPECT_EQ(base::string16(), sites[2].name);
362 sites.clear();
363 site_lists[0]->GetSites(&sites);
364 site_lists[1]->GetSites(&sites);
365 ASSERT_EQ(4u, sites.size())
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_flash_lso_helper.cc 31 const std::vector<std::string>& sites) OVERRIDE;
49 // Called when we have fetched the list of sites.
81 const std::vector<std::string>& sites) {
83 callback_.Run(sites);
  /external/chromium_org/components/policy/resources/
OWNERS 7 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/enterprise/adding-new-policies
  /external/chromium/chrome/browser/history/
top_sites.h 39 // Stores the data for the top "most visited" sites. This includes a cache of
41 // of those sites.
100 // not invoked at this point then we load from the top sites service.
135 // Shuts down top sites.
157 // Returns true if the given URL is known to the top sites service.
161 // Returns true if the top sites list is full (i.e. we already have the
162 // maximum number of top sites). This function also returns false if
182 // History finished loading and we need to migrate top sites out of history.
189 // Enumeration of possible states the top sites backend can be in.
195 // the top sites db didn't exist, or if the db existed but is from an ol
    [all...]
  /external/chromium_org/chrome/browser/ui/
host_desktop.h 18 // http://sites.google.com/a/chromium.org/dev/developers/design-documents/aura/multi-desktop
43 // http://sites.google.com/a/chromium.org/dev/developers/design-documents/aura/multi-desktop
  /external/chromium_org/tools/page_cycler/webpagereplay/
README 13 https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers-wpr
14 https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers
  /external/chromium_org/tools/perf/benchmarks/
rasterize_and_record.py 18 """Measures rasterize and record performance on the key mobile sites.
26 """Measures rasterize and record performance on the silk sites.

Completed in 1278 milliseconds

1 2 3 4 5 6 7 8 91011>>