Searched defs:site (Results 26 - 50 of 71) sorted by relevance

123

/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc264 NPError NPP_ClearSiteData(const char* site, argument
/external/compiler-rt/lib/asan/
H A Dasan_globals.cc186 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; local
187 global_registration_site_vector->push_back(site);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.cc60 // Adds a single URL pattern for the site identified by |site_id|.
63 // Adds a single hostname SHA1 hash for the site identified by |site_id|.
124 const SupervisedUserSiteList::Site& site = *it; local
125 contents_->sites.push_back(site);
128 site.patterns.begin();
129 pattern_it != site.patterns.end(); ++pattern_it) {
134 site.hostname_hashes.begin();
135 hash_it != site.hostname_hashes.end(); ++hash_it) {
156 // TODO(bauerb): We should create a fake site for the whitelist.
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc468 const GURL& site,
477 browser_context_, site, false, &partition_domain,
467 AsyncObliterate( const GURL& site, const base::Closure& on_gc_required) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformancesView.java422 public void init(IViewSite site, IMemento memento) throws PartInitException { argument
423 super.init(site, memento);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar ... DESCRIPTION private static final String FEATURE private static final String SITE private static final String IU private static final String QUERY ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar ... eclipse.equinox.internal.p2.update.Site object org.eclipse.equinox.internal.p2 ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc646 SiteInstance* site,
654 site, routing_id, this, partition_id, session_storage_namespace);
645 CreateBackgroundContents( SiteInstance* site, int routing_id, Profile* profile, const base::string16& frame_name, const base::string16& application_id, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc647 GURL site = content::SiteInstance::GetSiteForURL( local
651 off_the_record_context, site)->GetFileSystemContext();
H A Dextension_service.cc1076 GURL site = local
1079 BrowserContext::GetStoragePartitionForSite(profile_, site)
/external/chromium_org/chrome/browser/
H A Dpepper_flash_settings_manager.cc62 const std::string& site,
117 std::string site; member in struct:PepperFlashSettingsManager::Core::PendingRequest
146 const std::string& site,
300 const std::string& site,
308 site, flags, max_age));
392 ClearSiteDataOnIOThread(iter->id, iter->site, iter->flags,
621 const std::string& site,
632 request.site = site;
645 request_id, plugin_data_path_, site, flag
299 ClearSiteData(uint32 request_id, const std::string& site, uint64 flags, uint64 max_age) argument
619 ClearSiteDataOnIOThread( uint32 request_id, const std::string& site, uint64 flags, uint64 max_age) argument
1042 ClearSiteData(const std::string& site, uint64 flags, uint64 max_age) argument
[all...]
H A Dchrome_content_browser_client.cc710 const GURL& site) {
715 if (site.SchemeIs(content::kGuestScheme)) {
716 partition_id = site.spec();
717 } else if (site.GetOrigin().spec() == kChromeUIChromeSigninURL) {
720 partition_id = site.GetOrigin().spec();
739 const GURL& site,
744 // Default to the browser-wide storage partition and override based on |site|
753 site, partition_domain, partition_name, in_memory);
755 if (!success && site.SchemeIs(extensions::kExtensionScheme)) {
756 // If |can_be_default| is false, the caller is stating that the |site|
708 GetStoragePartitionIdForSite( content::BrowserContext* browser_context, const GURL& site) argument
737 GetStoragePartitionConfigForSite( content::BrowserContext* browser_context, const GURL& site, bool can_be_default, std::string* partition_domain, std::string* partition_name, bool* in_memory) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dwebsite_settings_handler.cc244 std::string site; local
245 bool rv = args->GetString(0, &site);
248 GURL last_site(site);
253 base::StringValue site_value(site);
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_prefs.cc149 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const {
150 return IsValueBlacklisted(kPrefTranslateSiteBlacklist, site);
153 void TranslatePrefs::BlacklistSite(const std::string& site) { argument
154 BlacklistValue(kPrefTranslateSiteBlacklist, site);
157 void TranslatePrefs::RemoveSiteFromBlacklist(const std::string& site) { argument
158 RemoveValueFromBlacklist(kPrefTranslateSiteBlacklist, site);
/external/chromium_org/v8/src/
H A Dtyping.cc515 Handle<AllocationSite> site = local
517 expr->set_allocation_site(site);
H A Dcode-stubs-hydrogen.cc510 // Link the object to the allocation site list
513 HValue* site = Add<HLoadNamedField>( local
524 site);
H A Dserialize.cc635 // The allocation site list is build during root iteration, but if no sites
705 void Deserializer::RelinkAllocationSite(AllocationSite* site) { argument
707 site->set_weak_next(isolate_->heap()->undefined_value());
709 site->set_weak_next(isolate_->heap()->allocation_sites_list());
711 isolate_->heap()->set_allocation_sites_list(site);
H A Dfactory.cc7 #include "src/allocation-site-scopes.h"
936 Handle<AllocationSite> site = New<AllocationSite>(map, OLD_POINTER_SPACE); local
937 site->Initialize();
939 // Link the site
940 site->set_weak_next(isolate()->heap()->allocation_sites_list());
941 isolate()->heap()->set_allocation_sites_list(*site);
942 return site;
965 Handle<AllocationSite> site) {
969 site.is_null() ? NULL : *site),
963 CopyJSObjectWithAllocationSite( Handle<JSObject> object, Handle<AllocationSite> site) argument
1516 NewJSObjectWithMemento( Handle<JSFunction> constructor, Handle<AllocationSite> site) argument
[all...]
H A Dheap-snapshot-generator.cc1542 AllocationSite* site) {
1543 SetInternalReference(site, entry, "transition_info", site->transition_info(),
1545 SetInternalReference(site, entry, "nested_site", site->nested_site(),
1547 MarkAsWeakContainer(site->dependent_code());
1548 SetInternalReference(site, entry, "dependent_code", site->dependent_code(),
1541 ExtractAllocationSiteReferences(int entry, AllocationSite* site) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jar ... pde/internal/build/publisher/compatibility/ org/eclipse/pde/internal/build/site/ org/eclipse/pde/internal/build/site/compatibility/ org/eclipse/pde ...
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc179 const GURL& site) {
193 const GURL& site,
177 GetStoragePartitionIdForSite( BrowserContext* browser_context, const GURL& site) argument
191 GetStoragePartitionConfigForSite( BrowserContext* browser_context, const GURL& site, bool can_be_default, std::string* partition_domain, std::string* partition_name, bool* in_memory) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc248 // Map of site to process, to ensure we only have one RenderProcessHost per
249 // site in process-per-site mode. Each map is specific to a BrowserContext.
255 void RegisterProcess(const std::string& site, RenderProcessHost* process) { argument
256 map_[site] = process;
259 RenderProcessHost* FindProcess(const std::string& site) { argument
260 SiteToProcessMap::iterator i = map_.find(site);
1631 // Look up the map of site to process for the given browser_context,
1633 // under any sites it rendered that use process-per-site mode.
1763 // If --enable-strict-site
1855 std::string site = SiteInstance::GetSiteForURL(browser_context, url) local
1882 std::string site = SiteInstance::GetSiteForURL(browser_context, url) local
[all...]
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc145 const GURL& site,
149 if (!site.SchemeIs(content::kGuestScheme))
154 CHECK(site.has_host());
155 *partition_domain = site.host();
158 *in_memory = (site.path() != "/persist");
162 net::UnescapeURLComponent(site.query(), net::UnescapeRule::NORMAL);
489 // We pull the partition information from the site's URL, which is of the
490 // form guest://site/{persist}?{partition_name}.
1040 // This can happen for cross-site redirects.
144 GetGuestPartitionConfigForSite( const GURL& site, std::string* partition_domain, std::string* partition_name, bool* in_memory) argument

Completed in 4494 milliseconds

123