Lines Matching full:windows
1 <div id="pageData-name" class="pageData">Windows</div>
5 Use the <code>chrome.windows</code> module
6 to interact with browser windows.
8 create, modify, and rearrange windows in the browser.
11 <img src="images/windows.png"
12 width="256" height="76" alt="Two windows, each with one tab" />
16 To use the windows API,
46 creates a few tabs or windows from a single HTML file,
62 You can find simple examples of using the windows module in the
63 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/windows/">examples/api/windows</a>