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

  /external/chromium_org/ash/test/
test_shell_delegate.h 25 class TestShellDelegate : public ShellDelegate {
27 TestShellDelegate();
28 virtual ~TestShellDelegate();
85 DISALLOW_COPY_AND_ASSIGN(TestShellDelegate);
test_shell_delegate.cc 81 TestShellDelegate::TestShellDelegate()
87 TestShellDelegate::~TestShellDelegate() {
90 bool TestShellDelegate::IsFirstRunAfterBoot() const {
94 bool TestShellDelegate::IsIncognitoAllowed() const {
98 bool TestShellDelegate::IsMultiProfilesEnabled() const {
102 bool TestShellDelegate::IsRunningInForcedAppMode() const {
106 bool TestShellDelegate::IsMultiAccountEnabled() const {
110 void TestShellDelegate::PreInit()
    [all...]

Completed in 144 milliseconds