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

1 2

  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_icon.h 21 bool active() const { return active_; }
33 bool active_; member in class:ManagePasswordsIcon
  /external/chromium_org/device/bluetooth/
bluetooth_discovery_session.h 76 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 24 ScopeGuard(F f) : f_(f), active_(true) {}
26 ScopeGuard(ScopeGuard&& that) : f_(that.f_), active_(that.active_) {
27 that.active_ = false;
31 if (active_) {
37 active_ = false;
41 bool active_; member in class:ScopeGuard
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_settings_service.h 155 bool active_; member in class:SupervisedUserSettingsService
supervised_user_service.h 260 bool active_; member in class:SupervisedUserService
  /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 82 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/libjingle/source/talk/base/
socketpool.h 82 ConnectedList active_; member in class:talk_base::StreamCache
  /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/chrome/browser/chromeos/input_method/
input_method_engine.h 119 bool active_; member in class:chromeos::InputMethodEngine
  /external/chromium_org/v8/src/
sampler.h 84 bool IsActive() const { return base::NoBarrier_Load(&active_); }
111 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); }
117 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:__anon15379::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:__anon42753::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 117 bool active() const { return active_; }
564 bool active_; member in class:TabDragController

Completed in 1263 milliseconds

1 2