Searched refs:closeWindow (Results 1 – 10 of 10) sorted by relevance
69 void closeWindow();
45 this->closeWindow(); in ~SkOSWindow()48 void SkOSWindow::closeWindow() { in closeWindow() function in SkOSWindow64 this->closeWindow(); in initWindow()
84 closeWindow: function() method in WebInspector.InspectorFrontendHostStub
233 InspectorFrontendHostAPI.prototype.closeWindow = function() {} method in InspectorFrontendHostAPI
115 - (IBAction)closeWindow:(id)sender;
193 - (IBAction)closeWindow:(id)sender {
75 …closeButtonElement.addEventListener("click", InspectorFrontendHost.closeWindow.bind(InspectorFront…
83 test.util.sync.closeWindow = function(appId) { function