Searched defs:Type (Results 126 - 150 of 887) sorted by relevance

1234567891011>>

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineDictionary_autogen.cpp11 SkString SkPdfOutlineDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfPageLabelDictionary_autogen.cpp11 SkString SkPdfPageLabelDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfPageLabelDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfPageTreeNodeDictionary_autogen.cpp11 SkString SkPdfPageTreeNodeDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfPageTreeNodeDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfSoftMaskDictionary_autogen.cpp11 SkString SkPdfSoftMaskDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfSoftMaskDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfTransitionDictionary_autogen.cpp11 SkString SkPdfTransitionDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfTransitionDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType2PatternDictionary_autogen.cpp11 int64_t SkPdfType2PatternDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType2PatternDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType5HalftoneDictionary_autogen.cpp11 SkString SkPdfType5HalftoneDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType5HalftoneDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/skia/include/core/
H A DSkDrawFilter.h28 enum Type { enum in class:SkDrawFilter
49 virtual bool filter(SkPaint*, Type) = 0;
/external/skia/include/xml/
H A DSkDOM.h35 enum Type { enum in class:SkDOM
39 Type getType(const Node*) const;
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandNote.java30 private Type type;
39 public AdHocCommandNote(Type type, String value) {
58 public Type getType() {
65 public enum Type { enum in class:AdHocCommandNote
/external/webrtc/src/system_wrappers/interface/
H A Dsort.h21 enum Type enum in namespace:webrtc
42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType);
61 WebRtc_UWord32 sizeOfElement, Type keyType);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DClassicToken.cs60 type = oldToken.Type;
87 public int Type { property in class:Antlr.Runtime.ClassicToken
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DParseTree.cs76 public override int Type { property in class:Antlr.Runtime.Tree.ParseTree
92 if (t.Type == TokenTypes.EndOfFile) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DClassicToken.cs64 type = oldToken.Type;
96 public int Type property in class:Antlr.Runtime.ClassicToken
/external/chromium_org/android_webview/common/
H A Daw_hit_test_data.h19 enum Type { enum in struct:android_webview::AwHitTestData
67 int type; // Only values from enum Type above.
/external/chromium_org/cc/animation/
H A Danimation_events.h18 enum Type { Started, Finished, Aborted, PropertyUpdate }; enum in struct:cc::AnimationEvent
20 AnimationEvent(Type type,
26 Type type;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_toggle_action.h14 enum Type { enum in struct:DevToolsToggleAction
47 Type type() const { return type_; }
51 explicit DevToolsToggleAction(Type type);
55 Type type_;
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_editor.h34 BookmarkNode::Type GetNodeType() const;
55 enum Type { enum in class:BookmarkEditor::EditDetails
73 const Type type;
95 explicit EditDetails(Type node_type);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_collection.h19 enum Type { enum in class:PanelCollection
53 Type type() const { return type_; }
152 explicit PanelCollection(Type type);
155 const Type type_; // Type of this panel collection.
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_change.h22 enum Type { enum in class:autofill::GenericAutofillChange
30 Type type() const { return type_; }
34 GenericAutofillChange(Type type, const KeyType& key)
38 Type type_;
44 AutofillChange(Type type, const AutofillKey& key);
61 AutofillProfileChange(Type type,
/external/chromium_org/content/browser/android/java/
H A Djava_type.h32 enum Type { enum in struct:content::JavaType
50 Type type;
/external/chromium_org/content/public/common/
H A Dmenu_item.h19 enum Type { enum in struct:content::MenuItem
33 Type type;
/external/chromium_org/crypto/
H A Dscoped_openssl_types.h23 template <typename Type, void (*Destroyer)(Type*)>
25 void operator()(Type* ptr) const { Destroyer(ptr); }
31 Type; typedef in struct:crypto::ScopedOpenSSL
42 typedef ScopedOpenSSL<BIGNUM, BN_free>::Type ScopedBIGNUM;
43 typedef ScopedOpenSSL<EC_KEY, EC_KEY_free>::Type ScopedEC_KEY;
44 typedef ScopedOpenSSL<BIO, BIO_free_all>::Type ScopedBIO;
45 typedef ScopedOpenSSL<DSA, DSA_free>::Type ScopedDSA;
46 typedef ScopedOpenSSL<ECDSA_SIG, ECDSA_SIG_free>::Type ScopedECDSA_SIG;
47 typedef ScopedOpenSSL<EC_KEY, EC_KEY_free>::Type ScopedEC_KE
[all...]
/external/chromium_org/sync/util/
H A Dnigori.h30 enum Type { enum in class:syncer::Nigori
52 bool Permute(Type type, const std::string& name, std::string* permuted) const;
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventListener.h34 enum Type { enum in class:blink::EventListener
49 Type type() const { return m_type; }
52 explicit EventListener(Type type)
60 Type m_type;

Completed in 641 milliseconds

1234567891011>>