Home
last modified time | relevance | path

Searched refs:mContentId (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/api/internal/common/
H A DDismissActionWithSemanticProperties.java18 private final ContentId mContentId; field in DismissActionWithSemanticProperties
24 this.mContentId = contentId; in DismissActionWithSemanticProperties()
29 return mContentId; in getContentId()
47 if (!mContentId.equals(that.mContentId)) { in equals()
55 int result = mContentId.hashCode(); in hashCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/testing/modelprovider/
H A DFakeModelChild.java20 private final String mContentId; field in FakeModelChild
34 this.mContentId = contentId; in FakeModelChild()
55 return mContentId; in getContentId()
87 private String mContentId = ""; field in FakeModelChild.Builder
95 this.mContentId = contentId; in setContentId()
117 return new FakeModelChild(mContentId, mModelFeature, mModelToken, mParentId); in build()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadUpdate.java19 private final ContentId mContentId; field in DownloadUpdate
41 this.mContentId = builder.mContentId; in DownloadUpdate()
64 return mContentId; in getContentId()
151 private ContentId mContentId; field in DownloadUpdate.Builder
173 this.mContentId = contentId; in setContentId()
H A DDownloadItem.java24 private final ContentId mContentId = new ContentId(); field in DownloadItem
35 if (mDownloadInfo != null) mContentId.namespace = mDownloadInfo.getContentId().namespace; in DownloadItem()
36 mContentId.id = getId(); in DownloadItem()
48 mContentId.id = getId(); in setSystemDownloadId()
63 return mContentId; in getContentId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/thumbnail/generator/android/java/src/org/chromium/chrome/browser/thumbnail/generator/
H A DThumbnailDiskStorage.java113 private final String mContentId; field in ThumbnailDiskStorage.CacheThumbnailTask
118 mContentId = contentId; in CacheThumbnailTask()
125 addToDisk(mContentId, mBitmap, mIconSizePx); in doInBackground()
167 private final String mContentId; field in ThumbnailDiskStorage.RemoveThumbnailTask
170 mContentId = contentId; in RemoveThumbnailTask()
176 if (!sIconSizesMap.containsKey(mContentId)) return null; in doInBackground()
180 ArrayList<Integer> iconSizes = new ArrayList<Integer>(sIconSizesMap.get(mContentId)); in doInBackground()
182 removeFromDiskHelper(Pair.create(mContentId, iconSize)); in doInBackground()
H A DThumbnailDiskStorageTest.java59 private String mContentId; field in ThumbnailDiskStorageTest.TestThumbnailRequest
62 mContentId = contentId; in TestThumbnailRequest()
78 return mContentId; in getContentId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadInfo.java52 private final ContentId mContentId; field in DownloadInfo
90 if (builder.mContentId != null) { in DownloadInfo()
91 mContentId = builder.mContentId; in DownloadInfo()
93 mContentId = LegacyHelpers.buildLegacyContentId(mIsOfflinePage, mDownloadGuid); in DownloadInfo()
205 return mContentId; in getContentId()
338 private ContentId mContentId; field in DownloadInfo.Builder
471 mContentId = contentId; in setContentId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/feedmodelprovider/internal/
H A DUpdatableModelChild.java21 private final String mContentId; field in UpdatableModelChild
30 this.mContentId = contentId; in UpdatableModelChild()
91 return mContentId; in getContentId()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/ewsclient/
H A Dewsattachment.cpp39 QString mContentId; member in EwsAttachmentPrivate
128 d->mContentId = readXmlElementValue<QString>(reader, ok, QStringLiteral("Attachment")); in EwsAttachment()
236 writer.writeTextElement(ewsTypeNsUri, QStringLiteral("ContentId"), d->mContentId); in write()
346 return d->mContentId; in contentId()
351 d->mContentId = contentId; in setContentId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/basicstream/internal/actions/
H A DStreamActionApiImpl.java51 private final String mContentId; field in StreamActionApiImpl
72 this.mContentId = contentId; in StreamActionApiImpl()
134 mContentId, payload, ActionManager.UploadActionType.MISC); in handleNotInterestedIn()
147 mContentId, payload, ActionManager.UploadActionType.MISC); in handleBlockContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/basicstream/internal/drivers/
H A DContentDriver.java70 private final String mContentId; field in ContentDriver
107 mContentId = contentFeatureModel.getStreamFeature().getContentId(); in ContentDriver()
124 clusterPendingDismissHelper, this, mContentId, tooltipApi); in ContentDriver()
238 return mContentId; in getContentId()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Djournalbooks.cpp91 intptr_t mContentId; member
96 AddEntry (typesetter, body_style), mContentId (contentId), mHeaderStyle (header_style) in AddTopicEntry()
107 mTypesetter->selectContent (mContentId); in operator ()()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgAttachment.h32 nsCString mContentId; variable
H A DnsMsgAttachment.cpp148 aContentId = mContentId; in GetContentId()
153 mContentId = aContentId; in SetContentId()