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

  /external/chromium_org/content/child/
fling_animator_impl_android.cc 33 : is_active_(false),
44 if (is_active_)
47 is_active_ = true;
60 if (!is_active_)
63 is_active_ = false;
78 is_active_ = false;
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
gaia_account.cc 67 is_active_ == other.is_active_;
81 is_active_(is_active) {}
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 65 bool is_active_; member in class:views::X11WindowEventFilter
x11_window_event_filter.cc 57 is_active_(false),
  /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
user.cc 177 return is_active_;
213 is_active_(false),
  /external/chromium_org/cc/animation/
layer_animation_controller.h 200 bool is_active_; member in class:cc::LayerAnimationController
layer_animation_controller.cc 27 is_active_(false),
    [all...]
  /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
debug.cc 38 is_active_(false),
    [all...]

Completed in 587 milliseconds