Searched refs:windowId (Results 1 – 3 of 3) sorted by relevance
24 console.log("Set window " + sender.tab.windowId + " to fullscreen.");25 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});27 console.log("Update window " + sender.tab.windowId + ": " +29 chrome.windows.update(sender.tab.windowId, message.updateInfo);31 console.log("Move window " + sender.tab.windowId +46 chrome.windows.update(sender.tab.windowId, {51 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
824 WindowId windowId = parent.getWindowId(); in getWindowId_shouldReturnValidObjectWhenAttached() local825 assertThat(windowId).isNotNull(); in getWindowId_shouldReturnValidObjectWhenAttached()826 assertThat(child.getWindowId()).isSameAs(windowId); in getWindowId_shouldReturnValidObjectWhenAttached()827 assertThat(child.getWindowId()).isEqualTo(windowId); // equals must work! in getWindowId_shouldReturnValidObjectWhenAttached()831 assertThat(anotherChild.getWindowId()).isEqualTo(windowId); in getWindowId_shouldReturnValidObjectWhenAttached()
175 int32_t windowId; member