HomeSort by relevance Sort by last modified time
    Searched defs:is_active_ (Results 1 - 5 of 5) 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
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.h 248 bool is_active_; member in class:WizardController
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 490 bool is_active_; member in class:BrowserWindowGtk
  /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/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...]

Completed in 83 milliseconds