Home
last modified time | relevance | path

Searched refs:active_ (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/ui/base/models/
Dlist_selection_model.cc33 : active_(kUnselectedIndex), in ListSelectionModel()
47 IncrementFromImpl(index, &active_); in IncrementFrom()
59 DecrementFromImpl(index, &active_); in DecrementFrom()
63 anchor_ = active_ = index; in SetSelectedIndex()
97 active_ = index; in SetSelectionFromAnchorTo()
111 active_ = index; in AddSelectionFromAnchorTo()
118 bool was_active = from == active_; in Move()
128 active_ = to; in Move()
136 anchor_ = active_ = kUnselectedIndex; in Clear()
143 active_ = source.active_; in Copy()
[all …]
Dlist_selection_model.h39 void set_active(int active) { active_ = active; } in set_active()
40 int active() const { return active_; } in active()
107 int active_; variable
/external/chromium/chrome/browser/tabs/
Dtab_strip_selection_model.cc31 : active_(kUnselectedIndex), in TabStripSelectionModel()
45 IncrementFromImpl(index, &active_); in IncrementFrom()
57 DecrementFromImpl(index, &active_); in DecrementFrom()
61 anchor_ = active_ = index; in SetSelectedIndex()
93 active_ = index; in SetSelectionFromAnchorTo()
107 active_ = index; in AddSelectionFromAnchorTo()
114 bool was_active = from == active_; in Move()
124 active_ = to; in Move()
132 anchor_ = active_ = kUnselectedIndex; in Clear()
139 active_ = source.active_; in Copy()
Dtab_strip_selection_model.h36 void set_active(int active) { active_ = active; } in set_active()
37 int active() const { return active_; } in active()
101 int active_; variable
/external/chromium/chrome/browser/ui/views/frame/
Dcontents_container.cc42 : active_(active), in ContentsContainer()
48 AddChildView(active_); in ContentsContainer()
62 active_ = preview_; in MakePreviewContentsActiveContents()
142 active_->SetBounds(0, active_top_margin_, width(), in Layout()
161 views::View::ConvertPointToScreen(active_, &screen_origin); in CreateOverlay()
162 gfx::Rect overlay_bounds(screen_origin, active_->size()); in CreateOverlay()
163 active_overlay_->Init(active_->GetWidget()->GetNativeView(), overlay_bounds); in CreateOverlay()
169 active_overlay_->MoveAboveWidget(active_->GetWidget()); in CreateOverlay()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine.cc63 active_(false), in InputMethodEngine()
125 if (!active_) { in SetComposition()
169 if (!active_) { in ClearComposition()
186 if (!active_) { in CommitText()
220 if (active_) { in SetCandidateWindowProperty()
230 if (!active_) { in SetCandidateWindowVisible()
245 if (active_) { in SetCandidateWindowAuxText()
253 if (active_) { in SetCandidateWindowAuxTextVisible()
263 if (!active_) { in SetCandidates()
291 if (active_) { in SetCandidates()
[all …]
/external/chromium_org/chrome_frame/crash_reporting/
Dcrash_metrics.h43 return active_; in active()
47 active_ = active; in set_active()
54 : active_(false) {}
58 bool active_;
/external/chromium/third_party/libjingle/source/talk/base/
Dsocketpool.cc48 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ~StreamCache()
66 active_.push_front(*it); in RequestConnectedStream()
71 return active_.front().second; in RequestConnectedStream()
76 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream()
78 return active_.front().second; in RequestConnectedStream()
84 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ReturnConnectedStream()
98 active_.erase(it); in ReturnConnectedStream()
Dmessagequeue.cc109 : ss_(ss), fStop_(false), fPeekKeep_(false), active_(false), in MessageQueue()
128 if (active_) { in ~MessageQueue()
377 if (!active_) { in EnsureActive()
378 active_ = true; in EnsureActive()
/external/chromium_org/cc/scheduler/
Ddelay_based_time_source.cc69 active_(false), in DelayBasedTimeSource()
77 if (active == active_) in SetActive()
79 active_ = active; in SetActive()
81 if (!active_) { in SetActive()
101 bool DelayBasedTimeSource::Active() const { return active_; } in Active()
110 DCHECK(active_); in OnTimerFired()
130 if (!active_) { in SetTimebaseAndInterval()
Dframe_rate_controller.cc45 active_(false), in FrameRateController()
61 active_(false), in FrameRateController()
73 if (active_ == active) in SetActive()
76 active_ = active; in SetActive()
115 DCHECK(active_); in OnTimerTick()
136 if (active_ && !manual_tick_pending_) { in PostManualTick()
Dframe_rate_controller.h49 bool IsActive() { return active_; } in IsActive()
87 bool active_; variable
/external/chromium_org/third_party/libjingle/source/talk/base/
Dsocketpool.cc48 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ~StreamCache()
66 active_.push_front(*it); in RequestConnectedStream()
71 return active_.front().second; in RequestConnectedStream()
76 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream()
78 return active_.front().second; in RequestConnectedStream()
84 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ReturnConnectedStream()
98 active_.erase(it); in ReturnConnectedStream()
Dmessagequeue.cc124 : ss_(ss), fStop_(false), fPeekKeep_(false), active_(false), in MessageQueue()
143 if (active_) { in ~MessageQueue()
401 if (!active_) { in EnsureActive()
402 active_ = true; in EnsureActive()
/external/chromium_org/ui/views/ime/
Dmock_input_method.cc26 active_(true) { in MockInputMethod()
39 active_(true) { in MockInputMethod()
132 return active_; in IsActive()
182 if (active_ != active) { in SetActive()
183 active_ = active; in SetActive()
/external/chromium/chrome/browser/chromeos/status/
Dstatus_area_button.h41 void set_active(bool active) { active_ = active; } in set_active()
42 bool active() const { return active_; } in active()
62 bool active_; variable
Dstatus_area_button.cc34 active_(true), in StatusAreaButton()
79 if (active_) { in Activate()
/external/chromium/chrome/browser/metrics/
Dthread_watcher.cc29 active_(false), in ThreadWatcher()
72 if (active_) return; in ActivateThreadWatching()
73 active_ = true; in ActivateThreadWatching()
82 active_ = false; in DeActivateThreadWatching()
91 if (!active_) return; in WakeUp()
105 if (!active_ || ping_count_ <= 0) in PostPingMessage()
149 if (!active_ || --ping_count_ <= 0) in OnPongMessage()
161 if (!active_) in OnCheckResponsiveness()
/external/chromium_org/ui/compositor/
Dlayer_animation_observer.cc59 : active_(false), in ImplicitAnimationObserver()
70 active_ = active; in SetActive()
134 if (active_ && attached_sequences().empty()) { in CheckCompleted()
135 active_ = false; in CheckCompleted()
Dlayer_animation_observer.h131 bool active() const { return active_; } in active()
141 bool active_; variable
/external/chromium_org/net/http/
Dhttp_pipelined_host_test_util.h47 active_ = active; in SetState()
52 virtual bool active() const OVERRIDE { return active_; } in active()
65 bool active_; variable
/external/chromium_org/v8/src/
Dsampler.h106 bool IsActive() const { return NoBarrier_Load(&active_); } in IsActive()
133 void SetActive(bool value) { NoBarrier_Store(&active_, value); } in SetActive()
139 Atomic32 active_; variable
/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.cc404 active_(NULL), in NotificationPanel()
508 if (view == active_) in Remove()
509 active_ = NULL; in Remove()
568 if (active_ == view || (view && view->closed())) in SetActiveView()
570 if (active_) in SetActiveView()
571 active_->Deactivated(); in SetActiveView()
572 active_ = view; in SetActiveView()
573 if (active_) in SetActiveView()
574 active_->Activated(); in SetActiveView()
598 if (active_) in ActivatePanel()
[all …]
/external/chromium_org/ash/display/
Ddisplay_controller.cc143 active_(NULL) { in FocusActivationStore()
156 active_ = activation_client_->GetActiveWindow(); in Store()
157 if (active_ && focused_ != active_) in Store()
158 tracker_.Add(active_); in Store()
162 activation_client_->DeactivateWindow(active_); in Store()
178 } else if (active_ && tracker_.Contains(active_)) { in Restore()
179 activation_client_->ActivateWindow(active_); in Restore()
183 if (active_) in Restore()
184 tracker_.Remove(active_); in Restore()
186 active_ = NULL; in Restore()
[all …]
/external/chromium_org/chrome/browser/metrics/
Dthread_watcher.cc133 active_(false), in ThreadWatcher()
179 if (active_) return; in ActivateThreadWatching()
180 active_ = true; in ActivateThreadWatching()
191 active_ = false; in DeActivateThreadWatching()
200 if (!active_) return; in WakeUp()
223 if (!active_ || ping_count_ <= 0) in PostPingMessage()
272 if (!active_ || --ping_count_ <= 0) in OnPongMessage()
285 if (!active_) { in OnCheckResponsiveness()

1234