Home
last modified time | relevance | path

Searched refs:windowId (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/deps/graphics/graphics_test_extension/
Dbackground.js24 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"});
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java824 WindowId windowId = parent.getWindowId(); in getWindowId_shouldReturnValidObjectWhenAttached() local
825 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()
/external/wayland-protocols/flinger_headers/
DArcInputBridgeProtocol.h175 int32_t windowId; member