HomeSort by relevance Sort by last modified time
    Searched refs:Notification (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 35 // Maximum height of the notification panel.
39 // The duration for a new notification to become stale.
71 // View::VisibleBoundsInRootChanged() notification, which makes
212 BalloonViewImpl* FindBalloonView(const Notification& notification) {
216 if (view->IsFor(notification)) {
369 BalloonViewImpl* FindBalloonView(const Notification& notification) {
370 BalloonViewImpl* view = sticky_container_->FindBalloonView(notification);
371 return view ? view : non_sticky_container_->FindBalloonView(notification);
    [all...]
balloon_view.cc 16 #include "chrome/browser/notifications/notification.h"
47 // Top, Right margin for notification control view.
161 balloon_view_->balloon_->notification().display_source());
164 balloon_view_->balloon_->notification().display_source());
227 balloon_->notification().content_url());
306 bool BalloonViewImpl::IsFor(const Notification& notification) const {
307 return balloon_->notification().notification_id() ==
308 notification.notification_id();
343 service->DenyPermission(balloon_->notification().origin_url())
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 26 import android.app.Notification;
89 int foregroundId; // Notification ID of last foreground req.
90 Notification foregroundNoti; // Notification record of foreground state.
361 // Do asynchronous communication with notification manager to
365 final Notification localForegroundNoti = foregroundNoti;
375 // It is not correct for the caller to supply a notification
414 // a notification, silently ignoring it. We don't want to
425 "Error showing notification for service", e);
426 // If it gave us a garbage notification, it doesn'
    [all...]
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayAdapter.java 23 import android.app.Notification;
407 // Cancel the old notification if there is one.
414 // Initialize pending intents for the notification outside of the lock because
431 // Post the notification.
433 Notification notification = new Notification.Builder(context) local
447 notification, UserHandle.ALL);