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

1 2 3 4

  /external/chromium_org/chrome_frame/crash_reporting/
crash_metrics.h 43 return active_;
47 active_ = active;
54 : active_(false) {}
58 bool active_; member in class:CrashMetricsReporter
  /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_org/ui/base/models/
list_selection_model.cc 33 : active_(kUnselectedIndex),
47 IncrementFromImpl(index, &active_);
59 DecrementFromImpl(index, &active_);
63 anchor_ = active_ = index;
97 active_ = index;
111 active_ = index;
118 bool was_active = from == active_;
128 active_ = to;
136 anchor_ = active_ = kUnselectedIndex;
143 active_ = source.active_
    [all...]
list_selection_model.h 39 void set_active(int active) { active_ = active; }
40 int active() const { return active_; }
107 int active_; member in class:ui::ListSelectionModel
  /external/chromium_org/net/http/
http_pipelined_host_test_util.cc 27 active_(active) {
http_pipelined_host_test_util.h 47 active_ = active;
52 virtual bool active() const OVERRIDE { return active_; }
65 bool active_; member in class:net::MockPipeline
  /external/chromium_org/cc/scheduler/
frame_rate_controller.cc 45 active_(false),
61 active_(false),
73 if (active_ == active)
76 active_ = active;
115 DCHECK(active_);
136 if (active_ && !manual_tick_pending_) {
delay_based_time_source.cc 69 active_(false),
77 if (active == active_)
79 active_ = active;
81 if (!active_) {
101 bool DelayBasedTimeSource::Active() const { return active_; }
110 DCHECK(active_);
130 if (!active_) {
frame_rate_controller.h 49 bool IsActive() { return active_; }
87 bool active_; member in class:cc::FrameRateController
delay_based_time_source.h 67 bool active_; member in class:cc::DelayBasedTimeSource
  /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_org/v8/src/
sampler.h 106 bool IsActive() const { return NoBarrier_Load(&active_); }
133 void SetActive(bool value) { NoBarrier_Store(&active_, value); }
139 Atomic32 active_; member in class:v8::internal::Sampler
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 63 active_(false),
125 if (!active_) {
169 if (!active_) {
186 if (!active_) {
220 if (active_) {
230 if (!active_) {
245 if (active_) {
253 if (active_) {
263 if (!active_) {
291 if (active_) {
    [all...]
  /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;
  /external/chromium_org/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...]
  /external/chromium_org/ui/compositor/
layer_animation_observer.cc 59 : active_(false),
70 active_ = active;
134 if (active_ && attached_sequences().empty()) {
135 active_ = false;
layer_animation_observer.h 131 bool active() const { return active_; }
141 bool active_; member in class:ui::ImplicitAnimationObserver
  /external/chromium_org/ui/views/ime/
mock_input_method.cc 26 active_(true) {
39 active_(true) {
132 return active_;
182 if (active_ != active) {
183 active_ = 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

Completed in 353 milliseconds

1 2 3 4