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

1 2

  /external/chromium_org/webkit/child/
fling_animator_impl_android.cc 23 : is_active_(false) {
47 if (is_active_)
50 is_active_ = true;
65 if (!is_active_)
68 is_active_ = false;
79 return is_active_ = result;
fling_animator_impl_android.h 44 bool is_active_; member in class:webkit_glue::FlingAnimatorImpl
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 62 bool is_active_; member in class:views::X11WindowEventFilter
x11_window_event_filter.cc 69 is_active_(false) {
  /external/chromium/chrome/browser/instant/
instant_controller.h 143 bool is_active() const { return is_active_; }
261 bool is_active_; member in class:InstantController
instant_controller.cc 42 is_active_(false),
168 if (!is_active_) {
169 is_active_ = true;
211 // ReleasePreviewContents sets is_active_ to false, but we need to set it
214 is_active_ = false;
375 is_active_ = false;
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 54 bool is_active_; member in class:AshPanelWindowController
63 is_active_(shell_window->GetBaseWindow()->IsActive()) {
148 if (active == is_active_)
150 is_active_ = active;
  /external/chromium_org/chrome/browser/chromeos/login/
user.h 212 is_active_ = is_active;
240 bool is_active_; member in class:chromeos::User
user.cc 171 return is_active_;
205 is_active_(false) {
  /external/chromium_org/cc/animation/
layer_animation_controller.h 154 bool is_active_; member in class:cc::LayerAnimationController
layer_animation_controller.cc 23 is_active_(false),
687 if (!active_animations_.empty() && (!is_active_ || force))
689 else if (active_animations_.empty() && (is_active_ || force))
691 is_active_ = !active_animations_.empty();
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h 120 bool is_active_; member in class:NativeAppWindowGtk
native_app_window_gtk.cc 48 is_active_(false),
183 return is_active_;
399 is_active_ = gtk_widget_get_window(GTK_WIDGET(window_)) == active_window;
400 if (is_active_)
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.cc 219 is_active_(!ui::ActiveWindowWatcherX::WMSupportsActivation()),
480 if (!is_active_)
576 else if (is_active_)
710 if (!is_active_)
741 if (is_active == is_active_)
753 is_active_ = is_active;
756 panel_->OnActiveStateChanged(is_active_);
    [all...]
panel_gtk.h 192 bool is_active_; member in class:PanelGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 141 // Set |is_active_| property of this tab.
142 void set_is_active(bool is_active) { is_active_ = is_active; }
439 bool is_active_; member in class:TabRendererGtk
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.h 248 bool is_active_; member in class:WizardController
wizard_controller.cc 234 is_active_(true),
365 is_active_ = false;
608 if (!is_active_)
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 301 bool is_active() const { return is_active_; }
334 is_active_(false),
367 bool is_active_; member in class:chromeos::Network
385 void set_active(bool is_active) { is_active_ = is_active; }
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 490 bool is_active_; member in class:BrowserWindowGtk
browser_window_gtk.cc 279 is_active_(!ui::ActiveWindowWatcherX::WMSupportsActivation()),
706 return is_active_;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 558 bool is_active_; member in class:BrowserWindowGtk
browser_window_gtk.cc 233 is_active_(false),
707 return is_active_;
    [all...]
  /external/v8/src/
liveobjectlist.cc 258 inline bool is_active() const { return is_active_; }
269 bool is_active_; member in class:v8::internal::LolFilter
277 : is_active_(false),
298 is_active_ = true;
314 is_active_ = true;
328 is_active_ = true;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.h 354 bool is_active() const { return is_active_; }
514 void set_is_active(bool is_active) { is_active_ = is_active; }
551 bool is_active_; member in class:chromeos::Network
    [all...]

Completed in 1014 milliseconds

1 2