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

  /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/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...]
network_library.cc     [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/v8/src/
liveobjectlist.cc 256 inline bool is_active() const { return is_active_; }
267 bool is_active_; member in class:v8::internal::LolFilter
275 : is_active_(false),
296 is_active_ = true;
312 is_active_ = true;
326 is_active_ = true;
    [all...]

Completed in 160 milliseconds