Searched refs:Subtype (Results 76 - 100 of 133) sorted by relevance

123456

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1FontDictionary_autogen.cpp23 SkString SkPdfType1FontDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfType1FontDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfType1FormDictionary_autogen.cpp23 SkString SkPdfType1FormDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfType3FontDictionary_autogen.cpp23 SkString SkPdfType3FontDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfType3FontDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfAnnotationDictionary_autogen.cpp23 SkString SkPdfAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfAnnotationDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfImageDictionary_autogen.cpp23 SkString SkPdfImageDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfAnnotationDictionary_autogen.cpp23 SkString SkPdfAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfAnnotationDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfImageDictionary_autogen.cpp23 SkString SkPdfImageDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfALinkAnnotationDictionary_autogen.h521 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfAnnotationDictionary_autogen.h523 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfCIDFontDictionary_autogen.h523 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfEmbeddedFileStreamDictionary_autogen.h523 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfEmbeddedFontStreamDictionary_autogen.h527 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfFileAttachmentAnnotationDictionary_autogen.h521 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfFreeTextAnnotationDictionary_autogen.h521 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfInkAnnotationDictionary_autogen.h521 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfLineAnnotationDictionary_autogen.h521 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfMacOsFileInformationDictionary_autogen.h521 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfMarkupAnnotationsDictionary_autogen.h521 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfMetadataStreamDictionary_autogen.h523 SkString Subtype(SkPdfNativeDoc* doc);
H A DSkPdfMovieAnnotationDictionary_autogen.h521 SkString Subtype(SkPdfNativeDoc* doc);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp788 const MachO::CPUSubTypeARM Subtype; member in class:__anon25993::DarwinARMAsmBackend
791 : ARMAsmBackend(T, TT, /* IsLittleEndian */ true), Subtype(st) {
798 Subtype);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp751 const MachO::CPUSubTypeX86 Subtype; member in class:__anon26170::DarwinX86_64AsmBackend
755 : DarwinX86AsmBackend(T, MRI, CPU, true), Subtype(st) {}
759 MachO::CPU_TYPE_X86_64, Subtype);
/external/chromium_org/mojo/system/
H A Dchannel.cc501 bool Channel::SendControlMessage(MessageInTransit::Subtype subtype,
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc176 const GUID *SubType = pMediaType->Subtype();
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java505 map.put(Fields.Subtype, this.getQualifiedNameMap().get(Fields.Subtype));

Completed in 1544 milliseconds

123456