OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
1876 - 1900
of
7589
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/chromium_org/third_party/WebKit/Source/core/dom/default/chromium/
PlatformMessagePortChannelChromium.cpp
60
// Make sure we
close
our platform channel when the base is freed, to keep the channel objects from leaking.
61
m_channel->
close
();
84
void MessagePortChannel::
close
()
function in class:WebCore::MessagePortChannel
86
m_channel->
close
();
214
void PlatformMessagePortChannel::
close
()
function in class:WebCore::PlatformMessagePortChannel
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.h
71
void
close
(const String& url);
/external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.h
75
void
close
();
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamHandle.cpp
97
void SocketStreamHandleInternal::
close
()
function in class:WebCore::SocketStreamHandleInternal
99
LOG(Network, "SocketStreamHandleInternal %p
close
()", this);
101
m_socket->
close
();
218
void SocketStreamHandle::
close
()
function in class:WebCore::SocketStreamHandle
278
m_internal->
close
();
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.h
64
void
close
();
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.cpp
82
// When destroying a MediaKeys object, follow the steps in
close
().
84
m_sessions[i]->
close
();
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceBase.h
64
virtual void
close
() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketChannel.h
85
virtual void
close
(int code, const String& reason) = 0;
87
// Log the reason text and
close
the connection. Will call didClose().
/external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCDataChannelHandler.cpp
122
void MockWebRTCDataChannelHandler::
close
()
function in class:WebTestRunner::MockWebRTCDataChannelHandler
/external/chromium_org/third_party/WebKit/Source/web/
BackForwardClientImpl.cpp
120
void BackForwardClientImpl::
close
()
function in class:WebKit::BackForwardClientImpl
WebPagePopupImpl.h
73
virtual void
close
() OVERRIDE;
WebSocketImpl.h
64
virtual void
close
(int code, const WebString& reason) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/tests/
FrameLoaderClientImplTest.cpp
79
m_webView->
close
();
/external/chromium_org/third_party/WebKit/Tools/Scripts/
compare-timing-files
74
close
(FILE);
find-extra-includes
57
close
FILE;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
fileset.py
38
def
close
(self):
member in class:FileSetFileHandle
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py
74
pretty_diff_file.
close
()
/external/chromium_org/third_party/WebKit/public/web/
WebWidget.h
55
virtual void
close
() { }
function in class:WebKit::WebWidget
/external/chromium_org/third_party/android_testrunner/
logger.py
57
file_handle.
close
()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java
126
/**
Close
the channel. */
127
public native void
close
();
method in class:DataChannel
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnection.h
100
- (void)
close
;
/external/chromium_org/third_party/libjingle/source/talk/base/
posix.cc
47
if (
close
(fd) < 0) {
71
// We try to
close
all fds and change directory to /, but if that fails we
137
LOG(LS_WARNING) << "Child reported problems calling
close
()";
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
v4llookup.cc
62
::
close
(video_fd);
/external/chromium_org/third_party/libva/va/x11/
va_dricommon.h
83
void (*
close
)(VADriverContextP ctx);
member in struct:dri_state
/external/chromium_org/third_party/libxml/src/
genUnicode.py
70
blocks.
close
()
146
blocks.
close
()
477
header.
close
()
478
output.
close
()
Completed in 1421 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>