HomeSort by relevance Sort by last modified time
    Searched full:set_is_active (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.cc 112 ethernet->set_is_active(ethernet->connected());
468 ethernet_->set_is_active(false);
488 other->set_is_active(false);
701 modify_network->set_is_active(false);
network_library_impl_base.cc     [all...]
native_network_parser.cc 758 network->set_is_active(is_active);
    [all...]
network_library.h 514 void set_is_active(bool is_active) { is_active_ = is_active; } function in class:chromeos::Network
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
user.h 211 void set_is_active(bool is_active) { function in class:chromeos::User
user_manager_impl.cc 323 active_user_->set_is_active(false);
358 active_user_->set_is_active(true);
403 active_user_->set_is_active(false);
404 user->set_is_active(true);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc 78 renderers_[i]->set_is_active(
tab_renderer_gtk.h 142 void set_is_active(bool is_active) { is_active_ = is_active; } function in class:TabRendererGtk

Completed in 1078 milliseconds