/external/chromium_org/ui/base/models/ |
D | list_selection_model.cc | 33 : 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 …]
|
D | list_selection_model.h | 39 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/ |
D | tab_strip_selection_model.cc | 31 : 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()
|
D | tab_strip_selection_model.h | 36 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/ |
D | contents_container.cc | 42 : 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/ |
D | input_method_engine.cc | 63 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/ |
D | crash_metrics.h | 43 return active_; in active() 47 active_ = active; in set_active() 54 : active_(false) {} 58 bool active_;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | socketpool.cc | 48 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()
|
D | messagequeue.cc | 109 : 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/ |
D | delay_based_time_source.cc | 69 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()
|
D | frame_rate_controller.cc | 45 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()
|
D | frame_rate_controller.h | 49 bool IsActive() { return active_; } in IsActive() 87 bool active_; variable
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | socketpool.cc | 48 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()
|
D | messagequeue.cc | 124 : 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/ |
D | mock_input_method.cc | 26 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/ |
D | status_area_button.h | 41 void set_active(bool active) { active_ = active; } in set_active() 42 bool active() const { return active_; } in active() 62 bool active_; variable
|
D | status_area_button.cc | 34 active_(true), in StatusAreaButton() 79 if (active_) { in Activate()
|
/external/chromium/chrome/browser/metrics/ |
D | thread_watcher.cc | 29 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/ |
D | layer_animation_observer.cc | 59 : active_(false), in ImplicitAnimationObserver() 70 active_ = active; in SetActive() 134 if (active_ && attached_sequences().empty()) { in CheckCompleted() 135 active_ = false; in CheckCompleted()
|
D | layer_animation_observer.h | 131 bool active() const { return active_; } in active() 141 bool active_; variable
|
/external/chromium_org/net/http/ |
D | http_pipelined_host_test_util.h | 47 active_ = active; in SetState() 52 virtual bool active() const OVERRIDE { return active_; } in active() 65 bool active_; variable
|
/external/chromium_org/v8/src/ |
D | sampler.h | 106 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/ |
D | notification_panel.cc | 404 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/ |
D | display_controller.cc | 143 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/ |
D | thread_watcher.cc | 133 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()
|