HomeSort by relevance Sort by last modified time
    Searched defs:is_active_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/child/
fling_animator_impl_android.h 36 bool is_active_; member in class:content::FlingAnimatorImpl
  /external/chromium_org/components/autofill/content/browser/wallet/
gaia_account.h 40 bool is_active() const { return is_active_; }
51 bool is_active_; member in class:autofill::wallet::GaiaAccount
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 65 bool is_active_; member in class:views::X11WindowEventFilter
  /external/chromium_org/cc/animation/
layer_animation_controller.h 200 bool is_active_; member in class:cc::LayerAnimationController
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 55 bool is_active_; member in class:AshPanelWindowController
64 is_active_(app_window->GetBaseWindow()->IsActive()) {
148 if (active == is_active_)
150 is_active_ = active;
  /external/chromium_org/components/user_manager/
user.h 225 void set_is_active(bool is_active) { is_active_ = is_active; }
268 bool is_active_; member in class:user_manager::User
  /external/chromium_org/v8/src/
debug.h 465 inline bool is_active() const { return is_active_; }
478 return reinterpret_cast<Address>(&is_active_);
505 inline bool ignore_events() const { return is_suppressed_ || !is_active_; }
578 bool is_active_; member in class:v8::internal::Debug

Completed in 217 milliseconds