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

  /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/opencv/cxcore/src/
cxpersistence.cpp 1119 CV_PARSE_ERROR( "The wrong closing bracket" );
    [all...]

Completed in 61 milliseconds