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

1 2

  /external/chromium_org/device/bluetooth/
bluetooth_discovery_session.h 75 bool active_; member in class:device::BluetoothDiscoverySession
bluetooth_gatt_notify_session_chromeos.h 55 bool active_; member in class:chromeos::BluetoothGattNotifySessionChromeOS
  /bionic/libc/private/
ScopeGuard.h 26 ScopeGuard(F f) : f_(f), active_(true) {}
28 ScopeGuard(ScopeGuard&& that) : f_(that.f_), active_(that.active_) {
29 that.active_ = false;
33 if (active_) {
39 active_ = false;
43 bool active_; member in class:ScopeGuard
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_icon.h 21 bool active() const { return active_; }
40 bool active_; member in class:ManagePasswordsIcon
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_settings_service.h 155 bool active_; member in class:SupervisedUserSettingsService
supervised_user_service.h 315 bool active_; member in class:SupervisedUserService
  /external/chromium_org/content/child/service_worker/
service_worker_provider_context.h 102 scoped_ptr<ServiceWorkerHandleReference> active_; member in class:content::ServiceWorkerProviderContext
  /external/chromium_org/ui/base/ime/
input_method_win.h 132 bool active_; member in class:ui::InputMethodWin
  /external/chromium_org/ui/base/models/
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
  /art/compiler/optimizing/
register_allocator.h 134 GrowableArray<LiveInterval*> active_; member in class:art::RegisterAllocator
  /external/chromium_org/cc/scheduler/
delay_based_time_source.h 87 bool active_; member in class:cc::DelayBasedTimeSource
  /external/chromium_org/chromeos/network/onc/
onc_merger_unittest.cc 56 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/ppapi/tests/extensions/background_keepalive/
background.cc 20 active_(true) {
28 active_ = false;
35 if (active_) {
45 bool active_; member in class:Instance
  /external/chromium_org/ui/compositor/
layer_animation_observer.h 131 bool active() const { return active_; }
141 bool active_; member in class:ui::ImplicitAnimationObserver
  /external/chromium_org/third_party/webrtc/base/
socketpool.h 65 ConnectedList active_; member in class:rtc::StreamCache
  /external/chromium_org/ui/views/ime/
mock_input_method.h 90 bool active_; member in class:views::MockInputMethod
  /external/chromium_org/v8/src/
sampler.h 85 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
v8threads.cc 19 bool Locker::active_ = false; member in class:v8::Locker
30 active_ = true;
67 return active_;
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 129 bool active() const { return active_; }
244 bool active_; member in class:ThreadWatcher
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_controller.h 55 BOOL active_; variable
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system_mock.cpp 136 if (!active_)
141 if (active_)
144 active_ = true;
148 if (!active_)
151 active_ = false;
158 bool active_; member in class:__anon16120::MockSystem
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system_mock.cpp 136 if (!active_)
141 if (active_)
144 active_ = true;
148 if (!active_)
151 active_ = false;
158 bool active_; member in class:__anon43675::MockSystem
  /external/chromium_org/ash/display/
display_controller.cc 155 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/chrome/browser/ui/views/tabs/
tab_drag_controller.h 109 bool active() const { return active_; }
523 bool active_; member in class:TabDragController
  /external/chromium_org/components/policy/core/common/
policy_loader_win.cc 259 : active_(false),
264 active_ = true;
271 if (active_)
275 bool is_active() { return active_; }
278 bool active_; member in class:policy::__anon11366::ScopedDisableWow64Redirection

Completed in 962 milliseconds

1 2