/external/autotest/client/site_tests/ui_SystemTray/ |
D | ui_SystemTray.py | 62 if self.logged_in is None: 66 with chrome.Chrome(logged_in=self.logged_in): 92 if self.logged_in and self.mask_points is not None: 96 def run_once(self, width, height, mask_points=None, logged_in=None): argument 99 self.logged_in = logged_in
|
D | control.guest.link | 28 logged_in=False,
|
D | control.user.link | 37 logged_in=True,
|
/external/autotest/client/site_tests/security_ProfilePermissions/ |
D | security_ProfilePermissions.py | 21 def initialize(self, logged_in): argument 22 self._logged_in = logged_in 50 with chrome.Chrome(logged_in=self._logged_in) as cr:
|
D | control | 23 logged_in=True, tag='login') 25 logged_in=False, tag='guest')
|
/external/ppp/pppd/ |
D | session.c | 103 static bool logged_in = 0; variable 375 logged_in = 1; 424 if (logged_in) { in session_end() 428 logged_in = 0; in session_end()
|
/external/autotest/client/common_lib/cros/ |
D | chrome.py | 24 def __init__(self, logged_in=True, extension_paths=[], autotest_ext=False, argument 65 if logged_in else self.BROWSER_TYPE_GUEST) 71 if logged_in:
|
/external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
D | network_WiFi_SuspendStress.py | 34 def logged_in(self): member in network_WiFi_SuspendStress 105 start_condition=self.logged_in,
|
/external/autotest/client/site_tests/login_CryptohomeIncognito/ |
D | login_CryptohomeIncognito.py | 17 with chrome.Chrome(logged_in=False):
|
/external/autotest/client/site_tests/telemetry_LoginTest/ |
D | telemetry_LoginTest.py | 39 with chrome.Chrome(logged_in=True, autotest_ext=True) as cr:
|
/external/autotest/client/site_tests/power_PSROccupancyTest/ |
D | power_PSROccupancyTest.py | 64 with chrome.Chrome(logged_in=False, extra_browser_args=['--kiosk']):
|
/external/autotest/client/site_tests/graphics_WebGLClear/ |
D | graphics_WebGLClear.py | 87 with chrome.Chrome(logged_in=False,
|
/external/autotest/client/site_tests/graphics_WebGLPerformance/ |
D | graphics_WebGLPerformance.py | 116 with chrome.Chrome(logged_in=False, extension_paths=ext_paths) as cr:
|
/external/autotest/client/cros/networking/chrome_testing/ |
D | chrome_networking_test_context.py | 64 self._chrome = chrome.Chrome(logged_in=True, gaia_login=True,
|
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/ |
D | graphics_WebGLManyPlanetsDeep.py | 121 with chrome.Chrome(logged_in=False, extension_paths=ext_paths) as cr:
|
/external/autotest/server/site_tests/power_SuspendShutdown/ |
D | power_SuspendShutdown.py | 127 def logged_in(self): member in power_SuspendShutdown
|
/external/autotest/client/site_tests/security_BundledExtensions/ |
D | security_BundledExtensions.py | 66 with chrome.Chrome(logged_in=True, autotest_ext=True) as cr:
|
/external/autotest/client/site_tests/graphics_Stress/ |
D | graphics_Stress.py | 52 logged_in=True,
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 36 with chrome.Chrome(logged_in=False, extra_browser_args=['--kiosk']):
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
D | graphics_WebGLAquarium.py | 258 with chrome.Chrome(logged_in=False) as cr:
|