/frameworks/base/services/java/com/android/server/power/ |
ScreenOnBlocker.java | 20 * Low-level screen on blocker mechanism which is used to keep the screen off 25 * Acquires the screen on blocker. 34 * Releases the screen on blocker. 37 * It is an error to call release() if the screen on blocker has not been acquired.
|
SuspendBlocker.java | 20 * Low-level suspend blocker mechanism equivalent to holding a partial wake lock. 27 * Acquires the suspend blocker. 36 * Releases the suspend blocker. 39 * It is an error to call release() if the suspend blocker has not been acquired.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
js-timers-beneath-modal-dialog.html | 2 <p>Please disable popup blocker for this test.</p>
|
/external/chromium_org/chrome/browser/notifications/ |
multi_user_notification_blocker_chromeos.h | 16 // A notification blocker for per-profile stream switching. 39 // Returns true if this blocker is actively working.
|
fullscreen_notification_blocker.h | 13 // A notification blocker which checks the fullscreen state.
|
screen_lock_notification_blocker.h | 13 // A notification blocker which checks the screen lock state constantly.
|
login_state_notification_blocker_chromeos.h | 13 // A notification blocker which checks screen lock / login state for ChromeOS.
|
/external/chromium_org/ui/message_center/ |
notification_blocker.h | 22 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) = 0; 40 // When a blocker starts returning false for a notification which is already
|
message_center_observer.h | 54 // Called when the blocking state of |blocker| is changed. 55 virtual void OnBlockingStateChanged(NotificationBlocker* blocker) {}
|
fake_message_center.cc | 22 void FakeMessageCenter::AddNotificationBlocker(NotificationBlocker* blocker) { 26 NotificationBlocker* blocker) {
|
fake_message_center.h | 24 virtual void AddNotificationBlocker(NotificationBlocker* blocker) OVERRIDE; 25 virtual void RemoveNotificationBlocker(NotificationBlocker* blocker) OVERRIDE;
|
message_center_impl_unittest.cc | 321 // Multiple blockers to verify the case that one blocker blocks but another 380 ToggledNotificationBlocker blocker(message_center()); 396 blocker.SetNotificationsEnabled(false); 411 blocker.SetNotificationsEnabled(true); 419 // Similar to other blocker cases but this test case allows |notifier_id2| even 424 PopupNotificationBlocker blocker(message_center(), notifier_id2); 448 blocker.SetNotificationsEnabled(false); 481 blocker.SetNotificationsEnabled(true); 496 TotalNotificationBlocker blocker(message_center(), notifier_id2); 520 blocker.SetNotificationsEnabled(false) [all...] |
/external/chromium_org/base/threading/ |
sequenced_worker_pool_unittest.cc | 89 void BlockTask(int id, ThreadBlocker* blocker) { 98 blocker->Block(); 226 ThreadBlocker blocker; local 230 tracker(), -1, &blocker)); 235 blocker.Unblock(kNumWorkerThreads); 258 ThreadBlocker* blocker, 264 blocker->Unblock(threads_to_awake); 410 ThreadBlocker blocker; local 414 base::Bind(&TestTracker::BlockTask, tracker(), 100, &blocker)); 447 blocker.Unblock(1) 459 ThreadBlocker blocker; local 509 ThreadBlocker blocker; local 555 ThreadBlocker blocker; local 606 ThreadBlocker blocker; local 649 ThreadBlocker blocker; local [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
uma_policy_browsertest.cc | 31 // done. When it's finished, background.js closes the blocker.com window. So 32 // blocker.com will remain open (and block) until the tests complete. 61 browser(), GURL("http://www.blocker.com"), 2); 66 browser(), GURL("http://www.blocker.com"), 2); 71 browser(), GURL("http://www.blocker.com"), 2); 76 browser(), GURL("http://www.blocker.com"), 2); 81 browser(), GURL("http://www.blocker.com"), 2); 126 browser(), GURL("http://www.blocker.com"), 2); 155 browser(), GURL("http://www.blocker.com"), 2); 185 browser(), GURL("http://www.blocker.com"), 2) [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
input_events_blocker.h | 13 // A simple input events blocker that just makes device unresponsive.
|
/external/chromium_org/content/browser/android/ |
content_video_view.h | 95 // There is already blocker when inline video started, and it requires the 97 // could use another container to hold ContentVideoView, and the blocker in 98 // ContentView's container can not keep screen on; so we need another blocker 99 // here, it is no harm, just an additonal blocker.
|
/external/chromium_org/third_party/WebKit/ManualTests/iframe_notifications/ |
iframe-reparenting-close-window-iframe.html | 11 setTimeout("window.parent.transferIframe();", 5000); // Wait long enough for Chrome popup blocker to release the window so it can actually close.
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
LockSupport.java | 38 * {@code blocker} object parameter. This object is recorded while 44 * {@code blocker} within a lock implementation is {@code this}. 150 * @param blocker the synchronization object responsible for this 154 public static void park(Object blocker) { 156 setBlocker(t, blocker); 188 * @param blocker the synchronization object responsible for this 193 public static void parkNanos(Object blocker, long nanos) { 196 setBlocker(t, blocker); 229 * @param blocker the synchronization object responsible for this 235 public static void parkUntil(Object blocker, long deadline) [all...] |
/external/chromium/chrome/browser/ |
popup_blocker_browsertest.cc | 32 // If the popup blocker blocked the blank post, there should be only one
|
/external/chromium/chrome/browser/ui/cocoa/ |
hover_close_button.h | 12 // the popup blocker, download bar, info bar and tabs.
|
/external/chromium_org/chrome/browser/download/ |
download_completion_blocker.h | 28 // Mark this download item as complete with respect to this blocker. (Other
|
/external/chromium_org/content/browser/ |
power_save_blocker_impl.h | 22 // so the blocker could be removed by platform if the view isn't visble
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_context.h | 120 rbug_block_t blocker; member in struct:rbug_proto_context_info_reply 181 rbug_block_t blocker,
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_context.h | 120 rbug_block_t blocker; member in struct:rbug_proto_context_info_reply 181 rbug_block_t blocker,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_context.h | 73 int blocker; member in struct:rbug_context::__anon15473
|