HomeSort by relevance Sort by last modified time
    Searched refs:Closing (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamHandle.h 47 enum SocketStreamState { Connecting, Open, Closing, Closed };
SocketStreamHandle.cpp 189 if (m_state == Connecting || m_state == Closing)
222 m_state = Closing;
244 if (m_state != Open && m_state != Closing)
249 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 142 void Closing();
    [all...]
history_backend_unittest.cc 392 backend_->Closing();
    [all...]
history_service.cc 268 // HistoryBackend::Closing will release. This means if we scheduled a call
269 // to HistoryBackend::Closing and *then* released our backend reference, there
270 // will be a race between us and the backend's Closing function to see who is
271 // the last holder of a reference. If the backend thread's Closing manages to
275 // Therefore, we create a closure to run the Closing operation first. This
284 base::Bind(&HistoryBackend::Closing, history_backend_.get());
    [all...]
history_unittest.cc 149 backend_->Closing();
    [all...]
history_backend.cc 229 void HistoryBackend::Closing() {
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 260 history_backend->Closing();
410 history_backend->Closing();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
calendarPicker.js     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 1119 CV_PARSE_ERROR( "The wrong closing bracket" );
    [all...]

Completed in 1111 milliseconds