OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Closing
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamHandle.h
48
enum SocketStreamState { Connecting, Open,
Closing
, Closed };
SocketStreamHandle.cpp
188
if (m_state == Connecting || m_state ==
Closing
)
221
m_state =
Closing
;
243
if (m_state != Open && m_state !=
Closing
)
248
if (m_state ==
Closing
) {
/external/chromium/chrome/browser/history/
history_backend.h
116
void
Closing
();
history_backend_unittest.cc
162
backend_->
Closing
();
781
backend_->
Closing
();
801
backend_->
Closing
();
[
all
...]
history.cc
178
// HistoryBackend::
Closing
will release. This means if we scheduled a call
179
// to HistoryBackend::
Closing
and *then* released our backend reference, there
180
// will be a race between us and the backend's
Closing
function to see who is
181
// the last holder of a reference. If the backend thread's
Closing
manages to
185
// Therefore, we create a task to run the
Closing
operation first. This holds
190
NewRunnableMethod(history_backend_.get(), &HistoryBackend::
Closing
);
history_unittest.cc
154
backend_->
Closing
();
history_backend.cc
260
void HistoryBackend::
Closing
() {
[
all
...]
/external/chromium_org/chrome/browser/history/
history_backend.h
137
void
Closing
();
[
all
...]
history_backend_unittest.cc
382
backend_->
Closing
();
[
all
...]
history_service.cc
265
// HistoryBackend::
Closing
will release. This means if we scheduled a call
266
// to HistoryBackend::
Closing
and *then* released our backend reference, there
267
// will be a race between us and the backend's
Closing
function to see who is
268
// the last holder of a reference. If the backend thread's
Closing
manages to
272
// Therefore, we create a closure to run the
Closing
operation first. This
281
base::Bind(&HistoryBackend::
Closing
, history_backend_.get());
[
all
...]
history_unittest.cc
148
backend_->
Closing
();
[
all
...]
history_backend.cc
223
void HistoryBackend::
Closing
() {
[
all
...]
/external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc
260
history_backend->
Closing
();
409
history_backend->
Closing
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js
[
all
...]
/external/opencv/cxcore/src/
cxpersistence.cpp
1119
CV_PARSE_ERROR( "The wrong
closing
bracket" );
[
all
...]
Completed in 268 milliseconds