HomeSort by relevance Sort by last modified time
    Searched refs:Tags (Results 51 - 67 of 67) sorted by null

1 23

  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.cc 59 Tags tags; local
60 tags.reserve(hits.size());
62 tags.push_back(Tag(Tag::MATCH, hits[i].start(), hits[i].end()));
65 set_title_tags(tags);
webstore_result.cc 106 Tags details_tags;
  /external/chromium_org/ui/app_list/views/
search_result_view.cc 39 const app_list::SearchResult::Tags& tags) {
44 for (app_list::SearchResult::Tags::const_iterator it = tags.begin();
45 it != tags.end();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 14 EXIF.Tags = {
16 // version tags
20 // colorspace tags
85 // other tags
499 var oEXIFTags = readTags(oFile, iTIFFOffset, iTIFFOffset + oTags.ExifIFDPointer, EXIF.Tags, bBigEnd);
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.cc 131 if (!rule->tags().empty() && !ignore_tags[extension_id].empty()) {
133 const WebRequestRule::Tags& tags = rule->tags(); local
134 for (WebRequestRule::Tags::const_iterator i = tags.begin();
135 !ignore_rule && i != tags.end();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 14 EXIF.Tags = {
16 // version tags
20 // colorspace tags
85 // other tags
499 var oEXIFTags = readTags(oFile, iTIFFOffset, iTIFFOffset + oTags.ExifIFDPointer, EXIF.Tags, bBigEnd);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 173 for (String[] page: Tags.pages) {
179 int val = (pageNum << Tags.PAGE_SHIFT) + tagNum;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2_V3.h 188 Tags,
SkOTTable_OS_2_V4.h 188 Tags,
  /external/skia/src/sfnt/
SkOTTable_OS_2_V3.h 188 Tags,
SkOTTable_OS_2_V4.h 188 Tags,
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java 21 * The wbxml tags for EAS are all defined here.
29 public class Tags {
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 37 import com.android.exchange.adapter.Tags;
    [all...]
  /dalvik/docs/
prettify.js 34 * 3) mark the <pre> and <code> tags in your source with class=prettyprint.
76 /** find all the < pre > and < code > tags in the DOM with class=prettyprint
358 // XMP tags contain unescaped entities so require special handling.
433 /** split markup into chunks of html tags (style null) and
434 * plain text (style {@link #PR_PLAIN}), converting tags which are
438 * @return {Object} source code and extracted tags.
459 // <br> tags are lexically significant so convert them to text.
499 return { source: sourceBuf.join(''), tags: extractedTags };
617 // Tags whose content is not escaped, and which contain source code.
624 /** split markup on tags, comments, application directives, and other to
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /ndk/build/core/
definitions.mk     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 3375 milliseconds

1 23