HomeSort by relevance Sort by last modified time
    Searched refs:MetadataCache (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 8 * MetadataCache is a map from Entry to an object containing properties.
51 function MetadataCache(providers) {
97 MetadataCache.EXACT = 0;
103 MetadataCache.CHILDREN = 1;
109 MetadataCache.DESCENDANTS = 2;
114 MetadataCache.EVICTION_THRESHOLD_MARGIN = 500;
118 * @return {MetadataCache!} The cache with all providers.
120 MetadataCache.createFull = function(volumeManager) {
123 return new MetadataCache([
136 MetadataCache.cloneMetadata = function(metadata)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 100 if (llvm::MDNode *N = MetadataCache[Ty])
133 return MetadataCache[Ty] =
142 return MetadataCache[Ty] = createTBAAScalarType("any pointer",
153 return MetadataCache[Ty] = getChar();
159 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
163 return MetadataCache[Ty] = getChar();
CodeGenTBAA.h 57 /// MetadataCache - This maps clang::Types to scalar llvm::MDNodes describing
59 llvm::DenseMap<const Type *, llvm::MDNode *> MetadataCache;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_watcher.js 11 * @param {MetadataCache} metadataCache Instance of MetadataCache.
15 function FileWatcher(metadataCache) {
17 this.metadataCache_ = metadataCache;
203 MetadataCache.CHILDREN,
208 MetadataCache.CHILDREN,
213 MetadataCache.CHILDREN,
file_grid.js 36 * @param {MetadataCache} metadataCache Metadata cache to find entries
40 FileGrid.decorate = function(self, metadataCache, volumeManager) {
43 self.metadataCache_ = metadataCache;
107 * @param {MetadataCache} metadataCache To retrieve metadata.
110 FileGrid.decorateThumbnail = function(li, entry, metadataCache, volumeManager) {
113 filelist.decorateListItem(li, entry, metadataCache);
123 metadataCache,
141 * @param {MetadataCache} metadataCache To retrieve metadata
    [all...]
directory_contents.js 321 * @param {MetadataCache} metadataCache Metadata cache service.
327 function FileFilter(metadataCache, showHidden) {
329 * @type {MetadataCache}
332 this.metadataCache_ = metadataCache;
410 * @param {MetadataCache} metadataCache Metadata cache.
414 function FileListModel(metadataCache) {
419 * @type {MetadataCache}
422 this.metadataCache_ = metadataCache;
    [all...]
directory_tree.js 341 this.parentTree_.metadataCache.getLatest(
799 * @param {MetadataCache} metadataCache Shared MetadataCache instance.
803 el, directoryModel, volumeManager, metadataCache, fakeEntriesVisible) {
806 directoryModel, volumeManager, metadataCache, fakeEntriesVisible);
846 * The reference to shared MetadataCache instance.
847 * @type {MetadataCache}
849 get metadataCache() {
964 * @param {MetadataCache} metadataCache Shared MetadataCache instance
    [all...]
file_table.js 212 * @param {MetadataCache} metadataCache To retrieve metadata.
217 FileTable.decorate = function(self, metadataCache, volumeManager, fullPage) {
220 self.metadataCache_ = metadataCache;
676 * @param {MetadataCache} metadataCache Cache to retrieve metadada.
678 filelist.decorateListItem = function(li, entry, metadataCache) {
683 var externalProps = metadataCache.getCached(entry, 'external');
directory_model.js 20 * @param {MetadataCache} metadataCache The metadata cache service.
25 metadataCache, volumeManager) {
44 fileFilter, metadataCache);
48 this.metadataCache_ = metadataCache;
    [all...]
file_transfer_controller.js 19 * @param {MetadataCache} metadataCache Metadata cache service.
29 metadataCache,
36 this.metadataCache_ = metadataCache;
    [all...]
file_manager.js 29 * @type {MetadataCache}
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 12 * @param {MetadataCache} metadataCache Metadata cache.
19 metadataCache,
54 metadataCache,
373 * @param {MetadataCache} metadataCache MetadataCache.
377 PreviewPanel.Thumbnails = function(element, metadataCache, volumeManager) {
379 this.metadataCache_ = metadataCache;
breadcrumbs_controller.js 10 * @param {MetadataCache} metadataCache To retrieve metadata.
14 function BreadcrumbsController(div, metadataCache, volumeManager) {
16 this.metadataCache_ = metadataCache;
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_item.js 13 * @param {MetadataCache} metadataCache Metadata cache instance.
18 entry, locationInfo, metadata, metadataCache, original) {
38 * @type {MetadataCache}
41 this.metadataCache_ = metadataCache;
gallery.js 23 * @param {MetadataCache} metadataCache Metadata cache.
27 function GalleryDataModel(metadataCache) {
32 * @type {MetadataCache}
35 this.metadataCache_ = metadataCache;
83 MetadataCache.cloneMetadata(item.getMetadata()));
201 metadataCache: MetadataCache.createFull(volumeManager),
208 this.metadataCache_ = this.context_.metadataCache;
215 this.context_.metadataCache);
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_encoder.js 179 this.metadata_ = MetadataCache.cloneMetadata(original_metadata) || {};
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 15 this.metadataCache_ = MetadataCache.createFull(this.volumeManager_);

Completed in 599 milliseconds