Searched refs:currentAppWindow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dapp_window_custom_bindings.js16 var currentAppWindow = null; variable
78 if (!currentAppWindow) {
83 return currentAppWindow;
163 currentAppWindow = new AppWindow;
192 var currentWindow = currentAppWindow;
211 if (!currentAppWindow)
213 dispatchEventIfExists(currentAppWindow, "onClosed");

Completed in 101 milliseconds