/external/chromium/chrome/browser/extensions/ |
user_script_listener_unittest.cc | 184 NotificationService::current()->Notify( 203 // This is still not enough to start delayed requests. We have to notify the 207 NotificationService::current()->Notify(
|
/external/chromium/chrome/browser/ |
jumplist_win.h | 114 // Observer callback for TabRestoreService::Observer to notify when a tab is 149 // A callback function for HistoryService that notify when the "Most Visited" 156 // A callback function for HistoryService that notify when a requested favicon
|
/external/chromium/chrome/browser/sync/notifier/ |
non_blocking_invalidation_notifier.cc | 115 observers_->Notify(&SyncNotifierObserver::OnIncomingNotification, 122 observers_->Notify(&SyncNotifierObserver::OnNotificationStateChange, 129 observers_->Notify(&SyncNotifierObserver::StoreState, state);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpbase.h | 119 void notify(IHttpNotify* notify) { notify_ = notify; } function in class:talk_base::HttpBase
|
/external/chromium_org/chrome/browser/ |
certificate_manager_model.h | 34 // Called to notify the view that the certificate list has been refreshed. 36 // list of certs, diff against past list, and then notify of the changes? 115 // The observer to notify when certificate list is refreshed.
|
/external/chromium_org/chrome/browser/infobars/ |
infobar_service.cc | 36 content::NotificationService::current()->Notify( 67 content::NotificationService::current()->Notify( 142 content::NotificationService::current()->Notify(
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
device_media_async_file_util.h | 116 // specified by the requested url. |callback| is invoked to notify the 139 // objects. |callback| is invoked to notify the caller about the |error| 163 // notify the caller about the |error|.
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
page_action_image_view.h | 31 // given PageAction and notify the extension when the icon is clicked. 76 // Called to notify the PageAction that it should determine whether to be 81 // Either notify listeners or show a popup depending on the page action.
|
/external/chromium_org/chrome/installer/mini_installer/ |
decompress.cc | 114 FNFDINOTIFY(Notify) { 174 int flags, PFNFDINOTIFY notify, 252 &Notify, NULL, const_cast<wchar_t*>(destination))) {
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_download.h | 41 // An interface used to notify clients of AutofillDownloadManager. 65 // |observer| - observer to notify on successful completion or error. 144 // The observer to notify when server predictions are successfully received.
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ChildProcessConnection.java | 20 * Used to notify the consumer about disconnection of the service. This callback is provided 29 * Used to notify the consumer about the connection being established. 81 * @param connectionCallbacks will notify the consumer about the connection being established
|
/external/chromium_org/extensions/browser/ |
lazy_background_task_queue.cc | 154 // Notify consumers about the load failure when the background host dies. 168 // Notify consumers that the page failed to load. 175 // notify that task queue as well.
|
/external/chromium_org/media/video/ |
video_decode_accelerator.h | 53 // Callback to notify client that decoder has been initialized. 67 // Callback to notify that decoded has decoded the end of the current 77 // Callback to notify about decoding errors.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpbase.h | 119 void notify(IHttpNotify* notify) { notify_ = notify; } function in class:talk_base::HttpBase
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_query.c | 43 struct nouveau_bo *notify = screen->notify; local 47 ntfy = (char *)notify->map + query->offset + qo->hw->start;
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prcvar.h | 97 ** Notify ONE thread that is currently waiting on 'cvar'. Which thread is 104 ** notify is called. 112 ** Notify all of the threads waiting on the condition variable. The order
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_query.c | 43 struct nouveau_bo *notify = screen->notify; local 47 ntfy = (char *)notify->map + query->offset + qo->hw->start;
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ConfigureNodeFields.java | 128 * Whether to notify subscribers when the node configuration changes
135 * Whether to notify subscribers when the node is deleted
142 * Whether to notify subscribers when items are removed from the node
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTPSession.cpp | 85 sp<AMessage> notify = new AMessage(kWhatAccessUnitComplete, id()); local 86 notify->setSize("track-index", mTracks.size() - 1); 89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */);
|
/frameworks/base/core/java/android/service/notification/ |
StatusBarNotification.java | 182 /** The id supplied to {@link android.app.NotificationManager#notify(int,Notification)}. */ 187 /** The tag supplied to {@link android.app.NotificationManager#notify(int,Notification)}, 209 * {@link android.app.NotificationManager#notify(int,Notification)}. */
|
/frameworks/base/core/java/android/widget/ |
PopupMenu.java | 49 * Callback interface used to notify the application that the menu has closed. 181 * @param listener Listener to notify 190 * @param listener Listener to notify
|
/frameworks/base/docs/html/training/notify-user/ |
managing.jd | 53 calling {@link android.app.NotificationManager#notify(int, Notification) 54 NotificationManager.notify(ID, notification)}. To update this notification once you've issued 79 mNotificationManager.notify(
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
PopupMenu.java | 46 * Callback interface used to notify the application that the menu has closed. 122 * @param listener Listener to notify 131 * @param listener Listener to notify
|
/frameworks/wilhelm/src/android/ |
android_GenericMediaPlayer.h | 36 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj); 68 mPlayerClient->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0, NULL); 111 const bool mHasVideo; // const allows MediaPlayerNotificationClient::notify to safely access
|
/packages/apps/Browser/tests/src/com/android/browser/tests/utils/ |
MockObserverNode.java | 131 // Don't notify the observer if it sent the notification and isn't interesed 149 // This is the leaf node, notify all observers 153 // Notify any observers at this level who are interested in descendents
|