/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/v8/test/cctest/ |
cctest.h | 94 active_(true) { 122 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 | 730 bool IsActive() const { return NoBarrier_Load(&active_); } 747 void SetActive(bool value) { NoBarrier_Store(&active_, value); } 753 Atomic32 active_; member in class:v8::internal::Sampler
|
v8threads.cc | 42 bool Locker::active_ = false; member in class:v8::Locker 55 active_ = true; 98 return active_;
|
platform-nullos.cc | 480 active_ = false;
|
debug-debugger.js | 136 this.active_ = true; 166 return this.active_; 189 this.active_ = true; 194 this.active_ = false; 270 this.active_ = true; 285 copy.active_ = this.active_; 353 return this.active_; 368 this.active_ = true; 373 this.active_ = false [all...] |
platform-cygwin.cc | 751 active_(false),
|
platform-macos.cc | 883 active_(false),
|
/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:__anon2840::RegisterThumbnailTask [all...] |