Searched refs:_close (Results 1 – 20 of 20) sorted by relevance
105 _close(stdio_save_out_fd); in stdio_enable()106 _close(stdio_save_err_fd); in stdio_enable()
20 #define close _close
27 #define UP_close _close
60 - (void)_close;
147 - (void)_close
66 #define close _close
156 _close(); in close()160 private native void _close() in _close() method in Database
100 # define _close close macro
260 …var window = this._overviewWindowSelector._close(event.pageX - this._overviewGrid.element.offsetLe…471 _close: function(position) method in WebInspector.TimelinePanel.WindowSelector
303 - (void)_close;
1138 // _close is here only for backward compatibility; clients and subclasses should use1140 - (void)_close3278 // _close existed first, and some clients might be calling or overriding it, so call through.3279 [self _close];
1032 if (_close(fd)) in main()
54 (-[WebView _close]):1676 (-[WebView _close]):2453 (-[WebView _close]):3687 (-[WebView _close]):5000 (-[WebView _close]): Call [self _clearViewUpdateRunLoopObserver] instead of5132 (-[WebView _close]): Added code to nil out the lastMouseoverView global.6765 (-[WebView _close]): Correct a comment.7129 to -_close.7132 (-[WebView _close]):8427 (-[WebView _close]): Call -[WebCache setDisabled:YES] instead of[all …]
159 (-[WebView _close]):282 (-[WebView _close]): The fix: don't nil out our delegates until after1082 (-[WebView _close]): Call closeSharedDatabase.7351 …(-[WebView _close]): WebKit has both a global plug-in database and a separate, per WebView plug-in…8979 (-[WebBackForwardList _close]):9101 (-[WebView _close]):9287 (-[WebView _close]):12803 (-[WebView _close]):14396 (-[WebView _close]):17028 … <rdar://problem/4649759> Crash when selecting View Source menu using Chinese (-[WebView _close])[all …]
724 -[WebView(WebPrivate) _close]
4905 (-[WebView _close]):7437 (-[WebView _close]):8926 (-[WebView _close]): Null out _private->page before deleting the page, so code called9126 (-[WebView _close]):10856 _private->closed since _close now does this earlier, before10858 (-[WebView _close]): Moved code to set _private->closed to the
872 (-[WebView _close]): ditto1396 (-[WebView _close]): ditto1940 (-[WebView _close]):2271 (-[WebView _close]):12832 (-[WebView _close]): Call AK's closeSpellDocumentWithTag: for proper cleanup.13849 (-[WebView _close]): release dragCursorBridge22291 …(-[WebView _close]): clear the page cache when we are closing the web view so we call destroy on a…25505 (-[WebView dealloc]): call [self _close]25509 (-[WebView _close]): remove self from controller set and detach and release frame
147 #define close _close
5327 Don't clear the PageGroup on _close, as the WebCore::Page destructor already does this.
15363 (WebInspector.TimelinePanel.WindowSelector.prototype._close):