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

  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.cpp 68 bool NetscapePluginModule::clearSiteData(const String& site, uint64_t flags, uint64_t maxAge)
71 bool result = tryClearSiteData(site, flags, maxAge);
93 char* site = siteArray[i]; local
95 String siteString = String::fromUTF8(site);
99 npnMemFree(site);
106 bool NetscapePluginModule::tryClearSiteData(const String& site, uint64_t flags, uint64_t maxAge)
116 if (!site.isNull())
117 siteString = site.utf8();
  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 112 void HTMLConstructionSite::attachAtSite(const AttachmentSite& site, PassRefPtr<Node> prpChild)
116 // |site.parent| to hold a ref at this point.
119 if (site.nextChild)
120 site.parent->parserInsertBefore(child, site.nextChild);
122 site.parent->parserAddChild(child);
126 if (child->parentNode() && site.parent->attached() && !child->attached())
334 AttachmentSite site; local
335 site.parent = currentNode();
336 site.nextChild = 0
496 AttachmentSite site; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 183 IWorkbenchPartSite site = viewPart.getSite(); local
190 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/doclava/src/com/google/doclava/
TypeInfo.java 224 FederatedSite site = mClass.getFederatedReferences().iterator().next(); local
225 data.setValue(base + ".link", site.linkFor(mClass.htmlPage()));
226 data.setValue(base + ".federated", site.name());
ClassInfo.java 1134 FederatedSite site = cl.getFederatedReferences().iterator().next(); local
1135 data.setValue(base + ".link", site.linkFor(cl.htmlPage()))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 211 // project and the current editor's site.
219 IWorkbenchPartSite site = getUiParent().getEditor().getSite(); local
220 if (site == null) {
221 AdtPlugin.log(IStatus.ERROR, "Failed to get editor site for UiPackageAttribute"); //$NON-NLS-1$
228 ShowInPackageViewAction action = new ShowInPackageViewAction(site);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 903 IWorkbenchPartSite site = outlinePage.getEditor().getSite(); local
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 118 CvVoronoiSiteInt* site; member in struct:CvVoronoiEdgeInt
199 // (site is an edge of polygon or a reflex vertex).
361 pReflexSite: out, pointer to reflex site,if any exist,else NULL
382 pTopSite: out, pointer to the most left site of polygon (it is the most left
418 pTopSite : in, the most left site of hole
429 Description : Compute the initial Voronoi Diagram for single site
433 pSite: in, pointer to site
491 Description : Function finds the nearest site for top vertex
502 Description : Function seeks for site, which has common bisector in
517 Description : Function seeks for site, which has common bisector i
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 8189 milliseconds