HomeSort by relevance Sort by last modified time
    Searched refs:ApplyBlock (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/
power_save_blocker_android.cc 31 void ApplyBlock();
43 void PowerSaveBlockerImpl::Delegate::ApplyBlock() {
80 base::Bind(&Delegate::ApplyBlock, delegate_));
power_save_blocker_mac.cc 48 void ApplyBlock();
59 void PowerSaveBlockerImpl::Delegate::ApplyBlock() {
105 base::Bind(&Delegate::ApplyBlock, delegate_));
power_save_blocker_chromeos.cc 28 void ApplyBlock() {
73 base::Bind(&Delegate::ApplyBlock, delegate_));
power_save_blocker_win.cc 117 void ApplyBlock();
134 void PowerSaveBlockerImpl::Delegate::ApplyBlock() {
165 base::Bind(&Delegate::ApplyBlock, delegate_));
power_save_blocker_x11.cc 86 // enqueues a call back to ApplyBlock() if it is true. See the comments for
93 void ApplyBlock(DBusAPI api);
113 // ApplyBlock() has run. Both api_ and enqueue_apply_ are guarded by lock_.
135 // object yet. We'll do it later in ApplyBlock(), on the FILE thread.
149 // If a call to ApplyBlock() has not yet been enqueued because we are still
168 base::Bind(&Delegate::ApplyBlock, this, api_));
173 void PowerSaveBlockerImpl::Delegate::ApplyBlock(DBusAPI api) {
175 DCHECK(!bus_.get()); // ApplyBlock() should only be called once.

Completed in 183 milliseconds