Home | History | Annotate | Download | only in extensions

Lines Matching refs:IsInstalled

39         "window.domAutomationController.send(window.chrome.app.isInstalled);";
101 #define MAYBE_IsInstalled IsInstalled
130 // app process, so chrome.app.isInstalled should return false.
133 // Test that a non-app page has chrome.app.isInstalled = false.
149 // Check that an app page has chrome.app.isInstalled = true.
168 // Try to change app.isInstalled. Should silently fail, so
169 // that isInstalled should have the initial value.
175 " var value = window.chrome.app.isInstalled;"
176 " window.chrome.app.isInstalled = !value;"
177 " if (window.chrome.app.isInstalled == value) {"
186 // Should not be able to alter window.chrome.app.isInstalled from javascript";