Searched refs:active_ (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/device/bluetooth/
H A Dbluetooth_discovery_session.cc14 : active_(true), adapter_(adapter), weak_ptr_factory_(this) {
19 if (active_) {
26 return active_;
32 if (!active_) {
51 if (!active_)
53 active_ = false;
H A Dbluetooth_gatt_notify_session_chromeos.cc23 : active_(true),
52 // Determine if the session is active. If |active_| is false, then it's
54 if (!active_)
57 // The fact that |active_| is true doesn't mean that the session is
69 active_ = false;
71 return active_;
75 if (!active_) {
82 active_ = false;
106 active_ = false;
115 if (!active_)
[all...]
H A Dbluetooth_discovery_session.h75 bool active_; member in class:device::BluetoothDiscoverySession
H A Dbluetooth_gatt_notify_session_chromeos.h55 bool active_; member in class:chromeos::BluetoothGattNotifySessionChromeOS
/external/chromium_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.cc20 active_(true) {
28 active_ = false;
35 if (active_) {
45 bool active_; member in class:Instance
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_icon.h21 bool active() const { return active_; }
40 bool active_; member in class:ManagePasswordsIcon
H A Dmanage_passwords_icon.cc14 active_(false) {
21 if (active_ == active)
23 active_ = active;
/external/chromium_org/ui/base/models/
H A Dlist_selection_model.cc33 : 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_
[all...]
H A Dlist_selection_model.h39 void set_active(int active) { active_ = active; }
40 int active() const { return active_; }
107 int active_; member in class:ui::ListSelectionModel
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_provider_context.cc52 return active_.get();
89 active_ = ServiceWorkerHandleReference::Adopt(
95 active_.reset();
108 which = active_.get();
144 active_ =
176 return active_ ? active_->info().handle_id
H A Dservice_worker_provider_context.h102 scoped_ptr<ServiceWorkerHandleReference> active_; member in class:content::ServiceWorkerProviderContext
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dbraille_overlay_widget.js23 this.active_ = false;
58 this.active_ = value;
69 return this.active_;
/external/chromium_org/v8/src/
H A Dsampler.h85 bool IsActive() const { return base::NoBarrier_Load(&active_); }
112 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); }
118 base::Atomic32 active_; member in class:v8::internal::Sampler
H A Dv8threads.cc19 bool Locker::active_ = false; member in class:v8::Locker
30 active_ = true;
67 return active_;
/external/chromium_org/third_party/webrtc/base/
H A Dsocketpool.cc31 for (ConnectedList::iterator it = active_.begin(); it != active_.end();
48 // Move from cached_ to active_
49 active_.push_front(*it);
54 return active_.front().second;
59 active_.push_front(ConnectedStream(remote, stream));
61 return active_.front().second;
67 for (ConnectedList::iterator it = active_.begin(); it != active_.end();
81 active_
[all...]
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc59 : active_(false),
70 active_ = active;
134 if (active_ && attached_sequences().empty()) {
135 active_ = false;
H A Dlayer_animation_observer.h131 bool active() const { return active_; }
141 bool active_; member in class:ui::ImplicitAnimationObserver
/external/chromium_org/cc/scheduler/
H A Ddelay_based_time_source.cc74 active_(false),
84 if (active == active_)
86 active_ = active;
88 if (!active_) {
108 bool DelayBasedTimeSource::Active() const { return active_; }
119 DCHECK(active_);
140 if (!active_) {
311 state->SetBoolean("active", active_);
H A Ddelay_based_time_source.h87 bool active_; member in class:cc::DelayBasedTimeSource
/external/chromium_org/ui/views/ime/
H A Dmock_input_method.cc25 active_(true) {
37 active_(true) {
126 return active_;
171 if (active_ != active) {
172 active_ = active;
H A Dmock_input_method.h90 bool active_; member in class:views::MockInputMethod
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system_mock.cpp136 if (!active_)
141 if (active_)
144 active_ = true;
148 if (!active_)
151 active_ = false;
158 bool active_; member in class:__anon11495::MockSystem
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc155 active_(NULL) {
168 active_ = activation_client_->GetActiveWindow();
169 if (active_ && focused_ != active_)
170 tracker_.Add(active_);
174 activation_client_->DeactivateWindow(active_);
190 } else if (active_ && tracker_.Contains(active_)) {
191 activation_client_->ActivateWindow(active_);
195 if (active_)
207 aura::Window* active_; member in class:ash::FocusActivationStore
[all...]
/external/chromium_org/chromeos/network/onc/
H A Donc_merger_unittest.cc56 scoped_ptr<const base::DictionaryValue> active_; member in class:chromeos::onc::merger::ONCMergerTest
64 active_ = test_utils::ReadTestDictionary("vpn_active_settings.onc");
153 user_.get(), NULL, active_.get()));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc160 active_(false),
522 if (active_) {
694 if (active_ == active)
696 active_ = active;
698 if (!delegate_ || !delegate_->SetActive(active_)) {
699 if (active_) {
731 sync_service->SetEncryptEverythingAllowed(!active_);
734 settings_service->SetActive(active_);
740 if (active_) {

Completed in 396 milliseconds

12