Searched refs:site (Results 1 - 25 of 193) sorted by relevance

12345678

/external/iproute2/etc/iproute2/
H A Drt_scopes11 200 site
/external/chromium_org/content/browser/
H A Dbrowsing_instance.cc22 std::string site = local
26 return site_instance_map_.find(site) != site_instance_map_.end();
30 std::string site = local
34 SiteInstanceMap::iterator i = site_instance_map_.find(site);
39 // No current SiteInstance for this site, so let's create one.
42 // Set the site of this new SiteInstance, which will register it with us.
52 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
54 // Only register if we don't have a SiteInstance for this site already.
55 // It's possible to have two SiteInstances point to the same site if two
58 // SiteInstance for this site, w
71 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dppp_flash_browser_operations_shared.h21 : site(in_site),
25 std::string site; member in struct:ppapi::FlashSiteSetting
/external/chromium_org/third_party/cld/base/
H A Dvlog_is_on.h51 // Atomic32 at every VLOG_IS_ON() call site. The level determines
52 // whether the site should log, and the epoch determines whether the
53 // site is stale and should be reinitialized. A verbosity level of
55 // the verbosity level. When the site is (re)initialized, a verbosity
90 // Each log site determines whether its log level is up to date by
93 // global epoch is advanced, invalidating all site epochs.
108 // The least significant half of a site is the epoch.
109 inline int SiteEpoch(Atomic32 site) { return site & 0x0000FFFF; } argument
111 // The most significant half of a site i
112 SiteLevel(Atomic32 site) argument
131 VLogEnabled(Atomic32* site, int32 level, const char* const file) argument
[all...]
/external/chromium_org/content/public/browser/
H A Dweb_contents.cc20 BrowserContext* context, SiteInstance* site)
22 site_instance(site),
19 CreateParams( BrowserContext* context, SiteInstance* site) argument
/external/doclava/src/com/google/doclava/
H A DDoclavaDiff.java103 for (FederatedSite site : sites) {
105 data.setValue(base + ".name", site.name());
106 data.setValue(base + ".url", site.baseUrl().toString());
118 for (FederatedSite site : sites) {
120 if (site.apiInfo().getPackages().containsKey(pkg)) {
122 data.setValue(siteBase + ".link", site.linkFor(packageInfo.htmlPage()));
139 for (FederatedSite site : sites) {
141 ClassInfo classInfo = site.apiInfo().findClass(qualifiedClassName);
144 data.setValue(siteBase + ".link", site.linkFor(classInfo.htmlPage()));
168 for (FederatedSite site
[all...]
H A DFederationTagger.java37 * Adds a Doclava documentation site for federation. Accepts the base URL of
40 public void addSiteUrl(String name, URL site) { argument
41 federatedUrls.put(name, site);
50 for (FederatedSite site : federatedSites) {
51 applyFederation(site, new ClassInfo[] { classDoc });
57 for (FederatedSite site : federatedSites) {
58 applyFederation(site, classDocs);
69 Errors.error(Errors.NO_FEDERATION_DATA, null, "Unknown documentation site for " + name);
82 String error = "Could not add site for federation: " + name;
116 private void federateMethods(FederatedSite site, ClassInf argument
127 federateConstructors(FederatedSite site, ClassInfo federatedClass, ClassInfo localClass) argument
136 federateFields(FederatedSite site, ClassInfo federatedClass, ClassInfo localClass) argument
[all...]
/external/llvm/test/
H A DMakefile47 extra-site-cfgs::
48 .PHONY: extra-site-cfgs
55 # Force creation of Clang's lit.site.cfg.
56 clang-site-cfg: FORCE
57 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
58 extra-site-cfgs:: clang-site-cfg
64 # Force creation of Clang Tools' lit.site.cfg.
65 clang-tools-site
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfileapi_util.cc23 GURL site = extensions::ExtensionSystem::Get(profile)-> local
25 return content::BrowserContext::GetStoragePartitionForSite(profile, site)->
/external/chromium_org/tools/gyp/tools/emacs/
H A Drun-unit-tests.sh5 emacs --no-site-file --no-init-file --batch \
/external/chromium_org/chrome/test/chromedriver/
H A Darchive.py25 def GetLatestRevision(site=Site.CONTINUOUS):
29 site: the archive site to check against, default to the continuous one.
31 url = site + '/%s/LAST_CHANGE'
35 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS):
41 site: the archive site to download from, default to the continuous one.
62 url = site + '/%s/%s/%s.zip' % (_GetDownloadPlatform(), revision,
71 """Returns the name for this platform on the archive site."""
/external/chromium_org/ppapi/c/private/
H A Dppp_flash_browser_operations.h59 const char* site; member in struct:PP_Flash_BrowserOperations_SiteSetting
89 * This function allows the plugin to implement the "Clear site data" feature.
96 * @param[in] site String specifying which site to clear the data for. This
110 const char* site,
142 * site-specific settings.
148 * @param[in] clear_site_specific Whether to remove all site-specific
159 * Sets site-specific permission. If a site has already got site
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_flash_lso_helper.cc20 const std::string& site) {
22 std::find(domains_.begin(), domains_.end(), site);
19 DeleteFlashLSOsForSite( const std::string& site) argument
H A Dbrowsing_data_flash_lso_helper.cc26 virtual void DeleteFlashLSOsForSite(const std::string& site) OVERRIDE;
42 // Identifies the request to fetch site data.
45 // Contains the pending requests to clear site data. The key is the request
46 // ID, the value the site for which to clear data.
72 const std::string& site) {
75 site, kClearAllData, std::numeric_limits<uint64>::max());
76 clear_site_data_ids_[id] = site;
71 DeleteFlashLSOsForSite( const std::string& site) argument
H A Dmock_browsing_data_flash_lso_helper.h21 virtual void DeleteFlashLSOsForSite(const std::string& site) OVERRIDE;
H A Dbrowsing_data_flash_lso_helper.h30 virtual void DeleteFlashLSOsForSite(const std::string& site) = 0;
/external/chromium_org/chrome/browser/extensions/
H A Ddata_deleter.cc30 const GURL& site = Extension::GetBaseURLFromExtensionId(extension_id); local
33 BrowserContext::GetStoragePartitionForSite(profile, site);
/external/doclava/res/assets/templates/
H A Ddiff.cs127 <?cs each:site = sites ?>
128 <th><?cs var:site.name ?></th>
140 <?cs each:site = package.sites ?>
142 <?cs if:site.hasPackage ?>
143 <a href="<?cs var:site.link ?>">Link</a>
160 <?cs each:site = class.sites ?>
162 <?cs if:site.hasClass ?>
163 <a href="<?cs var:site.link ?>">Link</a>
174 <?cs each:site = method.sites ?>
176 <?cs if:site
[all...]
/external/clang/test/
H A DMakefile11 # 'lit' wants objdir paths, so it will pick up the lit.site.cfg.
25 # Make sure any extra test suites can find the main site config.
26 LIT_ARGS := --param clang_site_config=$(PROJ_OBJ_DIR)/lit.site.cfg
32 all:: lit.site.cfg Unit/lit.site.cfg
39 lit.site.cfg: FORCE
40 @echo "Making Clang 'lit.site.cfg' file..."
48 @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
51 Unit/lit.site.cfg: FORCE
52 @echo "Making Clang 'Unit/lit.site
[all...]
/external/chromium_org/content/ppapi_plugin/
H A Dbroker_process_dispatcher.cc59 if (!sites[i].site) {
64 ppapi::FlashSiteSetting(sites[i].site, sites[i].permission));
149 const std::string& site,
153 request_id, ClearSiteData(plugin_data_path, site, flags, max_age)));
233 const std::string& site,
239 data_str.c_str(), site.empty() ? NULL : site.c_str(), flags, max_age);
247 data_str.c_str(), site.empty() ? NULL : site.c_str(), flags, max_age);
253 data_str.c_str(), site
146 OnClearSiteData( uint32 request_id, const base::FilePath& plugin_data_path, const std::string& site, uint64 flags, uint64 max_age) argument
231 ClearSiteData( const base::FilePath& plugin_data_path, const std::string& site, uint64 flags, uint64 max_age) argument
[all...]
/external/chromium/chrome/browser/translate/
H A Dtranslate_prefs.h31 bool IsSiteBlacklisted(const std::string& site);
32 void BlacklistSite(const std::string& site);
33 void RemoveSiteFromBlacklist(const std::string& site);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipProvider.java50 IPropertyTooltipSite site);
84 public HideListener(IPropertyTooltipSite site) { argument
85 m_site = site;
47 createTooltipControl(Property property, Composite parent, int availableWidth, IPropertyTooltipSite site) argument
/external/chromium_org/chrome/browser/resources/options/
H A Dhandler_options.css17 .handlers-site-column {
21 .handlers-site-column select {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DUnpackUpdateJars.java40 private String site; field in class:UnpackUpdateJars
47 up.site="C:\\updatejars\\eclipse";
63 File featureDir=new File(site,"features");
82 File jardPlugin=new File(site,"plugins/"+(String)unpackedPlugins.get(i)+".jar");
146 return site;
149 public void setSite(String site) { argument
150 this.site = site;
206 File jardPlugin=new File(site,"plugins/"+pluginDirName+".jar");
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_host_delegate_helper.h43 SiteInstance* site,
76 SiteInstance* site,

Completed in 1140 milliseconds

12345678