HomeSort by relevance Sort by last modified time
    Searched defs:active_ (Results 1 - 14 of 14) 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
55 active_ = true;
98 return active_;
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
bootstrapper.cc 287 BootstrapperActive active_; member in class:BASE_EMBEDDED
    [all...]
  /external/v8/test/cctest/
cctest.h 94 active_(true) {
122 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:__anon3244::RegisterThumbnailTask
    [all...]
  /external/v8/include/
v8.h 3730 static bool active_; member in class:v8::Locker
    [all...]

Completed in 241 milliseconds