OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestShellDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/test/
test_shell_delegate.h
23
class
TestShellDelegate
: public ShellDelegate {
25
TestShellDelegate
();
26
virtual ~
TestShellDelegate
();
69
DISALLOW_COPY_AND_ASSIGN(
TestShellDelegate
);
test_shell_delegate.cc
55
TestShellDelegate
::
TestShellDelegate
()
61
TestShellDelegate
::~
TestShellDelegate
() {
64
bool
TestShellDelegate
::IsFirstRunAfterBoot() const {
68
bool
TestShellDelegate
::IsIncognitoAllowed() const {
72
bool
TestShellDelegate
::IsMultiProfilesEnabled() const {
76
bool
TestShellDelegate
::IsRunningInForcedAppMode() const {
80
void
TestShellDelegate
::PreInit() {
83
void
TestShellDelegate
::Shutdown()
[
all
...]
Completed in 776 milliseconds