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

  /external/chromium/chrome/browser/bookmarks/
bookmark_service.h 22 // If not on the main thread you *must* invoke BlockTillLoaded first.
29 // If not on the main thread you *must* invoke BlockTillLoaded first.
34 virtual void BlockTillLoaded() = 0;
bookmark_model.h 260 virtual void BlockTillLoaded();
bookmark_model_unittest.cc 702 BlockTillLoaded(bb_model_);
720 void BlockTillLoaded(BookmarkModel* model) {
727 // Balances the call in BlockTillLoaded.
    [all...]
bookmark_model.cc 685 void BookmarkModel::BlockTillLoaded() {
  /external/chromium/chrome/browser/history/
expire_history_backend.cc 710 bookmark_service_->BlockTillLoaded();
history_backend.cc     [all...]

Completed in 121 milliseconds