Searched refs:CONTENT_REMOVED (Results 1 – 6 of 6) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/feedknowncontent/ |
H A D | FeedKnownContentImplTest.java | 49 private static final List<ContentRemoval> CONTENT_REMOVED = field in FeedKnownContentImplTest 111 mKnownContentApi.getKnownContentHostNotifier().onContentRemoved(CONTENT_REMOVED); in testNotifyListeners_contentRemoved() 113 verify(mListener1).onContentRemoved(CONTENT_REMOVED); in testNotifyListeners_contentRemoved() 114 verify(mListener2).onContentRemoved(CONTENT_REMOVED); in testNotifyListeners_contentRemoved() 122 mKnownContentApi.getKnownContentHostNotifier().onContentRemoved(CONTENT_REMOVED); in testRemoveListener()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/ |
H A D | AwContentCaptureTest.java | 91 public static final int CONTENT_REMOVED = 3; field in AwContentCaptureTest.TestAwContentCaptureConsumer 139 mCallbacks.add(CONTENT_REMOVED); in onContentRemoved() 497 toIntArray(TestAwContentCaptureConsumer.CONTENT_REMOVED, in testSingleFrameWithoutConstantStreaming() 509 }, toIntArray(TestAwContentCaptureConsumer.CONTENT_REMOVED)); in testSingleFrameWithoutConstantStreaming() 542 TestAwContentCaptureConsumer.CONTENT_REMOVED)); in testSingleFrameWithConstantStreaming() 560 TestAwContentCaptureConsumer.CONTENT_REMOVED)); in testSingleFrameWithConstantStreaming() 576 toIntArray(TestAwContentCaptureConsumer.CONTENT_REMOVED, in testSingleFrameWithConstantStreaming() 588 }, toIntArray(TestAwContentCaptureConsumer.CONTENT_REMOVED)); in testSingleFrameWithConstantStreaming()
|
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/ |
H A D | call-member.c | 42 CONTENT_REMOVED, enumerator 198 signals[CONTENT_REMOVED] = in gabble_call_member_class_init() 276 g_signal_emit (self, signals[CONTENT_REMOVED], 0, mcontent); in member_content_removed_cb()
|
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/ |
H A D | call-channel.c | 116 CONTENT_REMOVED, enumerator 353 g_signal_emit (self, _signals[CONTENT_REMOVED], 0, content, r); in content_removed_cb() 1084 _signals[CONTENT_REMOVED] = g_signal_new ("content-removed", in tp_call_channel_class_init()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/ |
H A D | nsCSSFrameConstructor.cpp | 7598 CONTENT_REMOVED enumerator 7615 if (aOperation == CONTENT_REMOVED) { in NotifyListBoxBody() 8322 childFrame, CONTENT_REMOVED)) { in ContentRemoved()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/ |
H A D | nsCSSFrameConstructor.cpp | 7497 enum content_operation { CONTENT_INSERTED, CONTENT_REMOVED }; enumerator 7510 if (aOperation == CONTENT_REMOVED) { in NotifyListBoxBody() 8155 childFrame, CONTENT_REMOVED)) { in ContentRemoved()
|