Home
last modified time | relevance | path

Searched refs:old_state_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dmessage_loop.h260 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()
264 loop_->SetNestableTasksAllowed(old_state_); in ~ScopedNestableTaskAllower()
269 bool old_state_; variable
/external/v8/src/
Dheap.h1950 old_state_ = HEAP->disallow_allocation_failure_; in DisallowAllocationFailure()
1954 HEAP->disallow_allocation_failure_ = old_state_; in ~DisallowAllocationFailure()
1957 bool old_state_;
1963 old_state_ = HEAP->allow_allocation(false); in AssertNoAllocation()
1967 HEAP->allow_allocation(old_state_); in ~AssertNoAllocation()
1971 bool old_state_;
1977 old_state_ = HEAP->allow_allocation(true); in DisableAssertNoAllocation()
1981 HEAP->allow_allocation(old_state_); in ~DisableAssertNoAllocation()
1985 bool old_state_;