HomeSort by relevance Sort by last modified time
    Searched refs:active_ (Results 1 - 25 of 34) sorted by null

1 2

  /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
status_area_button.cc 34 active_(true),
79 if (active_) {
  /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
tab_strip_selection_model.cc 31 : active_(kUnselectedIndex),
45 IncrementFromImpl(index, &active_);
57 DecrementFromImpl(index, &active_);
61 anchor_ = active_ = index;
93 active_ = index;
107 active_ = index;
114 bool was_active = from == active_;
124 active_ = to;
132 anchor_ = active_ = kUnselectedIndex;
139 active_ = source.active_
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.cc 42 : active_(active),
48 AddChildView(active_);
62 active_ = preview_;
142 active_->SetBounds(0, active_top_margin_, width(),
161 views::View::ConvertPointToScreen(active_, &screen_origin);
162 gfx::Rect overlay_bounds(screen_origin, active_->size());
163 active_overlay_->Init(active_->GetWidget()->GetNativeView(), overlay_bounds);
169 active_overlay_->MoveAboveWidget(active_->GetWidget());
contents_container.h 72 views::View* active_; member in class:ContentsContainer
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 48 for (ConnectedList::iterator it = active_.begin(); it != active_.end();
65 // Move from cached_ to active_
66 active_.push_front(*it);
71 return active_.front().second;
76 active_.push_front(ConnectedStream(remote, stream));
78 return active_.front().second;
84 for (ConnectedList::iterator it = active_.begin(); it != active_.end();
98 active_.erase(it)
    [all...]
messagequeue.cc 109 : ss_(ss), fStop_(false), fPeekKeep_(false), active_(false),
128 if (active_) {
377 if (!active_) {
378 active_ = true;
socketpool.h 82 ConnectedList active_; member in class:talk_base::StreamCache
messagequeue.h 236 bool active_; member in class:talk_base::MessageQueue
thread.cc 184 if (active_)
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 29 active_(false),
72 if (active_) return;
73 active_ = true;
82 active_ = false;
91 if (!active_) return;
105 if (!active_ || ping_count_ <= 0)
149 if (!active_ || --ping_count_ <= 0)
161 if (!active_)
thread_watcher.h 83 bool active() const { return active_; }
180 bool active_; member in class:ThreadWatcher
  /external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp 155 /// active_ - Intervals that are currently being processed, and which have a
157 IntervalPtrs active_; member in struct:__anon8130::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/test/cctest/
cctest.h 94 active_(true) {
117 bool active_; member in class:ApiTestFuzzer
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 404 active_(NULL),
508 if (view == active_)
509 active_ = NULL;
568 if (active_ == view || (view && view->closed()))
570 if (active_)
571 active_->Deactivated();
572 active_ = view;
573 if (active_)
574 active_->Activated();
598 if (active_)
    [all...]
notification_panel.h 192 BalloonViewImpl* active_; member in class:chromeos::NotificationPanel
  /external/v8/src/
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
platform-openbsd.cc 587 active_(false),
621 active_ = true;
635 active_ = false;
v8threads.cc 42 bool Locker::active_ = false; member in class:v8::Locker
60 active_ = true;
platform-nullos.cc 452 active_ = false;
debug-debugger.js 135 this.active_ = true;
165 return this.active_;
188 this.active_ = true;
193 this.active_ = false;
265 this.active_ = true;
280 copy.active_ = this.active_;
343 return this.active_;
358 this.active_ = true;
363 this.active_ = false
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 367 bool active_; member in class:DraggedTabController
dragged_tab_controller.cc 329 active_(true),
381 return instance_ && instance_->active_ &&
    [all...]
  /external/chromium/chrome/browser/
aeropeek_manager.cc 244 active_(active) {
273 if (active_)
289 bool active_; member in class:__anon2447::RegisterThumbnailTask
    [all...]

Completed in 380 milliseconds

1 2