Searched defs:Tags (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dexif.js14 EXIF.Tags = {
499 var oEXIFTags = readTags(oFile, iTIFFOffset, iTIFFOffset + oTags.ExifIFDPointer, EXIF.Tags, bBigEnd);
/external/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); local
26 for (Record *Tag : Tags) {
41 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); local
44 for (Record *Tag : Tags) {
H A DClangCommentCommandInfoEmitter.cpp29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); local
30 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
31 Record &Tag = *Tags[i];
64 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
65 Record &Tag = *Tags[i];
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); local
118 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
119 Record &Tag = *Tags[i];
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); local
55 for (std::vector<Record *>::iterator I = Tags.begin(), E = Tags.end();
/external/llvm/utils/TableGen/
H A DCTagsEmitter.cpp74 std::vector<Tag> Tags; local
76 Tags.reserve(Classes.size() + Defs.size());
80 Tags.push_back(Tag(I->first, locate(I->second)));
84 Tags.push_back(Tag(I->first, locate(I->second)));
86 std::sort(Tags.begin(), Tags.end());
89 for (std::vector<Tag>::const_iterator I = Tags.begin(), E = Tags.end();
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h49 // have a tag that's equal to the parent + 1. Tags within the history menu have
116 enum Tags { enum in class:HistoryMenuBridge
/external/chromium_org/ui/app_list/
H A Dsearch_result.h55 typedef std::vector<Tag> Tags; typedef in class:app_list::SearchResult
88 const Tags& title_tags() const { return title_tags_; }
89 void set_title_tags(const Tags& tags) { title_tags_ = tags; }
94 const Tags& details_tags() const { return details_tags_; }
95 void set_details_tags(const Tags& tags) { details_tags_ = tags; }
143 Tags title_tags_;
146 Tags details_tags_;
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule.h207 typedef std::vector<std::string> Tags; typedef in class:extensions::DeclarativeRule
216 const Tags& tags,
240 const Tags& tags() const { return tags_; }
259 Tags tags_;
437 const Tags& tags,
496 Tags tags = rule->tags ? *rule->tags : Tags();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1826 milliseconds