HomeSort by relevance Sort by last modified time
    Searched defs:active_ (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/chromeos/status/
status_area_button.h 41 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/tabs/
tab_strip_selection_model.h 36 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/
contents_container.h 72 views::View* active_; member in class:ContentsContainer
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 192 BalloonViewImpl* active_; member in class:chromeos::NotificationPanel
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.h 82 ConnectedList active_; member in class:talk_base::StreamCache
messagequeue.h 236 bool active_; member in class:talk_base::MessageQueue
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 83 bool active() const { return active_; }
180 bool active_; member in class:ThreadWatcher
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 367 bool active_; member in class:DraggedTabController
  /external/v8/src/
v8threads.cc 42 bool Locker::active_ = false; member in class:v8::Locker
60 active_ = true;
platform.h 629 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
bootstrapper.cc 260 BootstrapperActive active_; member in class:BASE_EMBEDDED
    [all...]
  /external/v8/test/cctest/
cctest.h 94 active_(true) {
117 bool active_; member in class:ApiTestFuzzer
  /external/chromium/chrome/browser/
aeropeek_manager.cc 244 active_(active) {
273 if (active_)
289 bool active_; member in class:__anon2444::RegisterThumbnailTask
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp 155 /// active_ - Intervals that are currently being processed, and which have a
157 IntervalPtrs active_; member in struct:__anon8127::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_.size(); i != e; ++i)
    [all...]
  /external/v8/include/
v8.h 3434 static bool active_; member in class:v8::Locker
    [all...]

Completed in 1150 milliseconds