Searched defs:active_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.h36 void set_active(int active) { active_ = active; }
37 int active() const { return active_; }
101 int active_; member in class:TabStripSelectionModel
/external/chromium/chrome/browser/ui/views/frame/
H A Dcontents_container.h72 views::View* active_; member in class:ContentsContainer
/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_button.h41 void set_active(bool active) { active_ = active; }
42 bool active() const { return active_; }
62 bool active_; member in class:chromeos::StatusAreaButton
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.h192 BalloonViewImpl* active_; member in class:chromeos::NotificationPanel
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketpool.h82 ConnectedList active_; member in class:talk_base::StreamCache
H A Dmessagequeue.h236 bool active_; member in class:talk_base::MessageQueue
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.h83 bool active() const { return active_; }
180 bool active_; member in class:ThreadWatcher
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.h367 bool active_; member in class:DraggedTabController
/external/v8/src/
H A Dv8threads.cc42 bool Locker::active_ = false; member in class:v8::Locker
60 active_ = true;
H A Dplatform.h629 bool IsActive() const { return NoBarrier_Load(&active_); }
646 void SetActive(bool value) { NoBarrier_Store(&active_, value); }
652 Atomic32 active_; member in class:v8::internal::Sampler
H A Dbootstrapper.cc260 BootstrapperActive active_; member in class:BASE_EMBEDDED
/external/v8/test/cctest/
H A Dcctest.h94 active_(true) {
117 bool active_; member in class:ApiTestFuzzer
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc244 active_(active) {
273 if (active_)
289 bool active_; member in class:__anon966::RegisterThumbnailTask
/external/llvm/lib/CodeGen/
H A DRegAllocLinearScan.cpp155 /// active_ - Intervals that are currently being processed, and which have a
157 IntervalPtrs active_; member in struct:__anon6649::RALinScan
550 active_.clear();
566 active_.empty() && inactive_.empty() &&
617 printIntervals("active", active_.begin(), active_.end());
623 while (!active_.empty()) {
624 IntervalPtr &IP = active_.back();
631 active_.pop_back();
688 for (unsigned i = 0, e = active_
[all...]
/external/v8/include/
H A Dv8.h3428 static bool IsActive() { return active_; }
3434 static bool active_; member in class:v8::Locker

Completed in 256 milliseconds