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

  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 120 bool needs_elevation = false; local
123 needs_elevation = !IsProcessElevated();
126 DCHECK(!needs_elevation);
208 needs_elevation ? KEY_READ : KEY_READ | KEY_WRITE);
218 if (!needs_elevation) {
250 needs_elevation,
me2me_native_messaging_host.h 41 bool needs_elevation,
me2me_native_messaging_host.cc 74 bool needs_elevation,
80 : needs_elevation_(needs_elevation),

Completed in 107 milliseconds