Searched refs:ManagementCreateAppShortcutFunction (Results 1 – 4 of 4) sorted by relevance
157 scoped_refptr<ManagementCreateAppShortcutFunction> create_shortcut_function( in IN_PROC_BROWSER_TEST_F()158 new ManagementCreateAppShortcutFunction()); in IN_PROC_BROWSER_TEST_F()160 ManagementCreateAppShortcutFunction::SetAutoConfirmForTest(true); in IN_PROC_BROWSER_TEST_F()166 create_shortcut_function = new ManagementCreateAppShortcutFunction(); in IN_PROC_BROWSER_TEST_F()168 ManagementCreateAppShortcutFunction::SetAutoConfirmForTest(false); in IN_PROC_BROWSER_TEST_F()
180 class ManagementCreateAppShortcutFunction : public AsyncManagementFunction {185 ManagementCreateAppShortcutFunction();192 virtual ~ManagementCreateAppShortcutFunction();
725 ManagementCreateAppShortcutFunction::ManagementCreateAppShortcutFunction() { in ManagementCreateAppShortcutFunction() function in extensions::ManagementCreateAppShortcutFunction728 ManagementCreateAppShortcutFunction::~ManagementCreateAppShortcutFunction() { in ~ManagementCreateAppShortcutFunction()732 void ManagementCreateAppShortcutFunction::SetAutoConfirmForTest( in SetAutoConfirmForTest()737 void ManagementCreateAppShortcutFunction::OnCloseShortcutPrompt(bool created) { in OnCloseShortcutPrompt()744 bool ManagementCreateAppShortcutFunction::RunAsync() { in RunAsync()786 base::Bind(&ManagementCreateAppShortcutFunction::OnCloseShortcutPrompt, in RunAsync()
139 extensions::ManagementCreateAppShortcutFunction::SetAutoConfirmForTest(true); in IN_PROC_BROWSER_TEST_F()