Home
last modified time | relevance | path

Searched refs:_close (Results 1 – 20 of 20) sorted by relevance

/external/qemu/android/utils/
Ddebug.c105 _close(stdio_save_out_fd); in stdio_enable()
106 _close(stdio_save_err_fd); in stdio_enable()
/external/e2fsprogs/include/nonunix/
Dunistd.h20 #define close _close
/external/openssl/crypto/bio/
Dbio_lcl.h27 #define UP_close _close
/external/webkit/Source/WebKit/mac/History/
DWebHistoryItemInternal.h60 - (void)_close;
DWebBackForwardList.mm147 - (void)_close
/external/tcpdump/
Dtcpdump-stdinc.h66 #define close _close
/external/javasqlite/src/main/java/SQLite/
DDatabase.java156 _close(); in close()
160 private native void _close() in _close() method in Database
/external/stlport/src/details/
Dfstream_stdio.cpp100 # define _close close macro
/external/webkit/Source/WebCore/inspector/front-end/
DTimelineOverviewPane.js260 …var window = this._overviewWindowSelector._close(event.pageX - this._overviewGrid.element.offsetLe…
471 _close: function(position) method in WebInspector.TimelinePanel.WindowSelector
/external/webkit/Source/WebKit/mac/WebView/
DWebViewPrivate.h303 - (void)_close;
DWebView.mm1138 // _close is here only for backward compatibility; clients and subclasses should use
1140 - (void)_close
3278 // _close existed first, and some clients might be calling or overriding it, so call through.
3279 [self _close];
/external/libvpx/build/make/
Dobj_int_extract.c1032 if (_close(fd)) in main()
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2954 (-[WebView _close]):
1676 (-[WebView _close]):
2453 (-[WebView _close]):
3687 (-[WebView _close]):
5000 (-[WebView _close]): Call [self _clearViewUpdateRunLoopObserver] instead of
5132 (-[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 …]
DChangeLog-2007-10-14159 (-[WebView _close]):
282 (-[WebView _close]): The fix: don't nil out our delegates until after
1082 (-[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 …]
DWebKit.order724 -[WebView(WebPrivate) _close]
DChangeLog4905 (-[WebView _close]):
7437 (-[WebView _close]):
8926 (-[WebView _close]): Null out _private->page before deleting the page, so code called
9126 (-[WebView _close]):
10856 _private->closed since _close now does this earlier, before
10858 (-[WebView _close]): Moved code to set _private->closed to the
DChangeLog-2006-02-09872 (-[WebView _close]): ditto
1396 (-[WebView _close]): ditto
1940 (-[WebView _close]):
2271 (-[WebView _close]):
12832 (-[WebView _close]): Call AK's closeSpellDocumentWithTag: for proper cleanup.
13849 (-[WebView _close]): release dragCursorBridge
22291 …(-[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
/external/chromium/third_party/libevent/
Devdns.c147 #define close _close
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-165327 Don't clear the PageGroup on _close, as the WebCore::Page destructor already does this.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2415363 (WebInspector.TimelinePanel.WindowSelector.prototype._close):