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

  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 217 if (iter != notifications_.end()) {
230 notifications_.insert(NotificationMap::value_type(system_path,
239 if (iter != notifications_.end()) {
241 notifications_.erase(iter);
248 for (NotificationMap::iterator iter = notifications_.begin();
249 iter != notifications_.end();
258 return notifications_.end();
file_browser_event_router.h 79 NotificationMap notifications_; member in class:ExtensionFileBrowserEventRouter
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 83 for (size_t i = 0; i < notifications_.size(); i++)
84 delete notifications_[i].second;
85 notifications_.clear();
124 NotificationList notifications_; member in class:history::ExpireHistoryTest
175 notifications_.push_back(std::make_pair(type, details_deleted));
382 for (size_t i = 0; i < notifications_.size(); i++) {
383 if (notifications_[i].first == NotificationType::HISTORY_URLS_DELETED) {
385 reinterpret_cast<URLsDeletedDetails*>(notifications_[i].second);
390 } else if (notifications_[i].first ==
394 reinterpret_cast<URLsModifiedDetails*>(notifications_[i].second)
    [all...]
  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 486 &ThreadRoutine, &notifications_, NULL));
487 notifications_.spawn_thread_started.WaitForNotification();
495 notifications_.spawn_thread_ok_to_terminate.Notify();
499 SpawnThreadNotifications notifications_; member in class:DeathTestAndMultiThreadsTest
  /external/gtest/test/
gtest_output_test_.cc 486 &ThreadRoutine, &notifications_, NULL));
487 notifications_.spawn_thread_started.WaitForNotification();
495 notifications_.spawn_thread_ok_to_terminate.Notify();
499 SpawnThreadNotifications notifications_; member in class:DeathTestAndMultiThreadsTest

Completed in 297 milliseconds