Lines Matching refs:windows
247 Sets whether to hide insecure windows.
250 …windows refer to the windows that may block the **UIExtensionComponent**, such as global floating …
260 … | Yes | Whether to hide insecure windows. The value **true** means to hide insecure …
288 // Hide insecure windows.
290 console.log(`Succeeded in hiding the non-secure windows.`);
292 console.log(`Failed to hide the non-secure windows. Cause:${JSON.stringify(err)}`);
297 // Unhide insecure windows.
299 console.log(`Succeeded in showing the non-secure windows.`);
301 console.log(`Failed to show the non-secure windows. Cause:${JSON.stringify(err)}`);
561 console.log(`Succeeded in hiding the non-secure windows.`);
563 console.log(`Failed to hide the non-secure windows. Cause:${JSON.stringify(err)}`);
572 console.log(`Succeeded in showing the non-secure windows.`);
574 console.log(`Failed to show the non-secure windows. Cause:${JSON.stringify(err)}`);