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

1 2

  /external/chromium_org/components/autofill/content/browser/wallet/
gaia_account.cc 38 bool is_active = false; local
39 if (!dictionary.GetBoolean("is_active", &is_active)) {
40 DLOG(ERROR) << "GAIA account: missing is_active";
47 is_active));
55 bool is_active) {
59 is_active));
77 bool is_active)
81 is_active_(is_active) {}
gaia_account.h 32 bool is_active);
40 bool is_active() const { return is_active_; } function in class:autofill::wallet::GaiaAccount
46 bool is_active);
  /external/chromium_org/content/browser/gamepad/
gamepad_service.h 110 mutable bool is_active; member in struct:content::GamepadService::ConsumerInfo
  /external/chromium_org/ui/wm/core/
capture_controller.h 29 bool is_active() const { return !root_windows_.empty(); } function in class:wm::CaptureController
  /external/chromium_org/net/ssl/
channel_id_service.h 53 bool is_active() const { return request_ != NULL; } function in class:net::ChannelIDService::RequestHandle
  /external/chromium_org/content/browser/service_worker/
service_worker_database.h 62 bool is_active; member in struct:content::ServiceWorkerDatabase::RegistrationData
  /art/runtime/
debugger.h 103 : is_active(false), step_size(JDWP::SS_MIN), step_depth(JDWP::SD_INTO),
108 bool is_active; member in struct:art::SingleStepControl
  /external/chromium_org/components/user_manager/
user.cc 176 bool User::is_active() const { function in class:user_manager::User
  /external/chromium_org/net/dns/
mdns_client_impl.h 271 bool is_active() { return !callback_.is_null(); } function in class:net::MDnsTransactionImpl
  /external/chromium_org/tools/cr/cr/
plugin.py 143 if config_root.only_active and not self.is_active:
167 def is_active(self): member in class:Plugin
265 return [plugin for plugin in cls.UnorderedPlugins() if plugin.is_active]
321 if plugin and not plugin.is_active:
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 1220 uint8_t is_active = FALSE; local
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 991 uint8_t is_active = FALSE; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 1220 uint8_t is_active = FALSE; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 1010 uint8_t is_active = FALSE; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 1377 uint8_t is_active = FALSE; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py 61 def is_active(self): member in class:ExtensionProcessorInterface
815 if not processor.is_active():
  /external/chromium_org/components/policy/core/common/
policy_loader_win.cc 275 bool is_active() { return active_; } function in class:policy::__anon11366::ScopedDisableWow64Redirection
502 if (redirection_disable.is_active() && base::PathExists(preg_file)) {
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 1891 uint8_t is_active = FALSE; local
2024 uint8_t is_active = FALSE; local
    [all...]
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 287 bool is_active() const { return is_visible_ || is_audible_; } function in class:content::ResourceScheduler::Client
326 } else if (is_active() && !is_loaded_) {
328 } else if (is_active()) {
336 } else if (!is_active()) {
    [all...]
  /external/chromium_org/extensions/renderer/
dispatcher.cc 218 bool is_active = local
220 if (is_active)
222 return is_active;
    [all...]
  /external/chromium_org/v8/src/
debug.h 465 inline bool is_active() const { return is_active_; } function in class:v8::internal::Debug
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 1784 BOOLEAN is_active = FALSE; local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 310 uint8_t is_active; /* flag to indicate if bundle is valid */ member in struct:__anon2802
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 312 uint8_t is_active; /* flag to indicate if bundle is valid */ member in struct:__anon3309
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 320 uint8_t is_active = FALSE; local
341 is_active = TRUE;
345 is_active = FALSE;
359 ALOGD("%s: active is %d", __func__, is_active);
360 if (is_active == TRUE) {
    [all...]

Completed in 1008 milliseconds

1 2