Searched refs:is_active_ (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/webkit/child/
H A Dfling_animator_impl_android.cc23 : is_active_(false) {
47 if (is_active_)
50 is_active_ = true;
65 if (!is_active_)
68 is_active_ = false;
79 return is_active_ = result;
H A Dfling_animator_impl_android.h44 bool is_active_; member in class:webkit_glue::FlingAnimatorImpl
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_window_event_filter.h62 bool is_active_; member in class:views::X11WindowEventFilter
H A Dx11_window_event_filter.cc69 is_active_(false) {
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc54 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/chrome/browser/instant/
H A Dinstant_controller.h143 bool is_active() const { return is_active_; }
261 bool is_active_; member in class:InstantController
H A Dinstant_controller.cc42 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/chromeos/login/
H A Duser.h212 is_active_ = is_active;
240 bool is_active_; member in class:chromeos::User
H A Duser.cc171 return is_active_;
205 is_active_(false) {
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.h154 bool is_active_; member in class:cc::LayerAnimationController
H A Dlayer_animation_controller.cc23 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/panels/
H A Dpanel_gtk.cc219 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_);
908 return is_active_;
H A Dpanel_gtk.h192 bool is_active_; member in class:PanelGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h141 // 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/
H A Dwizard_controller.h248 bool is_active_; member in class:WizardController
H A Dwizard_controller.cc234 is_active_(true),
365 is_active_ = false;
608 if (!is_active_)
/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.cc48 is_active_(false),
183 return is_active_;
399 is_active_ = gtk_widget_get_window(GTK_WIDGET(window_)) == active_window;
400 if (is_active_)
H A Dnative_app_window_gtk.h120 bool is_active_; member in class:NativeAppWindowGtk
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h301 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; }
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h490 bool is_active_; member in class:BrowserWindowGtk
H A Dbrowser_window_gtk.cc279 is_active_(!ui::ActiveWindowWatcherX::WMSupportsActivation()),
706 return is_active_;
1198 bool changed = (is_active != is_active_);
1209 is_active_ = is_active;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc233 is_active_(false),
707 return is_active_;
1239 bool changed = (is_active != is_active_);
1250 is_active_ = is_active;
2248 return is_active_;
H A Dbrowser_window_gtk.h558 bool is_active_; member in class:BrowserWindowGtk
/external/v8/src/
H A Dliveobjectlist.cc258 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;
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnetwork_library.h354 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

Completed in 454 milliseconds

12