Home
last modified time | relevance | path

Searched refs:is_active_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_controller.h143 bool is_active() const { return is_active_; } in is_active()
261 bool is_active_; variable
Dinstant_controller.cc42 is_active_(false), in InstantController()
168 if (!is_active_) { in Update()
169 is_active_ = true; in Update()
214 is_active_ = false; in DestroyPreviewContents()
375 is_active_ = false; in ReleasePreviewContents()
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc234 is_active_(true), in WizardController()
365 is_active_ = false; in ShowLoginScreen()
608 if (!is_active_) in ShowCurrentScreen()
Dwizard_controller.h248 bool is_active_; variable
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h301 bool is_active() const { return is_active_; } in is_active()
334 is_active_(false), in Network()
367 bool is_active_; variable
385 void set_active(bool is_active) { is_active_ = is_active; } in set_active()
Dnetwork_library.cc1088 return value->GetAsBoolean(&is_active_); in ParseValue()
/external/v8/src/
Dliveobjectlist.cc258 inline bool is_active() const { return is_active_; } in is_active()
269 bool is_active_; member in v8::internal::LolFilter
277 : is_active_(false), in LolFilter()
298 is_active_ = true; in InitTypeFilter()
314 is_active_ = true; in InitSpaceFilter()
328 is_active_ = true; in InitPropertyFilter()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.h490 bool is_active_; variable
Dbrowser_window_gtk.cc279 is_active_(!ui::ActiveWindowWatcherX::WMSupportsActivation()), in BrowserWindowGtk()
706 return is_active_; in IsActive()
1198 bool changed = (is_active != is_active_); in ActiveWindowChanged()
1209 is_active_ = is_active; in ActiveWindowChanged()