HomeSort by relevance Sort by last modified time
    Searched defs:site (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/chromium_org/ppapi/shared_impl/
ppp_flash_browser_operations_shared.h 20 : site(in_site), permission(in_permission) {}
22 std::string site; member in struct:ppapi::FlashSiteSetting
  /external/chromium_org/content/browser/
browsing_instance.cc 23 std::string site = local
27 return site_instance_map_.find(site) != site_instance_map_.end();
31 std::string site = local
35 SiteInstanceMap::iterator i = site_instance_map_.find(site);
40 // No current SiteInstance for this site, so let's create one.
43 // Set the site of this new SiteInstance, which will register it with us.
53 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
55 // Only register if we don't have a SiteInstance for this site already.
56 // It's possible to have two SiteInstances point to the same site if two
59 // SiteInstance for this site, we just won't register the new one
72 std::string site = site_instance->GetSiteURL().possibly_invalid_spec(); local
    [all...]
site_instance_impl.cc 42 // the BrowsingInstance. Any future visits to a page from this site
57 // If we would use process-per-site for this site, also check if there is an
73 // with no site set at this point, so it will default to TYPE_NORMAL. This
82 // If we should use process-per-site mode (either in general or for the
83 // given site), then look for an existing RenderProcessHost for the site.
115 // If we are using process-per-site, we need to register this process
116 // for the current site so that we can find it again. (If no site is se
296 GURL site; local
    [all...]
  /external/chromium_org/extensions/browser/
extension_web_contents_observer.cc 114 // site, so we can ignore that wrinkle here.
115 const GURL& site = render_view_host->GetSiteInstance()->GetSiteURL(); local
117 if (!site.SchemeIs(kExtensionScheme))
120 return site.host();
  /external/chromium_org/ui/accessibility/extensions/highcontrast/
popup.js 5 var site; variable
33 if (site) {
34 setRadio('scheme', getSiteScheme(site));
35 $('make_default').disabled = (getSiteScheme(site) == getDefaultScheme());
42 site ? 'a' + getSiteScheme(site) : 'a' + getDefaultScheme());
68 if (site) {
69 setSiteScheme(site, value);
79 setDefaultScheme(getSiteScheme(site));
125 site = siteFromUrl(tab.url)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-mementos.cc 47 // site pointer.
119 AllocationSite* site = memento->GetAllocationSite(); local
120 CHECK_EQ(call_count, site->pretenure_create_count()->value());
  /external/chromium_org/chrome/browser/extensions/api/file_system/
entry_watcher_service.cc 34 const GURL site = util::GetSiteForExtensionId(extension_id, context); local
35 return content::BrowserContext::GetStoragePartitionForSite(context, site)
  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 59 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-specifi
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 161 IEditorSite site = mEditorDelegate.getEditor().getEditorSite(); local
162 action.init(site.getWorkbenchWindow());
163 ISelection selection = site.getSelectionProvider().getSelection();
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.cc 149 std::string site; local
150 if (!args->GetString(1, &site))
152 translate_prefs->RemoveSiteFromBlacklist(site);
  /external/compiler-rt/lib/asan/
asan_globals.cc 186 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; local
187 global_registration_site_vector->push_back(site);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 6 import site namespace
69 # site.USER_SITE was introduced in 2.6
74 self.old_user_base = site.USER_BASE
75 self.old_user_site = site.USER_SITE
79 site.USER_BASE = self.user_base
80 site.USER_SITE = self.user_site
90 site.USER_BASE = self.old_user_base
91 site.USER_SITE = self.old_user_site
112 # user base and site shouldn't be created yet
test_build_ext.py 31 import site namespace
32 self.old_user_base = site.USER_BASE
33 site.USER_BASE = self.mkdtemp()
35 build_ext.USER_BASE = site.USER_BASE
113 # site.USER_SITE was introduced in 2.6
117 import site namespace
130 lib = os.path.join(site.USER_BASE, 'lib')
131 incl = os.path.join(site.USER_BASE, 'include')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 6 import site namespace
69 # site.USER_SITE was introduced in 2.6
74 self.old_user_base = site.USER_BASE
75 self.old_user_site = site.USER_SITE
79 site.USER_BASE = self.user_base
80 site.USER_SITE = self.user_site
90 site.USER_BASE = self.old_user_base
91 site.USER_SITE = self.old_user_site
112 # user base and site shouldn't be created yet
test_build_ext.py 31 import site namespace
32 self.old_user_base = site.USER_BASE
33 site.USER_BASE = self.mkdtemp()
35 build_ext.USER_BASE = site.USER_BASE
113 # site.USER_SITE was introduced in 2.6
117 import site namespace
130 lib = os.path.join(site.USER_BASE, 'lib')
131 incl = os.path.join(site.USER_BASE, 'include')
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.cc 106 // the extension's site is the one in whose file system context the virtual
108 GURL site = extensions::util::GetSiteForExtensionId(extension_id_, profile); local
111 profile, site)->GetFileSystemContext();
239 GURL site = extensions::util::GetSiteForExtensionId(extension_id, profile); local
240 return content::BrowserContext::GetStoragePartitionForSite(profile, site)->
301 // extension's site is the one in whose file system context the virtual path
303 GURL site = extensions::util::GetSiteForExtensionId(extension_id, profile); local
305 content::BrowserContext::GetStoragePartitionForSite(profile, site)
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.cc 36 std::vector<SupervisedUserSiteList::Site> sites;
60 // 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|.
119 std::vector<SupervisedUserSiteList::Site> sites;
122 for (std::vector<SupervisedUserSiteList::Site>::const_iterator it =
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)
    [all...]
  /external/doclava/src/com/google/doclava/
LinkReference.java 280 for (FederatedSite site : result.classInfo.getFederatedReferences()) {
283 site.linkFor(result.classInfo.htmlPage()));
469 FederatedSite site = info.getFederatedReferences().iterator().next(); local
470 reference.href = site.linkFor(htmlPage);
471 reference.federatedSite = site.name();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 40 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) {
150 this.site = site;
206 File jardPlugin=new File(site,"plugins/"+pluginDirName+".jar");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 1 """Tests for 'site'.
19 # Need to make sure to not import 'site' if someone specified ``-S`` at the
20 # command-line. Detect this by just making sure 'site' has not been imported
22 if "site" in sys.modules:
23 import site namespace
25 raise unittest.SkipTest("importation of site.py suppressed")
27 if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE):
28 # need to add user site directory for tests
29 os.makedirs(site.USER_SITE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 1 """Tests for 'site'.
19 # Need to make sure to not import 'site' if someone specified ``-S`` at the
20 # command-line. Detect this by just making sure 'site' has not been imported
22 if "site" in sys.modules:
23 import site namespace
25 raise unittest.SkipTest("importation of site.py suppressed")
27 if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE):
28 # need to add user site directory for tests
29 os.makedirs(site.USER_SITE
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 180 IWorkbenchPartSite site = viewPart.getSite(); local
187 final ISelectionProvider provider = site.getSelectionProvider();
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 62 private static final String EXTRA_SITE = "site";
66 private Site mSite = null;
68 static class Site implements Parcelable {
74 // These constants provide the set of features that a site may support
83 public Site(String origin) {
103 * Gets the number of features supported by this site.
114 * Gets the ID of the nth (zero-based) feature supported by this site.
117 * position in the list of features for this site. This is used both
173 private Site(Parcel in) {
180 public static final Parcelable.Creator<Site> CREATO
236 Site site = null; local
309 Site site = entry.getValue(); local
345 Site site = sitesIter.next(); local
387 Site site = entry.getValue(); local
480 Site site = getItem(position); local
622 Site site = (Site) view.getTag(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 647 GURL site = content::SiteInstance::GetSiteForURL( local
651 off_the_record_context, site)->GetFileSystemContext();

Completed in 913 milliseconds

1 2 3 4