Searched defs:uniqueID (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/applescript/
H A Delement_applescript.h22 @property(nonatomic, copy) NSNumber* uniqueID; variable
26 // Calculates the objectspecifier by using the uniqueID, container and
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFace.h50 static PassRefPtr<HarfBuzzFace> create(FontPlatformData* platformData, uint64_t uniqueID) argument
52 return adoptRef(new HarfBuzzFace(platformData, uniqueID));
H A DFontPlatformDataHarfBuzz.cpp173 SkFontID FontPlatformData::uniqueID() const function in class:WebCore::FontPlatformData
175 return m_typeface->uniqueID();
217 m_harfBuzzFace = HarfBuzzFace::create(const_cast<FontPlatformData*>(this), uniqueID());
H A DHarfBuzzFace.cpp80 HarfBuzzFace::HarfBuzzFace(FontPlatformData* platformData, uint64_t uniqueID) argument
82 , m_uniqueID(uniqueID)
/external/chromium_org/third_party/skia/include/core/
H A DSkImage.h55 uint32_t uniqueID() const { return fUniqueID; } function in class:SkImage
H A DSkTypeface.h72 SkFontID uniqueID() const { return fUniqueID; } function in class:SkTypeface
74 /** Return the uniqueID for the specified typeface. If the face is null,
75 resolve it to the default font and return its uniqueID. Will never
286 /** uniqueID must be unique and non-zero
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.h49 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) argument
50 : INHERITED(style, uniqueID, isFixedPitch)
/external/skia/include/core/
H A DSkImage.h55 uint32_t uniqueID() const { return fUniqueID; } function in class:SkImage
H A DSkTypeface.h72 SkFontID uniqueID() const { return fUniqueID; } function in class:SkTypeface
74 /** Return the uniqueID for the specified typeface. If the face is null,
75 resolve it to the default font and return its uniqueID. Will never
286 /** uniqueID must be unique and non-zero
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h49 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) argument
50 : INHERITED(style, uniqueID, isFixedPitch)
/external/smack/src/org/jivesoftware/smackx/workgroup/
H A DWorkgroupInvitation.java32 protected String uniqueID; field in class:WorkgroupInvitation
72 this.uniqueID = jid;
86 return this.uniqueID;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DV3TBSCertificateGenerator.java116 DERBitString uniqueID)
118 this.issuerUniqueID = uniqueID;
122 DERBitString uniqueID)
124 this.subjectUniqueID = uniqueID;
115 setIssuerUniqueID( DERBitString uniqueID) argument
121 setSubjectUniqueID( DERBitString uniqueID) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509V3CertificateGenerator.java189 public void setSubjectUniqueID(boolean[] uniqueID) argument
191 tbsGen.setSubjectUniqueID(booleanToBitString(uniqueID));
197 public void setIssuerUniqueID(boolean[] uniqueID) argument
199 tbsGen.setIssuerUniqueID(booleanToBitString(uniqueID));
/external/smack/src/org/xbill/DNS/
H A DSimpleResolver.java39 private static int uniqueID = 0; field in class:SimpleResolver
312 id = new Integer(uniqueID++);
/external/chromium_org/third_party/skia/src/core/
H A DSkPicture.cpp155 fUniqueID = src.uniqueID(); // need to call method to ensure != 0
239 clone->fUniqueID = this->uniqueID(); // need to call method to ensure != 0
490 uint32_t SkPicture::uniqueID() const { function in class:SkPicture
/external/skia/src/core/
H A DSkPicture.cpp155 fUniqueID = src.uniqueID(); // need to call method to ensure != 0
239 clone->fUniqueID = this->uniqueID(); // need to call method to ensure != 0
490 uint32_t SkPicture::uniqueID() const { function in class:SkPicture
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1197 milliseconds