Home
last modified time | relevance | path

Searched refs:IsInteractiveDesktop (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/tests/validation_tests/
Dcommands.cc208 bool IsInteractiveDesktop(bool* is_interactive) { in IsInteractiveDesktop() function
228 if (IsInteractiveDesktop(&is_interactive) && is_interactive) { in TestOpenInputDesktop()