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

  /external/chromium_org/remoting/host/
it2me_desktop_environment.cc 42 bool want_user_interface = true; local
51 want_user_interface = getuid() != 0;
55 if (want_user_interface) {
me2me_desktop_environment.cc 86 bool want_user_interface = false; local
95 bool want_user_interface = getuid() != 0; local
97 bool want_user_interface = true; local
101 if (want_user_interface) {

Completed in 97 milliseconds